# Partition each user's data in a single AgentOS deployment

> AgentOS now offers an opt-in per-user data isolation layer for authenticated endpoints, so one deployment keeps each user's data separated rather than pooling it together.

- Published: 2026-05-15
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/partition-each-users-data-in-a-single-agentos-deployment
- Markdown: https://agno-com-nine.vercel.app/articles/partition-each-users-data-in-a-single-agentos-deployment.md

AgentOS now offers an opt-in per-user data isolation layer for authenticated endpoints, so one deployment keeps each user's data separated rather than pooling it together. Teams running multi-tenant setups can serve many users from a single AgentOS without standing up separate instances just to keep data apart. It stays off until you enable it, so existing deployments carry on unchanged.

See the [RBAC docs](https://docs.agno.com/agent-os/security/rbac#per-user-data-isolation) for how it fits alongside scopes and authorization. View the [Per-User Data Isolation docs](https://docs.agno.com/agent-os/security/authorization/user-isolation) for more on authorization.
