Agent Discovery

Cadence Agent Discovery API

These public endpoints help agents discover Cadence site resources, read the homepage as Markdown, and call read-only tools exposed through MCP or WebMCP.

Discovery Endpoints

Path Purpose
/.well-known/api-catalog RFC 9727 linkset catalog for automated API discovery.
/openapi.json OpenAPI 3.1 description for the public agent discovery API.
/mcp Read-only MCP JSON-RPC endpoint for site summary, search, and link resolution tools.
/.well-known/mcp/server-card.json MCP server card describing the public Cadence marketing site tools.
/.well-known/agent-skills/index.json Agent Skills discovery index for Cadence site usage guidance.
/healthz Public health check for agent discovery resources.

Authentication

The endpoints documented here are public and read-only. They do not require OAuth scopes. Product APIs and user data are served by the Cadence application at dash.teamcadence.ai and are not documented by this marketing site.

Markdown Negotiation

Requests for HTML pages with Accept: text/markdown receive Markdown where available. Browser requests continue to receive HTML by default.