diff --git a/agent-os/api/authentication.mdx b/agent-os/api/authentication.mdx
index e13d094c2..cdea6d2af 100644
--- a/agent-os/api/authentication.mdx
+++ b/agent-os/api/authentication.mdx
@@ -49,7 +49,7 @@ Your JWT tokens should include scopes and audience claims:
| `sessions:write` | Create/update sessions |
| `agent_os:admin` | Full admin access |
-See [RBAC Documentation](/agent-os/security/rbac) for all available scopes.
+See [Scopes](/agent-os/security/authorization/scopes) for all available scopes.
### Error Responses
@@ -67,12 +67,12 @@ See [RBAC Documentation](/agent-os/security/rbac) for all available scopes.
icon="shield"
href="/agent-os/security/overview"
>
- Enable RBAC and configure authorization.
+ Enable authorization and configure JWT verification.
Complete scope reference and endpoint mappings.
diff --git a/agent-os/control-plane.mdx b/agent-os/control-plane.mdx
index 16ef846bc..6702d87dc 100644
--- a/agent-os/control-plane.mdx
+++ b/agent-os/control-plane.mdx
@@ -254,7 +254,7 @@ Enable JWT verification and generate key pairs from the control plane, either wh
-See [AgentOS Security](/agent-os/security/overview) and [RBAC](/agent-os/security/rbac) for setup details.
+See [AgentOS Security](/agent-os/security/overview) and [Authorization](/agent-os/security/authorization/overview) for setup details.
## User Management
@@ -268,7 +268,7 @@ Every organization has three default roles. Custom roles are available on the En
| **Administrator** | Manage members, roles, settings, and resources; cannot update billing or delete the organization |
| **Member** | Run and edit AgentOS resources; cannot delete resources or manage members |
-See [RBAC](/agent-os/security/rbac) for the full capability matrix and custom role setup.
+See [Roles](/agent-os/security/authorization/roles) for the full capability matrix and custom role setup.