API Reference
This section is generated from the OpenAPI contracts maintained in the Nauthilus server repository. The regular REST API documentation remains the narrative guide; these pages provide the endpoint explorer, request and response schemas, and downloadable raw contracts.
| Reference | Contract | Operations | Schemas | Raw Spec |
|---|---|---|---|---|
| Management API | Nauthilus Management API | 21 | 46 | YAML · JSON |
| IdP API | Nauthilus IdP API | 33 | 14 | YAML · JSON |
Workflow
- Update the canonical specs in the server repository.
- Run
npm run openapi:generatein this repository to refresh static specs and generated API docs. - Run
npm run buildto verify the complete Docusaurus site.