Skip to main content

Multi-tenant design

OrganizationTenant → catalog data. Users may access multiple tenants; JWT claims carry the active tenant.

Isolation

LayerIsolation
DataQueries scoped by tenant_id
APIsX-Tenant-Id header + token claims
MCPTools execute in caller’s tenant only
AIPrompts and context limited to tenant catalog

Enterprise patterns

  • One org, brand per tenant (portfolio houses)
  • Region per tenant (EU vs US attribute rules)
  • Sandbox tenant for integrators and agents

Core concepts · Authentication