OpenAPI Specification
A machine-readable API specification generated from the NEXUS capability registry. Use it to generate clients, validate requests, or integrate with API tooling.
Format
OpenAPI 3.0 JSON — compatible with Swagger UI, Redoc, Postman, and any OpenAPI-compliant toolchain.
Generated Artifacts
openapi.jsonFull OpenAPI 3.1 specification with all endpoints, request/response schemas, and authentication requirements.
mcp-tools.jsonMachine-readable manifest of all 39 MCP tools with input schemas, descriptions, and approval requirements — generated from the live MCP server registry, so it can never drift from production.
entitlements.jsonPlan-based feature entitlements matrix mapping Free, Pro, and Team tiers to capabilities and limits.
llms.txtPlain-text file optimized for LLM consumption — a condensed summary of the API surface for AI agent context windows.
How to Access
All generated artifacts are available in the generated/ directory at the root of the NEXUS repository.
generated/ ├── openapi.json ├── mcp-tools.json ├── entitlements.json └── llms.txt