/api/v1. The generated endpoint reference is built from src/shared/schemas/api-boundary.ts, which is also used by route boundary validation.
Base URLs
Authentication
Browser callers authenticate with the signed httpOnlyoverlay_session cookie. Native and service callers may use bearer tokens on routes that support them.
Request shapes
The generated reference includes:- Query parameters.
- JSON request bodies.
- Multipart form-data request bodies.
- Path parameters for dynamic content routes.
Error shape
Most JSON errors include at least:API keys and extensions
/api/v1/api-keys exists in the route tree but currently returns 501 because API key management is not exposed yet.
/api/v1/extensions/[extensionId]/[...path] is an extension proxy route and is intentionally excluded from the stable public API reference.
Administration
The/api/v1/admin/* routes are role-protected endpoints for audit, principal management, and usage/budget control. See the Admin workflow for request shapes and role requirements.