{
  "name": "Clanker Test Docs",
  "description": "Guides and public API reference for humans and agents.",
  "guides": [
    { "id": "overview", "title": "Overview", "path": "/guides/overview.md" },
    { "id": "architecture", "title": "Architecture", "path": "/guides/architecture.md" },
    { "id": "authentication", "title": "Authentication", "path": "/guides/authentication.md" },
    { "id": "public-api", "title": "Public API", "path": "/guides/public-api.md" },
    { "id": "agents", "title": "Agents and MCP", "path": "/guides/agents.md" }
  ],
  "api": {
    "openapi": "/openapi.json",
    "health": "GET {API_URL}/health",
    "auth": "Authorization: Bearer ctk_… or X-API-Key",
    "prefix": "/v1"
  },
  "agent": {
    "mcp": "{API_URL}/agent/mcp",
    "http": "{API_URL}/agent/v1",
    "consent": "{WEBSITE_URL}/agent/oauth/authorize",
    "instructions": "/AGENTS.md",
    "llms": "/llms.txt"
  }
}
