System
Get the OpenAPI spec, as JSON
The same bundled spec as GET /openapi.yaml, JSON-serialized instead of YAML, see packages/api/src/routes/openapi-json.ts. Exists because some tooling, and most AI coding agents, expects a machine-readable spec at a .json path by convention. Both routes describe the identical spec; pick whichever format your tooling consumes.
GET
Get the OpenAPI spec, as JSON
Response
200 - application/json
The complete OpenAPI 3.1 document, JSON, self-contained (no external $ref).
The response is of type object.