Skip to main content

Quickstart

1. Authentication

All Cronozen services authenticate through a single SSO endpoint.
Response:

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.
Cross-center data access requires explicit basePrisma usage and is restricted to authorized operations only.

4. Workspace vs Center

Instructors have isolated workspace and center data. Parents can view data across their children’s centers.

Next Steps