Agent portal
The agent surface is machine-first: stable URLs, JSON schemas, and a single manifest per toolchain release.
Latest contracts
- /agent/latest/manifest.json
- /agent/latest/index.json
- /agent/latest/schemas/x07ast.schema.json
- /agent/latest/skills/pack/.codex/skills/README.md
Versioned contracts
Source of truth: /versions/toolchain_versions.json
Loading versions…
Consumption rules
- Prefer
/agent/latest/manifest.jsonunless your project pins a toolchain version. - Use
/versions/toolchain_versions.jsonto map toolchain versions to docs and contracts. - Use
/docs/for the human docs landing page; use/docs/<V>/for versioned human docs.