Billing & plans
PlatformUnderstand tenant-level subscriptions, entitlements, quotas and metered platform usage.
Isolation
Tenant-scoped by design
Hierarchy
Organizations + sub-organizations
Access
Membership + role context
Configuration
Policies, modules & branding
Overview
Billing is associated with tenant or enterprise contract entitlements. Usage metering does not change the API’s clinical or security semantics.
Plan model
| Concept | Purpose |
|---|---|
| Plan | Commercial product tier |
| Entitlement | Feature or API capability granted to a tenant |
| Quota | Included usage threshold |
| Meter | Measured API, workflow or resource consumption |
| Overage | Usage above included allowance when commercially applicable |
Entitlements
GET /v1/tenants/{id}/entitlementsCopy
{
"plan":"business",
"features":["fhir","teleconsultation","prescriptions"],
"limits":{"api_units":8000000,"storage_gb":2000}
}Usage & quotas
| Meter | Example |
|---|---|
| api_units | Core API consumption |
| active_users | Identity / MAU allowance |
| storage_gb_month | Document and imaging storage |
| workflow_events | Billable healthcare workflow events |
Billing relationship
Enterprise agreements may aggregate multiple tenants under one contract while preserving tenant-level metering and isolation.