Symmetric

HS256 AgentOS RBAC examples for scopes, custom mappings, and user isolation.

Current v3.0.4 examples:

ExampleDescription
JWT scopes and audience verificationProtect AgentOS with an HS256 JWT, the default scope map, and an audience bound to this AgentOS instance.
Custom route-to-scope mappingsOverride selected entries in the default AgentOS scope map and add a second application scope to agent runs.
JWT RBAC with per-user data isolationTurn on AuthorizationConfig(user_isolation=True) so non-admin session reads and writes are pinned to the JWT subject.