Machine-readable contracts
- Agnost AI OpenAPI specification — the canonical REST API contract in YAML.
- Agnost AI OpenAPI specification — the same REST API contract in JSON.
- OAuth authorization-server metadata — OAuth 2.1 endpoints and supported scopes for the hosted MCP server.
- OAuth protected-resource metadata — resource-server discovery for MCP clients.
- Agent documentation index — the machine-readable documentation map.
Integration guides
- Authentication — ingestion, JWT, and API-key authentication.
- Packages and versions — official Python, TypeScript, and Go packages.
- Capture Session API and Capture Event API — direct ingestion endpoints.
- Hosted Agnost AI MCP server — connect Claude, Cursor, and other MCP clients to
https://mcp.agnost.ai/mcp. - Vapi webhook integration — send voice-agent end-of-call reports to Agnost AI.
Agent-readable website responses
Requesthttps://agnost.ai/ with Accept: text/markdown to receive the Agnost
AI agent index. Missing website paths preserve their 404 or 410 status and
return a short Markdown recovery document when the same media type is requested.
Negotiated responses include Vary: Accept, Accept-Encoding so shared caches do
not mix HTML and Markdown variants.