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
Instructors have isolated workspace and center data. Parents can view data across their children’s centers.
Next Steps
- Core Concepts — Understand actors, tenants, and DPU
- Auth System — Deep dive into authentication
- API Reference — Explore available endpoints