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 | 28 | 33 | YAML · JSON |
| IdP API | Nauthilus IdP API | 32 | 10 | 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.