This site exposes public, read-only discovery endpoints for agents and API clients.
Endpoints
GET /.well-known/api-catalogreturns an RFC 9727 API catalog in Linkset JSON.GET /.well-known/openapi.jsonreturns an OpenAPI description for public discovery endpoints.GET /healthreturns a small JSON health response.GET /.well-known/oauth-authorization-serverreturns OAuth authorization server metadata indicating that no public OAuth grants are currently available.GET /.well-known/oauth-protected-resourcereturns OAuth protected resource metadata for this origin.GET /.well-known/http-message-signatures-directoryreturns the Web Bot Auth public key directory.GET /.well-known/mcp/server-card.jsonreturns an MCP Server Card for discovery.GET /.well-known/agent-skills/index.jsonreturns the local agent skills discovery index.
HTML pages remain the default for browsers. Agents can request the homepage as Markdown by sending Accept: text/markdown.