Skip to main content
Version: 0.1.79

Agent portal contract

The /agent surface is machine-first: agents should consume JSON endpoints, and the HTML pages are only for discoverability.

Stable entrypoints

  • GET /agent/latest/entrypoints.json
  • GET /agent/latest/index.json
  • GET /agent/latest/manifest.json
  • GET /agent/latest/schemas/index.json
  • GET /agent/latest/skills/index.json
  • GET /agent/latest/examples/index.json (compact starter set)
  • GET /agent/latest/examples/catalog.json (full recursive docs/examples/** catalog)
  • GET /agent/latest/packages/index.json
  • GET /agent/latest/catalog/index.json
  • GET /agent/latest/catalog/capabilities.json
  • GET /agent/latest/stdlib/index.json

Human docs