TECHNICAL
Multi-tenancy
Multi-tenancy is a software architecture where a single instance of an application serves multiple customers (tenants). Each tenant's data is isolated and invisible to other tenants, but they share the same infrastructure and codebase.