LLMBase | Docs

Agent discovery metadata

Machine-readable LLMBase discovery endpoints for agents and compatible clients.

Updated


LLMBase publishes machine-readable discovery metadata on https://llmbase.ai so AI agents can find public website APIs, inference APIs, and MCP service metadata without scraping HTML. These endpoints help agents discover capabilities; they are not a replacement for the chat-agent Bearer key.

Discovery entrypoints

  • /.well-known/api-catalog - org-wide API catalog in application/linkset+json
  • /.well-known/openid-configuration - root OIDC discovery alias
  • /.well-known/oauth-authorization-server - OAuth 2.0 authorization server metadata
  • /.well-known/oauth-protected-resource - protected resource metadata for same-origin website APIs
  • /.well-known/mcp/server-card.json - LLMBase MCP server card
  • /.well-known/agent-skills/index.json - first-party Agent Skills discovery index

API descriptions

  • /.well-known/service-desc/website-public.openapi.json
  • /.well-known/service-desc/inference.openapi.json

These service descriptions are linked from the API catalog and the homepage’s HTTP Link headers.

Status endpoints

  • /.well-known/status/website-api.json
  • /.well-known/status/inference.json
  • /.well-known/status/mcp.json

Agents can use these lightweight JSON endpoints instead of scraping marketing pages for health information.