Multi-tenancy
Multi-tenancy is only supported in Camunda 8 Self-Managed. It is not available in Camunda 8 SaaS.
This page provides a conceptual overview of multi-tenancy. For detailed configuration and implementation in Self-Managed deployments, see multi-tenancy in Self-Managed.
Multi-tenancyMulti-tenancyMulti-tenancy allows a single Camunda 8 installation to serve multiple Logical Tenants while keeping each tenant's data, configurations, and access logically isolated. For strong physical isolation of separate teams or organizations within a single cluster, see Physical Tenant. in Camunda 8 enables a single installation to serve multiple tenantsTenantA Logical Tenant is a logically isolated space within a shared Camunda 8 installation, with its own data, configurations, and user permissions. For strong physical isolation, see Physical Tenant. such as departments, teams, or external clients, while keeping each tenant's data and processes isolated.
Camunda 8 supports three distinct multi-tenancy models: logical tenants (lightweight, tenant-ID based), Physical Tenants (strong physical isolation within a cluster), and multi-cluster (full isolation with separate infrastructure).
For details on configuring and using multi-tenancy in your Self-Managed deployment, see multi-tenancy.