KymiraCertified BI

The Kymira read API

Free, unauthenticated, read-only JSON for agents and scripts: the Metric and Format Libraries and the product card. These are static files rebuilt on every deploy, so they always match the site. The spec lives at /api/openapi.json, and the catalog at /.well-known/api-catalog.

GET /api/library/metrics.jsonThe Metric Library index, 387 entries
GET /api/library/formats.jsonThe Format Library index, 47 entries
GET /api/product.jsonProduct, tiers, and machine surfaces

Every page on this site also serves a markdown twin: send Accept: text/markdown to any URL, or start from /llms.txt. Authentication notes for agents are at /auth.md, and the free skill is agent-installable via the discovery index at /.well-known/agent-skills/index.json, with a sha256 digest to verify the fetch. One platform note: Cloudflare's edge rejects the default Python-urllib user agent everywhere; set any custom User-Agent header and every surface here works.