Role-Based Access Control
Hystersis provides granular role-based access control (RBAC) to secure API access and manage permissions across multi-tenant deployments.Roles
Role Hierarchy
Role Permissions
*Agent scope limited to own memories only.
API Key Scoping
Creating Scoped API Keys
Permission Enforcement
Scope System
Each API request is processed through scope middleware:Multi-Tenant Isolation
Each API key has an associated tenant and group:Group Policies
Groups can define additional policies:Audit Logging
All permission-checked operations emit audit events:See Also
- RBAC Concepts for architecture details
- Authentication API for API key management
- Security for security architecture