The API reference is designed for Mintlify’s OpenAPI workflow. When the canonical OpenAPI 3.1 specifications are added to
docs.json, Mintlify can generate endpoint pages, request builders, response schemas, and SDK examples from the spec.Current references
OpenAgent SDK
High-level language APIs.
Arsenal Broker
Credential proxy endpoints.
Main specification
OAS v1.1.0 on the main site.
AEGIS verification
Verification pipeline and policy checks.
OpenAPI readiness
The docs project is already structured for generated references:- Add OpenAPI 3.1 JSON or YAML files under
docs/openapi/. - Reference them from
docs.jsonusing Mintlify’sopenapinavigation field. - Keep hand-written guides in the same API tab for concepts and authentication.
- Run
mintlify broken-linksandmintlify openapi-checkin CI before publishing.