Build on it
Machine-readable
These pages are written for people. The endpoints below are written for machines, and they are live, generated from the same catalog and configuration the server runs on, so they never drift from reality.
llms.txt
/llms.txt is the agent-facing manifest of the headless ATS: what it is, how to connect, and the full tool catalog, generated from the live MCP registration. Point an agent here and it can orient without reading these prose pages.
OAuth discovery
An OAuth 2.1 client needs only the server URL; it follows these to everything else:
- /.well-known/oauth-protected-resource advertises the authorization server for the MCP resource.
- /.well-known/oauth-authorization-server describes the endpoints, supported grants, and PKCE.
See Authentication for how these fit together, including the cross-domain issuer note.
REST OpenAPI
The REST API at /api/v1/orchestrator publishes a generated OpenAPI document, the same contract the endpoints validate against. Use it to generate a typed client. The tool reference mirrors it command for endpoint.