By NHI Mgmt Group Editorial TeamPublished 2026-04-15Domain: AnnouncementsSource: Curity

TL;DR: AI agents need access decisions at every step, not just at login, because they chain actions across systems and act on behalf of others, according to Curity. The governance shift is from static authentication to continuous, task-scoped authorization with approval for high-risk actions.


At a glance

What this is: Curity describes Access Intelligence as runtime authorization for AI agents, focused on real-time access decisions rather than one-time authentication.

Why it matters: For IAM and NHI teams, the key issue is controlling what an agent can do after authentication, especially when access must be scoped, reviewed, and revoked in motion.

👉 Read Curity's analysis of runtime authorization for AI agents


Context

AI agent governance breaks when security stops at authentication. Agents do not behave like human users, because they can chain actions, move across systems, and act on behalf of a person or workflow after the initial login event. That creates an NHI control problem: the identity may be known, but the access decision still has to be made step by step.

This is why runtime authorization has become a central NHI pattern. In the NHI lifecycle, the meaningful control point is not only who authenticates, but what the non-human identity is allowed to do at each moment. For practitioners, that shifts the discussion toward session scope, approval gates, and continuous policy evaluation rather than standing access.

Curity's framing reflects a broader industry reality: AI agents are expanding the number of non-human actors that need governed access, and that pressure is now landing on IAM architecture rather than just application policy.


Key questions

Q: How should security teams implement runtime authorization for AI agents?

A: Start by evaluating every agent action against policy, not just the initial login. Bind access to the specific task, limit token scope, and place policy enforcement at the API or gateway layer so each request can be allowed, limited, or denied in context. This is the only way to keep an autonomous workflow inside its intended boundary.

Q: Why do AI agents complicate traditional IAM controls?

A: Traditional IAM assumes a session begins with authentication and then largely holds steady. AI agents break that assumption because they can chain actions, use tools, and continue operating after the first access decision. That means the real control problem is ongoing authorization, not just identity proof at entry.

Q: What breaks when AI agent access is not re-evaluated in real time?

A: The main failure is privilege drift. An agent can start with a valid purpose, then continue into higher-risk actions after the original context has changed. Without re-evaluation, defenders lose the chance to stop unsafe tool use, delegated escalation, or access to systems that were never meant to be in scope.

Q: When should organisations require human approval for agent actions?

A: Use human approval for actions that are irreversible, externally visible, or high impact, such as privilege changes, financial movement, or access to sensitive records. The aim is not to slow every workflow. It is to create a controlled pause where automated judgment is least reliable and the cost of error is highest.


How it works in practice

Why authentication is not enough for AI agent access

Authentication answers a narrow question: who or what is requesting access. AI agents complicate that model because they can make multiple downstream requests, call tools, and escalate through workflows after the first token is issued. In NHI terms, the risky part is not the login moment. It is the sequence of actions that follows. If the access decision is static, the system assumes the agent will behave exactly as expected, even when context changes. That assumption is weak for autonomous software with tool access and delegated authority.

Practical implication: Treat authentication as the starting point, then enforce policy on every agent action that carries operational impact.

How runtime authorization constrains non-human identities

Runtime authorization moves the access decision into the request path. Each API call, tool invocation, or workflow step is evaluated against policy before the action is allowed, limited, or denied. That matters for NHI governance because the identity may remain valid while the privilege needed for a specific action should not. Continuous evaluation reduces the blast radius of a compromised agent, a misrouted prompt, or a delegated workflow that exceeds intent. The architecture is closer to ephemeral authority than persistent entitlement.

Practical implication: Use step-level policy checks for AI agents so that permissions match the current task, not the original session.

What human-in-the-loop controls change in high-risk workflows

Human-in-the-loop approval is a governance control, not a substitute for authorization. It is most useful when the agent reaches an action that is high impact, externally visible, or hard to reverse, such as changing privileges, moving funds, or approving an irreversible workflow. In practice, this creates a break-glass style checkpoint for selected agent behaviors. The design challenge is to define which actions require review without turning every workflow into manual bottlenecks. Good control design keeps the approval path narrow and auditable.

Practical implication: Reserve manual approval for high-risk actions and make the approval criteria explicit in policy, not ad hoc in operations.


NHI Mgmt Group analysis

Runtime authorization is becoming the control plane for AI agent governance. Authentication-only models were built for human sessions, not autonomous workflows that can make dozens of downstream requests. Once an agent can chain actions, the security question becomes whether each step is still valid in context. Practitioners should treat policy evaluation as a live control, not a one-time entitlement check.

