Documentation preview. These pages target Registryctl v0.15.0, which is not published yet. Public download commands will not work until that release exists. For runnable released instructions, use v0.13.0.
Registry Relay turns registry data you already hold, in spreadsheets or PostgreSQL, into protected, scoped, read-only HTTP APIs. Authorized callers read records over purpose-bound routes, and the gateway never widens reach at request time. Relay also publishes discovery metadata that points callers to a Registry Notary for claim and evidence verification.
New here? Start with the hosted walkthrough, then the first-run tutorials in Registry Docs:
- See it live: read a protected API and get a credential against a hosted lab, with zero install.
- Publish a spreadsheet as a secured registry API
- Verify a claim from your registry API
The references describe supported behavior. Some links open the source repository on GitHub.
Integrate
Section titled “Integrate”- API guide: auth, scopes, filters, pagination, metadata caching, Problem Details, standards surfaces, and the admin route reference. The curated public OpenAPI surface lives in openapi/registry-relay.openapi.json and the served
/docsand/openapi.json. - Client integration guide: caller behavior for auth, purpose headers, discovery, pagination, ETags, errors, retries, aggregates, and the Registry Notary handoff.
- Call Relay from OpenFn: use the Registry Stack OpenFn Relay adaptor for protected row reads, discovery, and aggregate queries.
- Credential issuance migration: legacy Relay response-credential issuer config removal and the Registry Notary handoff.
Operate
Section titled “Operate”- Configuration guide: YAML contract, auth, audit, source formats, Postgres, entities, OGC Features, SP DCI, aggregates, and Registry Notary evidence-offering discovery.
- Operations runbook: deployment, production hardening checklist, build and release, secret rotation, audit handling, reloads, probes, metrics, running with Registry Notary, and troubleshooting.
- Portable metadata: manifest split, metadata CLI, static publication, ODRL policy metadata contract, Relay metadata routes, catalog validation, and boundary rules.
- Standards adapter operator guide: rollout checklist for OGC Features, OGC Records, OGC EDR, and SP DCI sync.
- XLSX readiness contract: workbook rules for stable XLSX-backed registries.
Understand
Section titled “Understand”- Relay scenario catalog: personas, systems, reusable patterns, support status, and demo coverage.
- Standards assumptions: what Relay publishes versus what downstream tools may infer.
- Release notes: versioned adopter-facing changes and known limits.
Build and maintain
Section titled “Build and maintain”- Development guide: local setup, verification commands, local IdP setup, project layout, OpenAPI release policy, platform compatibility gate, and contribution rules.
- Security assurance: CI security gates, image publication and signing policy, and advisory baselines.
- perf/README.md: local k6 and Criterion performance workflow.