Skip to content

Multi-Tenancy Model

Not yet available. Multi-tenancy — running multiple independent organisations on a single deployment — is planned for a future release.

The codebase already enforces tenant isolation at the data layer (tenant ID is an explicit parameter on every DynamoDB operation), but the tooling to create and manage multiple tenants is not yet exposed. Currently, bootstrap creates a single tenant automatically and that is the only tenant supported.

This page will be expanded when multi-tenancy is released.