Skip to content

view on a desktop screen for a better experience.

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.

[ api ]

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.

[ fetch ]
/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
[ rate ]

1,000

get requests

1000 / hr

1,000 get requests. 1000 / hr
[ contract ]
  • no api keys
  • RateLimit-* headers
  • rfc 9457 errors
  • breaking changes as /api/v2/six months notice
3 of 4 done
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.

[ paths ]
cli
/r/all.json
skill
/skill.md
deprecation
/developers/deprecation
comark
/docs/comark
knap
/docs/knap