Skip to main content

Schema explorer

Use this utility page when you need the raw JSON schema files or want to regenerate the Markdown that lands in the docs. It keeps the interactive experience separate from the JSON Schemas & Contracts docso contributors can tell which route they are hitting.

Regenerate the Markdown bundle

Run the docs helper to sync the Markdown copies that power the reference site:

pnpm -C docs run generate:schemas

Schema sources

  • api/schemas/run_spec.jsonRun spec
  • api/schemas/run_event.jsonRun event
  • api/schemas/capability_token.jsonCapability token
  • api/schemas/agent_run.jsonAgent run
  • api/schemas/artifact.jsonArtifact
  • api/schemas/step.jsonStep snapshot

Prefer prose or compatibility notes? Head back to the JSON Schemas & Contracts doc. When the live explorer ships, this route will host it without clashing with the doc permalink.