Ephemeral access reduces standing risk, but it does not remove trust debt. Scoped, single-interaction clients narrow exposure, yet the underlying question remains whether the agent is still acting within approved intent. If token scope, delegated authority, and downstream API privileges are not aligned, session-based controls can still allow harmful motion. The right response is to pair ephemeral credentials with continuous authorisation review.

Human approval is most valuable at the point of irreversible action. Not every AI agent step should trigger manual review, but the highest-risk ones need an explicit governance break. That includes privilege changes, external transactions, and access to sensitive systems where recovery is costly. Teams should define approval thresholds in policy, not leave them to application teams to improvise.

Identity architecture for agents must shift from static trust to bounded execution. The core NHI issue is not whether the agent is authenticated, but whether it can complete only the work it was assigned. That pushes IAM teams toward session scoping, action-level policy, and auditable delegation trails. Practitioners should design for bounded execution, because that is where control becomes enforceable.

From our research:

  • 91.6% of secrets remain valid five days after the targeted organisation is notified, showing a critical gap in remediation procedures, according to Ultimate Guide to NHIs.
  • Only 20% have formal processes for offboarding and revoking API keys, and even fewer have procedures for rotating them.
  • The operational lesson is to pair runtime authorization with lifecycle cleanup, as covered in Ultimate Guide to NHIs.

What this signals

Ephemeral credential trust debt: Runtime authorization will not fix weak identity hygiene if agent credentials remain valid long after the task ends. With 91.6% of secrets still valid five days after notification, the programme risk is that session controls and lifecycle controls drift apart. Teams should align approval gates, expiry, and revocation into one operating model.

NHI control sprawl will now include agent execution paths. The security team can no longer stop at the identity provider. It must trace where an agent authenticates, where token scope is enforced, and where a high-risk action is blocked or reviewed. That means IAM, API governance, and application security need a shared policy boundary, not separate assumptions.

The governance signal is clear: AI agent access must be designed as bounded execution. A session that can call tools, represent a user, and reach sensitive systems needs continuous evaluation at each step, and that model should be documented against NIST AI Risk Management Framework controls for accountability and oversight.


For practitioners

  • Map agent workflows to decision points Identify where AI agents authenticate, where they call tools, and where a second authorization decision is needed before the next action proceeds.
  • Scope tokens to a single task Issue credentials that express the acting identity, the represented user, and the allowed action, then expire those credentials as soon as the interaction ends.
  • Add approval gates for irreversible actions Require human review before agents can change privileges, move data, or trigger externally visible transactions that cannot be safely rolled back.
  • Audit downstream API and gateway policy paths Verify that identity provider, API gateway, and AI gateway controls all enforce the same runtime policy so one permissive path cannot bypass the others.

Key takeaways

  • AI agent governance fails when access is treated as a one-time event instead of a continuous decision.
  • Runtime authorization, token scoping, and human approval address different parts of the same NHI risk surface.
  • Practitioners should design for bounded execution, because that is how agent access stays inside policy.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST AI RMF set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10Agent tool use and workflow control map directly to agentic AI misuse risks.
OWASP Non-Human Identity Top 10NHI-03Ephemeral clients and scoped tokens address credential lifecycle and excess privilege.
NIST AI RMFHuman approval and continuous oversight align with AI governance and accountability.

Bind agent actions to explicit policy checks before any tool call reaches production systems.


Key terms

  • Runtime Authorization: Runtime authorization is the practice of evaluating access decisions while an agent or workload is already operating, not only when it first authenticates. It allows security teams to permit, limit, or deny each action based on current context, task scope, and policy.
  • Ephemeral Client: An ephemeral client is a non-human identity that exists for a short, task-specific interaction rather than as a persistent account. It reduces standing access by giving an agent only the credentials it needs for one workflow, then letting those credentials expire or disappear.
  • Human-in-the-loop: Human-in-the-loop is a control pattern where a person must approve selected high-risk actions before an automated workflow can continue. It is most useful for irreversible or sensitive steps, because it adds a deliberate review point when machine judgment alone is not enough.
  • Token Intelligence: Token intelligence is the practice of issuing credentials with explicit meaning about who is acting, who they represent, and what is allowed. For NHI governance, it turns tokens from generic access artifacts into policy-bearing controls that support tighter, more traceable authorization.

Deepen your knowledge

Runtime authorization and AI agent governance are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building controls for autonomous workflows and scoped access, it is worth exploring.

This post draws on content published by Curity: Access Intelligence for real-time AI agent authorization. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-04-15.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org