| Example | Description |
|---|---|
| JWT scopes and audience verification | Protect AgentOS with an HS256 JWT, the default scope map, and an audience bound to this AgentOS instance. |
| Custom route-to-scope mappings | Override selected entries in the default AgentOS scope map and add a second application scope to agent runs. |
| JWT RBAC with per-user data isolation | Turn on AuthorizationConfig(user_isolation=True) so non-admin session reads and writes are pinned to the JWT subject. |
Symmetric
Symmetric
HS256 AgentOS RBAC examples for scopes, custom mappings, and user isolation.
Current v3.0.4 examples: