Overview
The public OpenAPI URL does not require login.
It describes the hosted control-plane API and public request/response shapes.
Use it for generated clients, docs, and API contract tests.
Developer notes
- Keep OpenAPI public and unauthenticated.
- Version breaking API changes.
- Generate SDK clients from reviewed specs.
- Add contract tests for every public endpoint.