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.
Quickstart
1. Authentication
All Cronozen services authenticate through a single SSO endpoint.2. Access a Tenant
Use the JWT token to access tenant-scoped resources:3. Multi-Tenant Context
Every API call is scoped to the authenticated actor’s center. Data isolation is enforced at the database level through scoped Prisma models.4. Workspace vs Center
| Concept | Description |
|---|---|
| Center | A tenant organization (rehab center, pharmacy, etc.) |
| Workspace | A personal space for individual actors |
Next Steps
- Core Concepts — Understand actors, tenants, and DPU
- Auth System — Deep dive into authentication
- API Reference — Explore available endpoints