TL;DR: AI agents can book meetings, provision infrastructure, process refunds, and move money without waiting for human approval, but traditional identity systems still track creation more reliably than runtime authority, according to 1Kosmos. The real gap is that access review and registration-time identity assume privilege remains stable long enough to inspect, while agents can act, expand scope, and persist on static credentials in real time.
At a glance
What this is: This is an analysis of why agent runtime authorization is becoming necessary as AI agents act independently at execution time and existing identity controls only record creation and ownership.
Why it matters: It matters because IAM, PAM, and lifecycle governance must now account for non-human actors whose authority changes at runtime, not just at provisioning or review time.
By the numbers:
- 76% of business leaders expect employees to manage agents within the next 2-3 years, but most lack the security controls to manage what these agents actually do at runtime.
- 15% of organizations report that their agents have defined ownership between 76% and 100%.
👉 Read 1Kosmos's guide to agent runtime authorization and AI agent identity
Context
AI agent runtime authorization is the control gap between knowing an agent exists and knowing whether it should be allowed to act right now. Traditional identity systems are good at registration, ownership, and lifecycle records, but they do not reliably stop an agent from using broad credentials after its original context has changed.
That gap matters because autonomous agents operate at machine speed and can initiate actions without waiting for a person to step in. For identity teams, the question is no longer only who created the agent, but how authority is checked at the moment of each tool call, especially when MCP-connected agents reach into systems that contain money, infrastructure, and sensitive data.
Key questions
Q: How should security teams govern AI agents that can act at runtime?
A: Security teams should govern AI agents with execution-time controls, not only registration records. That means each meaningful action is checked against policy at the moment it is attempted, tied to a named human owner, and logged for audit. For high-risk actions, use short-lived credentials and explicit approval so the agent cannot act on stale authority.
Q: Why do autonomous AI agents create problems for traditional access reviews?
A: Traditional access reviews assume privilege persists long enough to be observed and certified, but autonomous agents can acquire and use access within a single session. That makes periodic review too slow to catch the actual decision point. Teams need runtime controls and action-level accountability, not only recurring certification.
Q: What breaks when AI agents rely on long-lived API keys?
A: Long-lived API keys break the link between current authority and current intent. An agent can keep using broad access after its task changes, after its creator leaves, or after a risk posture shift. That creates ghost-agent behaviour, weak revocation, and a poor audit trail for anything the agent does later.
Q: Who is accountable when an AI agent makes a bad decision?
A: Accountability should rest with the named human owner whose authorization is bound to the action at runtime. If the organisation cannot prove who approved the request at the moment it executed, accountability has already failed. Governance needs a current human owner, a policy decision, and an auditable credential event.
Technical breakdown
Agent runtime authorization at the MCP boundary
Runtime authorization sits between an AI agent and the tool or API it wants to use. At the moment of execution, the policy layer evaluates the requested action against current rules, then either allows it, requires step-up approval, or blocks it. This differs from registration-time identity, which records who created the agent but does not govern each action. The architectural point is that control must happen where the request leaves the agent, not only where the agent is enrolled.
Practical implication: place policy enforcement in front of tool execution, not only in onboarding or inventory systems.
Why static credentials fail for autonomous agents
Many agents still rely on API keys, service account credentials, or OAuth tokens that were issued when the agent was created. Those credentials are long-lived, broadly scoped, and not tied to a fresh human authorization event. Once embedded in a workflow or secrets store, they can be reused at any time, which means the original approval no longer matches the action being taken. The problem is not just credential theft. It is the mismatch between static authorization and runtime behaviour.
Practical implication: treat hardwired credentials as a runtime risk, not just a secrets-management issue.
Verifiable credentials and human accountability
A runtime model uses time-bound, scope-bound verifiable credentials that prove a specific action was approved for a specific actor at a specific moment. Authentication answers who is accountable, while authorization answers whether the action is allowed. For agents, those two questions must meet at execution time or the organisation cannot prove which human stood behind the action. That is especially important when agents can make purchasing decisions, provision infrastructure, or access sensitive records without waiting for a ticket or manual review.
Practical implication: require action-specific proof of accountability for any agent operation that changes risk, spend, or access.
Threat narrative
Attacker objective: The objective is to perform unauthorized or unreviewed actions through a trusted agent identity, turning legitimate automation into uncontrolled execution.
- entry: the agent enters the environment with credentials issued at creation time and can reach external tools through MCP-connected integrations.
- escalation: the same credential set grants broader access than the specific task needs, allowing the agent to exceed its intended scope at runtime.
- impact: the agent can spend money, provision infrastructure, or access sensitive data without a fresh human check, creating operational, financial, and compliance loss.
Breaches seen in the wild
- Moltbook AI agent keys breach — Moltbook breach exposed 1.5M AI agent keys.
- MongoBleed breach — MongoBleed exposed secrets across 87K MongoDB servers.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Runtime authority is the new identity boundary for AI agents. Registration-time identity answers who created the agent, but it does not answer whether a specific action should proceed at the moment of execution. That split is now the central governance issue for agentic systems because the actor can initiate work, select tools, and continue acting without a person in the loop. Practitioners should stop treating agent identity as a setup problem and start treating it as an execution problem.
Point-in-time identity is a broken premise for autonomous behaviour. Access review processes were designed for conditions where privilege stays stable long enough to be observed, certified, and remediated. That assumption fails when an agent can acquire and use authority within the same runtime session, then move on before a review cycle ever sees the event. The implication is that governance models built on periodic inspection do not map cleanly to machine-speed action.
Hardwired credentials create authority that outlives accountability. API keys and service account tokens often remain valid long after the original human context has changed, which means the identity that can act is no longer the identity that can answer for the action. This is not just credential sprawl, it is accountability drift across the delegation chain. Practitioners should treat that drift as a governance defect, not as an inventory issue.
Runtime authorization shifts AI agent governance from ownership to enforceable control. The market is moving toward policy enforcement at the tool boundary because static registration records cannot stop a risky action from executing. That direction aligns identity governance with how agents actually behave, especially in procurement, infrastructure, and data-access workflows. Identity programmes that do not extend to execution-time controls will remain incomplete.
Agent runtime authorization should become a named control domain in IAM and PAM programmes. The field needs a clearer separation between agent enrollment, agent ownership, and agent action approval so teams can govern each layer differently. Without that separation, organisations will keep overloading existing lifecycle processes with a problem they were never built to solve. Practitioners should update policy language, control mappings, and audit expectations now.
From our research:
- 92% agree governing AI agents is critical to enterprise security, yet only 44% have implemented any policies to do so, according to AI Agents: The New Attack Surface report.
- Only 52% of companies can track and audit the data their AI agents access, leaving 48% with a complete blind spot for compliance and breach investigation, according to AI Agents: The New Attack Surface report.
- That governance gap makes the OWASP Agentic AI Top 10 a useful next reference point for runtime control, tool misuse, and agent identity risk.
What this signals
Runtime authorisation debt: identity programmes that stop at registration will leave agent behaviour outside the control plane. As autonomous workloads spread, the practical test becomes whether a team can approve, deny, and revoke a tool call before the call completes, not whether the agent was once inventoried correctly.
With 98% of companies planning to deploy even more AI agents within the next 12 months, per AI Agents: The New Attack Surface report, lifecycle governance will not be enough on its own. The next control maturity step is to align agent ownership, runtime policy, and offboarding so execution rights do not outlive accountability.
Teams should expect agent governance to converge with PAM-style thinking because the risky moment is the action itself. That means reviewing not just who can create an agent, but which actions require human verification, which can be auto-approved, and which must be blocked until policy context changes.
For practitioners
- Define runtime approval thresholds for agent actions Separate low-risk read operations from higher-risk write, spend, or production-change actions, then require explicit approval only where the business impact justifies it.
- Bind agent actions to a named human owner Require every agent credential to carry a current accountable owner and revoke execution rights when that owner leaves or changes role.
- Replace long-lived API keys with time-bound credentials Move agents away from static secrets and issue short-lived, scope-bound credentials only after policy checks and human authorization for the specific action.
- Insert policy enforcement at the tool boundary Place controls in front of MCP or API calls so the agent cannot execute before a policy decision is made, logged, and enforced.
- Review ghost-agent scenarios in offboarding workflows Test whether deactivated employees can still leave behind agents with valid access, then make revocation and reassignment part of the offboarding runbook.
Key takeaways
- AI agent governance fails when programmes only track creation and ownership, because the real risk sits at execution time.
- The scale is already material, with most leaders expecting wider agent adoption while policies still lag behind operational reality.
- Identity teams should shift from static registration controls to runtime authorization, short-lived credentials, and action-level accountability.
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 CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | AG-03 | Agent tool-use and approval gates map to runtime execution control. |
| OWASP Non-Human Identity Top 10 | NHI-01 | Agent credentials behave like non-human identities with lifecycle and scope risk. |
| NIST CSF 2.0 | PR.AC-4 | Least-privilege enforcement is central to runtime authorization decisions. |
Require action-level policy checks before agent tool calls reach external systems.
Key terms
- Agent Runtime Authorization: A control model that checks whether an AI agent may perform a specific action at the moment it tries to execute it. It combines policy, current context, and human accountability so authority is evaluated at runtime rather than assumed from creation-time registration.
- Ghost Agent: An AI agent that keeps operating after the human who created or owned it is gone or no longer accountable. The term describes a lifecycle failure where credentials remain valid even though ownership has changed, creating an orphaned execution path.
- Verifiable Credential: A cryptographically signed, time-bound credential that proves a specific action was authorised for a specific actor. In agent governance, it provides a narrow, auditable way to express permission without leaving behind the broad persistence of a long-lived API key.
- Runtime Policy Enforcement: The practice of checking and enforcing access rules when an action is attempted, not only when an identity is registered. For AI agents, this means placing policy in front of tool calls so the decision can be approved, denied, or scoped before execution proceeds.
Deepen your knowledge
NHI governance, agentic AI identity, and machine identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.
This post draws on content published by 1Kosmos: agent runtime authorization for AI agents and the limits of traditional identity management. Read the original.
Published by the NHIMG editorial team on 2026-03-02.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org