llms.txt@public/developers · git:20260822.8b200e1 · 2026-08-22 · sha256 b5d23a5a83dedfc3

llms.txt@public/developers git:20260822.8b200e1A

Immutable. This exact content is served forever at /api/v1/blob/b5d23a5a83dedfc3.

# A2UI Atomic Catalog — Developers

> Scoped context for integration questions only. For the full site overview, see
> https://a2uicatalog.ai/llms.txt instead.

## Connect

- MCP server: https://a2uicatalog.ai/mcp — no API key, no signup. `POST` speaks JSON-RPC 2.0
  (Streamable HTTP). `GET` with `Accept: application/json` returns a live server descriptor
  (every tool, current rate limits).
- Documentation MCP server: https://a2uicatalog.ai/mcp-docs — a separate identity
  (`a2uicatalog-docs`) exposing `search_docs(query)`/`list_docs()` over this product's own
  docs, distinct from the product server above.
- REST: `GET /spec.json` (full atom vocabulary), `GET /catalogue/atoms-json-schema.json`
  (strict per-atom JSON Schema for constrained decoding), `POST /api/compose` (natural
  language to atom blocks).
- CLI (npm, no account): `npx -p @a2uicatalog/mcp a2ui render page.json` — same package also
  runs as a local MCP server for Claude Desktop/Cursor. https://www.npmjs.com/package/@a2uicatalog/mcp

## Reference

- OpenAPI 3.1 specification: https://a2uicatalog.ai/openapi.json
- Auth & rate limits (the real per-tool numbers): https://a2uicatalog.ai/.well-known/agent-auth.md
- Self-host your own renderer (4 commands, no cost beyond a Google account):
  https://a2uicatalog.ai/developers/

## Terms

Free, MIT licensed, no signup. Source: https://github.com/a2uicatalog/a2ui