System
Get the OpenAPI spec
Serves the bundled, self-contained OpenAPI document (openapi/openapi.bundled.yaml, produced by npm run bundle:openapi from openapi/openapi.yaml + schemas/*.json) as a static file, see packages/api/src/routes/openapi.ts. Exempt from caller authentication for the same reason GET /health is: a caller cannot discover how to get a key from a spec it isn’t allowed to read. See Deploy patterns for the tradeoff of exposing this in production versus disabling it.
GET
Get the OpenAPI spec
Response
200 - application/yaml
The complete OpenAPI 3.1 document, YAML, self-contained (no external $ref).
The response is of type string.
Get the OpenAPI spec