Documentation Index
Fetch the complete documentation index at: https://docs.cronozen.com/llms.txt
Use this file to discover all available pages before exploring further.
API Reference
Base URL
Authentication
The Cronozen platform supports two authentication methods:JWT Token (Platform APIs)
All platform API calls require a JWT token in theAuthorization header:
API Key (Proof API)
The Proof API uses API key authentication with scoped permissions:| Scope | Permissions |
|---|---|
proof:read | Query events, get evidence, export reports |
proof:write | Record events, add approvals (includes read) |
API Groups
| Group | Prefix | Auth | Description |
|---|---|---|---|
| Auth | /api/auth/* | JWT | Login, session, token management |
| Centers | /api/centers/* | JWT | Center CRUD and management |
| Workspace | /api/workspace/* | JWT | Personal workspace operations |
| Schedules | /api/schedules/* | JWT | Unified scheduling across verticals |
| Partner | /api/partner/* | JWT | Partner platform management |
| Workflows | /api/workflows/* | JWT | AI automation workflows |
| Proof | /v1/decision-events/* | API Key | Decision evidence recording and export |
| Cron | /api/cron/* | Internal | Scheduled tasks |
The Proof API uses API key authentication instead of JWT. See Proof API Reference.
Response Format
All responses follow a consistent format:Rate Limiting
API calls are rate-limited per actor:| Tier | Limit |
|---|---|
| Standard | 100 req/min |
| Partner | 500 req/min |
| Internal | Unlimited |