For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Handles client LLM completion requests, applies rate limits based on tokens and requests, supports streaming or normal responses, and records usage.
Headers
AuthorizationstringRequired
API key with Bearer prefix
x-session-idstringOptional
A unique session identifier. This is only required when interacting with agentic models to persist the session across multiple requests. Can be any random string.