a json catalog for agents
a read-only json api for agents and integrators. version 1 lives under /api/v1/. no api keys. 1000 get requests per hour. errors are rfc 9457 application/problem+json.
01get
/api/v1index
/componentscatalog
/openapi.jsonopenapi 3.1
/llms.txtchooser
02return
jsonno api keys
problem+jsonrfc 9457
03use
json catalogagents and integrators
what you can fetch
Start at /api/v1 for the endpoint index, /api/v1/health for a health check, and /api/v1/components for the full graph catalog. OpenAPI 3.1 is at /openapi.json. RFC 9727 API catalog is at /.well-known/api-catalog.
- /api/v1
- index
- /api/v1/health
- health
- /api/v1/components
- catalog
- /openapi.json
- openapi 3.1
- /llms.txt
- chooser + ascii
- /.well-known/api-catalog
- rfc 9727
1,000
get requests
1000 / hr
- no api keys
- RateLimit-* headers
- rfc 9457 errors
- breaking changes as /api/v2/six months notice
- index
- start at /api/v1 for the endpoint list and /api/v1/health for a health check.
- catalog
- the full graph catalog is /api/v1/components. openapi 3.1 is /openapi.json.
- agents
- /llms.txt is the chooser plus ascii, comark, and knap blocks. /agents.md is the write and read story.
copy the source
install graph source files with the official shadcn cli — there is no separate npm package of react components.
- cli
- /r/all.json
- skill
- /skill.md
- deprecation
- /developers/deprecation
- comark
- /docs/comark
- knap
- /docs/knap