Appearance
Tenant Isolation
OrviQ is architected for enterprise multi-tenancy with strict logical data separation.
Logical Partitioning
- Session Context: Every authenticated API request is bound to a verified tenant context derived server-side from session tokens.
- ORM Scoping: Data queries automatically apply tenant filtering across all tenant-scoped database models.
- Document & Vector Storage: Uploaded files and embedding vectors are indexed and queried with strict tenant constraints.
- Cross-Tenant Verification: Automated test suites continuously assert that Tenant A cannot access or discover records belonging to Tenant B.