How does zero trust apply to AI agent RBAC?
Zero trust makes agent RBAC a per-action decision rather than a one-time grant. NIST SP 800-207 requires every request to be verified and evaluated against identity, context, and policy, with least privilege enforced dynamically and standing access minimized. For AI agents that means authenticating the agent, checking its role and the request attributes, deciding per action, and granting access just in time through a scoped token. RBAC provides the role that zero trust reasons about; zero trust ensures the role is checked every time the agent acts, not just when it was set up.











