Multi-tenant architecture
FoundationCustomer data isolation designed into the schema — not a patch when things break.
- Isolation strategy matched to your model (schema-per-tenant, RLS, dedicated DB)
- Tenant-aware migrations without downtime
- Audit and traceability per organization

