| Example | Description |
|---|---|
| Basic | Enable RBAC (Role-Based Access Control) with JWT token authentication using RS256 asymmetric keys. |
| Custom Scope Mappings Example | Attach JWTMiddleware with RS256 keys and a per-endpoint scope_mappings table so routes such as POST /agents/*/runs require multiple custom scopes. |
| WorkOS BYOT | Validate WorkOS-issued RS256 tokens and provision three AgentOS RBAC roles through the API. |
Asymmetric
Asymmetric
RS256 AgentOS RBAC examples for generated keys, custom scope mappings, and WorkOS-issued tokens.
RBAC + Per-User Data Isolation Example with AgentOSBasic RBAC Example with AgentOS (Asymmetric Keys)