← Back to glossary
Multi-Tenant SaaS
Software where many separate customer organizations (tenants) share the same infrastructure but their data is strictly isolated from one another.
Spot is multi-tenant: thousands of teams use the same platform but no team can ever see another team's data. We enforce this at the ORM layer with global query scopes, so every query is filtered by the current team — a developer cannot accidentally leak data across tenants. This makes Spot operationally simple while keeping enterprise customers safely isolated.