System metadata
Tenant registry, plan entitlements, subscription state, license state, and system health
information. This metadata is separate from contract content.
Tenant data
A tenant’s operational data: contracts, payments, dynamic fields, workflow, files, and
tenant-scoped audit. Every tenant-scoped row carries a tenant boundary.
tenantSlug.
How this shows up in the API
A tenant access token (scope: "tenant") carries tenantId, roleCode, and subjectScope as
claims and can only call tenant-scoped endpoints. There is no separate tenant header to set,
and tokens are not interchangeable across tenants — see Authentication.
Administration layers
See Roles & Permissions for how tenant roles and modules work
in practice.
Applications map to this split
Tenant creation
Tenants are created through an Alforse onboarding process or by redeeming a code (POST /auth/redeem). There is no public “sign up with just an email” path in production.
See Plans & Editions for how codes and plans relate, and
Quickstart to get started.