Multi-tenancy is an architecture in which one running installation of an application serves many independent customer organisations, each of which sees only its own data.
Open betaThe platform is being built in the open, so parts of it are not there yet, behaviour changes between releases, and no availability figure is committed while it is in beta. What is still being built.
What Multi-tenancy means
The alternative is one installation per customer, which is simpler to reason about and considerably more expensive to run, patch and monitor. Multi-tenancy trades that operational cost for a correctness obligation: every read and every write must be scoped to the right organisation, every time, with no exceptions anywhere in the codebase.
The obligation is harder than it sounds because it is a whole-system property rather than a feature. A single endpoint that forgets its scope, a single background job that queries by identifier alone, a single log line or metric labelled with the wrong organisation, and the guarantee is gone — while every test that checks a feature still passes.
This is why serious multi-tenant systems assert the tenant once, at a choke point every request passes through, rather than remembering to do it at each call site. The design goal is that forgetting becomes impossible rather than merely discouraged.
How Enclessa uses it
Enclessa is a multi-tenant hosted service: one installation serves every customer organisation, each reachable at its own hostname. The organisation is taken from the session at a single choke point and never from a parameter a caller supplies. How that is proven rather than asserted is described under tenant isolation.
Related terms
Read further
The security page explains how Enclessa protects data and which certifications it does not hold. The trust centre covers the processing agreement, the subprocessors and the residency position. The FAQ answers the questions buyers ask most often.
Encrypted collaboration, hosted in Europe.
Create a workspace in a couple of minutes. It is yours at your-team.enclessa.app, hosted in the European Union, with encrypted direct messages from the first one you send.
Open beta. Free plan, no payment card to start.