Appearance
Versioning and releases
The draft contract is 0.1.0-draft.2, OpenAPI 3.1.2. The HTTP major version is /v1. Additive response fields preserve compatibility; breaking changes require /v2. Pin a contract release when building and test upgrades before adopting them.
Publication stages
| Stage | Meaning |
|---|---|
| Proposed | A reviewable integration contract; not a live service promise |
| Available | Implementation, tests, deployed API, and published docs agree |
| Future | Deferred capability; excluded from the pilot reference |
The public reference is generated from the canonical contract and excludes internal console/operator operations and unreachable private schemas. It contains proposed pilot operations. The available view currently has no executable public operations.
Download and verify
- OpenAPI YAML · OpenAPI JSON
- Immutable release YAML · Immutable release JSON
- SHA-256 manifest
- LLM navigation index
The aliases and immutable release contain identical bytes. Compare downloaded SHA-256 values to the manifest before generation. An existing published release must never be overwritten; changed bytes require a new version. The docs deployment can roll back to a prior immutable deployment without restoring an application database.