Preview release.These docs are a work in progress. Pages are still being written, links may break, and structure may shift without notice. Treat everything here as a draft and report issues onGitHub.
Use this section to browse the HTTP API for Registry Relay or Registry Notary. Each page is built from a pinned OpenAPI artifact owned by the project it describes.
Pinned sources
Section titled “Pinned sources”The table below shows the current artifact status, source generator, and link to each API reference page.
The table is generated from src/data/openapi-sources.yaml.
Registry Relay API
registry-relayRegistry Notary API
registry-notaryGenerated from src/data/openapi-sources.yaml.
Per-project pages
Section titled “Per-project pages”- Registry Relay API documents the Protected Registry Data API, metadata API, evidence offering discovery, health and readiness endpoints, and optional standards adapters.
- Registry Notary API documents the claim discovery, evaluation, batch evaluation, rendering, JWKS, service discovery, and credential issuance endpoints.
Provenance and freshness
Section titled “Provenance and freshness”Registry Relay ships a hand-authored abstract OpenAPI contract.
It documents the full route surface using templated paths
(/v1/datasets/{dataset_id}/entities/{entity}/records/...) and capability tags, rather than
enumerating one deployment’s datasets and entities.
The contract lives in registry-relay/openapi/registry-relay.openapi.json.
Feature-gated surfaces (OGC API Features, OGC API Records, OGC API EDR, and SP DCI) are included with notes in each tag description explaining the build feature that mounts them.
For the instance-specific shape of {dataset_id} and {entity} in a given deployment, fetch GET /openapi.json from that gateway. Runtime deployments gate that route by default unless openapi_requires_auth is disabled for demos or controlled tooling.
Registry Notary generates its OpenAPI document via a subcommand:
cargo run -p registry-notary -- openapi > openapi/registry-notary.openapi.jsonRegenerate and re-pin the artifact when the Notary API changes.