| Example | Description |
|---|---|
| Advanced Scopes | Issue HS256 tokens across five privilege tiers to show global, per-agent, and wildcard scopes filtering the agent list and gating agent runs. |
| Agent Permissions | Define per-agent permission scopes to control which users can run which specific agents. |
| Symmetric RBAC Basic | Protect AgentOS endpoints with HS256 JWTs via AuthorizationConfig and default scope mappings, minting user and admin test tokens. |
| Custom Scope Mappings Example | Define custom scope mappings for your AgentOS endpoints. |
| Symmetric RBAC with Cookie Tokens | Enable RBAC (Role-Based Access Control) with JWT token authentication in AgentOS using middleware with cookie-based tokens. |
| RBAC + Per-User Data Isolation Example with AgentOS | Scope non-admin JWT callers to their own sessions, memories, and traces with AuthorizationConfig(user_isolation=True), while agent_os:admin bypasses isolation. |
Symmetric
Symmetric
Symmetric-key (HS256) RBAC examples for AgentOS: basic JWT scopes, per-agent permissions, advanced scope formats, custom scope mappings, cookie tokens, and per-user isolation.