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.

servicestring required

Name of the service.

descriptionstring required

What the endpoint does.

example_curlstring required

A copy-pasteable curl invocation.

llms_txtstring uri required

URL of the curated site summary.

Example response

{
  "usage": {
    "method": "POST"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.