Grounded answers, not guesses.
Ask a question in plain English. Pulse retrieves the historical scenarios that actually matter via vector search, then builds a cited, source-aware analysis with the LLM of your choice.
// natural language → grounded answer POST /api/query { "query": "Why did Q3 sales soften in the Pacific Northwest?", "region": "PNW", "top_k": 5 } // → 5 similar quarters retrieved // → answer cites scenarios + variance