Multi-Tenancy
Nevatal is a multi-tenant platform. Every API key is bound to a specific clinic, and all operations are automatically scoped to that clinic’s data.How it works
When you authenticate with your API key:- The API identifies your clinic from the key
- All queries are automatically filtered to your clinic’s data
- All writes are associated with your clinic
- You cannot access data from other clinics
clinicId parameter — it’s inferred from your authentication context.
Locations within a clinic
A single clinic can have multiple locations (branches). Some resources, like appointments and stock, are scoped to a specific location. Use thelocationId parameter when working with location-specific data.

