Express Agent
This endpoint answers the user’s query with an LLM. Optionally, you can ground the answer using web results (max 1 web search).
Use it for answering simple questions that require a low latency response.
The data returns as SSE (Server-Side Events) with the `text/event-stream` content type in the response header.
<Info> This call streams data as the agent responds.</Info>