Multi-tenant down to the data layer.
Every database query is scoped by tenant. No cross-company access path exists — not through the API, not through internal tooling, not through admin impersonation.
Row-level isolation enforced at the data layer. Even a misconfigured query returns nothing rather than data from another tenant.