OMB Cloud AES

Multi-tenant

A software architecture where multiple customer organizations share infrastructure with strict logical isolation.

In a multi-tenant SaaS, all customers (tenants) share the same application code and database, but each tenant's data is isolated by tenant_id at the row level. The benefit is operational efficiency and a single upgrade path. The cost is the need for rigorous isolation testing. OMB Cloud is multi-tenant by design.