AI and agent discovery

A catalogue agents can inspect safely.

Public metadata exposes names, semantics, keyboard contracts, dependencies, docs, and registry URLs without exposing any paid source.

Discovery endpoints

Catalogue JSON

All 57 definitions from the same manifest that builds the website.

/api/catalogue

LLM index

Concise agent-readable descriptions and canonical links.

/llms.txt

Registry payload

Editable source plus explicit package and registry dependencies.

/r/gummy-button.json

Health

Public service and catalogue-count signal without private diagnostics.

/api/health

Agent installation policy

  1. Read the component detail and behavior contract.
  2. Install through the canonical registry URL.
  3. Keep the copied source editable in the consuming repository.
  4. Preserve native, Base UI, or Radix UI semantics while changing visual tokens.
  5. Never infer or request paid source from public preview metadata.

MCP transport status

The public HTTP catalogue and registry contracts are implemented. A hosted MCP transport remains a release gate: it will not be advertised as live until authentication, rate limits, monitoring, and production deployment are approved.