Skip to main content
The app and its agent API run on a single origin. There is no separate API host. Agent routes sit under the API base:
The app UI and every /api/* route are served from the same origin, so the API base and app URL are identical.

Machine-readable surfaces

The docs site exposes agent-friendly endpoints:
  • /llms.txt — index of all pages
  • /llms-full.txt — full docs as one file
  • <page>.md — Markdown export of any page
  • /agents — the one self-contained page an agent needs