Skip to main content
The API reference is generated from the Platinur control-plane FastAPI app. The published OpenAPI file includes /api/* routes only, so UI routes, login pages, and form compatibility endpoints are not presented as public API documentation.

Regenerate the spec

From the repository root:
uv run --with-requirements apps/control-plane/requirements.txt python scripts/platinur/export-docs-openapi.py
This writes the control-plane OpenAPI document to docs-site/api/openapi.json.

Local preview

cd docs-site
mint dev
Mintlify will render this overview page and the generated Control Plane API section from the OpenAPI file.