Agent
Describe the agent chat endpoint
Returns a self-describing document for the agent chat endpoint: the HTTP method, request shape, a copy-pasteable curl example, and links to the llms.txt resources. Useful as a zero-cost probe before sending a real question.
get/api/agent/chat
Response
Usage document for POST /api/agent/chat.
Example response
{
"usage": {
"method": "POST"
}
}