[abhishek@nairabhi ~]$ cat docs/api.md
Discovery API
nairabhi.com publishes read-only metadata endpoints for crawlers and AI agents. The site does not expose private user data or protected write APIs.
Endpoints
- /robots.txt - crawl policy, AI crawler rules, Content Signals, and sitemap reference.
- /sitemap.xml - canonical public pages.
- /llms.txt - concise profile summary for agents and LLM-powered search.
- /.well-known/api-catalog - RFC 9727 API catalog.
- /.well-known/openapi.json - OpenAPI description of public discovery endpoints.
- /.well-known/agent-skills/index.json - agent skills discovery index.
- /.well-known/mcp/server-card.json - MCP server card.
- /.well-known/status.json - discovery endpoint status.
Authentication
Public discovery endpoints require no OAuth token. OAuth and protected resource metadata are published so agents can discover that no grant types, scopes, or bearer token methods are currently supported.
Markdown
Hosts that run the included edge worker can return a markdown
representation of public HTML pages when the request includes
Accept: text/markdown.