Work in Progress
Full API documentation is being generated from the codebase. For now, refer to the OpenAPI spec in each project's repository.
Base URL
http://localhost:3000/api/v1Authentication
Most endpoints require an API key passed in the Authorization header:
Header
Authorization: Bearer YOUR_API_KEYCommon Endpoints
GET
/healthHealth check endpoint
POST
/workflowExecute a governed AI workflow
GET
/auditQuery audit trail
OpenAPI Spec
Each project includes a complete OpenAPI specification:
- •
/api/openapi.json— OpenAPI JSON spec - •
/api/docs— Swagger UI (when enabled)