This site exposes public, read-only discovery endpoints for agents and API clients.

Endpoints

  • GET /.well-known/api-catalog returns an RFC 9727 API catalog in Linkset JSON.
  • GET /.well-known/openapi.json returns an OpenAPI description for public discovery endpoints.
  • GET /health returns a small JSON health response.
  • GET /.well-known/oauth-authorization-server returns OAuth authorization server metadata indicating that no public OAuth grants are currently available.
  • GET /.well-known/oauth-protected-resource returns OAuth protected resource metadata for this origin.
  • GET /.well-known/http-message-signatures-directory returns the Web Bot Auth public key directory.
  • GET /.well-known/mcp/server-card.json returns an MCP Server Card for discovery.
  • GET /.well-known/agent-skills/index.json returns 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.