TL;DR: A Teleport survey of over 200 infrastructure and security decision-makers found 69% believe widespread AI adoption will require major changes to identity management, according to Teleport. The article argues autonomous agents break legacy models built on passwords, API keys, and long-lived secrets, and the governance shift is from static credential control to unified, cryptographic identity with auditable, short-lived access.
At a glance
What this is: Teleport argues that AI agents are moving into production faster than legacy identity systems can represent them, exposing a gap between autonomous machine behaviour and credential-based access models.
Why it matters: IAM, NHI, and security teams need a shared identity model for agents because the same gaps that weaken service account governance now scale into agentic tool use, audit failure, and uncontrolled blast radius.
By the numbers:
- In a recent Teleport survey of over 200 infrastructure and security decision-makers, 69% said widespread AI adoption will need significant changes to how identity is managed.
👉 Read Teleport's analysis of agentic identity and production AI readiness
Context
AI agent identity is the problem space here: long-running autonomous systems are now acting in production, but most identity programmes still assume credentials are stable, reviewable, and attached to predictable actors. That assumption breaks when agents can read data, write code, deploy services, and use tools continuously across environments without human approval gates.
For infrastructure and security teams, the issue is not whether agents can be authenticated in a narrow technical sense. The issue is whether identity architecture can describe, govern, and audit an actor that behaves more like a runtime executor than a conventional workload, especially when static secrets, service accounts, and PAM processes were built for far narrower use cases.
Key questions
Q: How should security teams govern AI agents that can act across multiple systems?
A: Treat each agent as an identity subject with an owner, scope, and lifecycle. Give it short-lived access, bind that access to the task being performed, and log every tool invocation and data boundary crossed. Governance fails when agents are managed as generic automation instead of as actors that need discovery, policy, and offboarding.
Q: Why do static secrets and long-lived service accounts create extra risk for AI agents?
A: Because agents do not behave like fixed scripts. They can choose different tools, move across environments, and complete several actions in one session, so a reusable secret becomes a broad impersonation path. The same credential can unlock far more reach than teams expect, which increases blast radius and weakens attribution.
Q: What do security teams get wrong about least privilege for autonomous systems?
A: They often set privilege at provisioning time and assume it will remain correct. Autonomous behaviour changes that model because the actor may choose a new path mid-session and combine tools in ways no static role description captured. Least privilege has to be enforced against runtime behaviour, not just against the original request.
Q: Who should be accountable when an AI agent exceeds its intended scope?
A: Accountability should sit with the team that owns the agent, its policy boundary, and its access lifecycle. If no one can prove who granted the permissions, how they were limited, and when they expire, then the organisation has a governance gap, not just a technical incident.
Technical breakdown
Why static credentials fail for AI agents
Static credentials create a durable impersonation path, which is tolerable only when the identity subject is stable and its behaviour is bounded. AI agents are different because they can move across APIs, databases, orchestration layers, and internal services within one task, expanding the number of places where a credential can be abused. Once the same identity can make non-deterministic tool choices, the old assumption that a secret maps cleanly to one predictable purpose collapses. Identity becomes a runtime control problem, not just a provisioning problem.
Practical implication: remove long-lived shared secrets from agent workflows and replace them with short-lived, cryptographically bound identity.
Unified identity layer for humans, machines, and AI agents
A unified identity layer treats humans, workloads, and AI agents as first-class digital actors under one governance model. The architectural point is consistency: the same discovery, policy, audit, and lifecycle controls should apply regardless of whether the actor is a person, a service account, or an autonomous system. That matters because identity sprawl creates blind spots when one class of actor is managed in one system and agents are scattered across tools, MCP endpoints, and cloud services. Unified identity reduces ambiguity in attribution and access review.
Practical implication: map agent identities into the same discovery and governance plane used for other non-human identities.
Cryptographic identity, ephemeral access, and auditability
Cryptographic identity means access is issued from trusted assertions, not from reusable passwords or static keys. Ephemeral access means permissions are time-bound and task-scoped, so privilege exists only for the duration of the action that needs it. Real-time auditability matters because agent behaviour cannot be reconstructed reliably after the fact if telemetry is fragmented across tools. In practice, these three controls work together: they reduce standing privilege, narrow blast radius, and create evidence that links actions to a specific runtime identity.
Practical implication: design agent access so every execution produces a traceable identity event and a short-lived permission window.
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
Static identity was designed for actors whose access could be reviewed after issuance. That assumption fails when the actor is autonomous because it can select tools, alter execution paths, and complete actions faster than a review cycle can observe. The implication is that governance must stop treating agent access as a stable entitlement state and start treating it as a transient runtime condition.
Agentic identity is a control-plane problem, not a credential problem. The article correctly shows that static secrets, passwords, and long-lived service accounts were already under strain before agents arrived. Once an AI system can continuously act across infrastructure, the issue becomes how identity policy is enforced at execution time, not how a secret is stored. Practitioners should read that as a warning that conventional IAM boundaries are too coarse for agent behaviour.
Identity blast radius becomes the decisive risk variable when agents can chain tools. Each additional API, database, or internal service expands the number of downstream systems an agent can touch in one session. That makes attribution, containment, and remediation harder because the same actor can traverse multiple trust zones without changing form. The practical conclusion is that access scope must be designed around chainable action, not around role labels.
Unified identity is now a governance prerequisite for agentic AI adoption. The article is right to frame adoption speed as a production readiness issue rather than an innovation narrative. If teams cannot discover agents, prove what they touched, and bind their actions to a durable identity, then AI scale will outpace accountability. Practitioners should interpret that as a governance gap that sits across IAM, NHI, and security operations.
Ephemeral credential trust debt is the next governance risk for platform teams. When organisations keep layering temporary access, short-lived tokens, and ad hoc exceptions onto fragmented identity systems, they create a trust burden that cannot be audited cleanly later. The implication is that teams need a consistent identity fabric before agent deployment becomes routine, otherwise the programme will accumulate unreconcilable access debt.
From our research:
- 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.
- 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems, inappropriately sharing sensitive data, and revealing access credentials.
- If you are mapping agent behaviour into governance and controls, the Ultimate Guide to NHIs gives the lifecycle and policy baseline for non-human identity programmes.
What this signals
Agentic identity governance will converge with NHI lifecycle management. The same programme that inventories service accounts, rotation, and offboarding will increasingly need to track agents, tool endpoints, and delegated runtime access. Teams that already use the Ultimate Guide to NHIs as their baseline will find the transition easier because the governance pattern is familiar even if the actor type is new.
With only 44% of organisations having implemented any policies to govern AI agents, per AI Agents: The New Attack Surface report, most programmes are still behind the behaviour they are trying to control. That gap will widen unless security and platform teams define ownership, discovery, and offboarding for agents now.
Identity blast radius will become a board-level metric. When one agent can touch multiple APIs, databases, and internal services in a single session, the question is no longer just whether access is granted. The real question is how far one identity can move before a control can contain it, which is why agent governance must be designed around traceability and confinement.
For practitioners
- Define the agent as a first-class identity subject. Catalogue every AI system that can initiate actions, select tools, or access production data, then assign an owner, policy boundary, and lifecycle state to each one.
- Eliminate long-lived secrets from agent workflows. Replace static API keys, shared tokens, and reusable passwords with short-lived, cryptographically issued access that is bound to a specific task and execution context.
- Fold agents into the same discovery plane as NHIs. Use one inventory for service accounts, workloads, MCP endpoints, and agents so access review, logging, and offboarding do not depend on which team deployed the actor.
- Instrument runtime audit trails for every agent action. Capture which identity requested access, which tool was used, which data boundary was crossed, and when the permission expired so investigations can reconstruct the chain without guesswork.
Key takeaways
- AI agents expose a structural mismatch between autonomous runtime behaviour and identity systems built around stable credentials.
- The strongest evidence in the source is that 69% of security and infrastructure decision-makers expect AI adoption to force major identity changes.
- Teams should govern agents as first-class identities, remove long-lived secrets, and prove every action can be traced back to a bounded runtime context.
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 Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | Agent tool use and identity exposure map directly to agentic application risks. | |
| OWASP Non-Human Identity Top 10 | NHI-01 | Static secrets and unmanaged agent identities are core non-human identity risks. |
| NIST Zero Trust (SP 800-207) | PR.AC-4 | Continuous verification and least privilege are central to agent access control. |
Treat agent identity, tool access, and output handling as separate controls in runtime governance.
Key terms
- Agentic Identity: An agentic identity is the identity assigned to an AI system that can decide and act at runtime. It needs the same governance discipline as other non-human identities, but with tighter control over tool use, scope changes, and action traceability because behaviour is not fully predetermined.
- Unified Identity Layer: A unified identity layer is a single governance model that covers humans, workloads, and AI agents. It reduces fragmentation by applying the same discovery, policy, audit, and lifecycle controls across actor types, so security teams can understand access and accountability in one place.
- Identity Blast Radius: Identity blast radius is the amount of downstream access, data, and systems one identity can reach if it is misused or compromised. For agents, the term matters because dynamic tool use can expand the impact of a single access decision far beyond the original intended task.
- Ephemeral Access: Ephemeral access is permission that exists only for a short, task-specific window. It is central to modern NHI governance because it limits standing privilege, but for agents it must also be tied to execution context so access cannot outlive the action that needed it.
What's in the full article
Teleport's full blog post covers the architectural detail this analysis intentionally leaves at the governance level:
- The framework's proposed identity layer for humans, machines, workloads, and agents in one model
- The design principles behind cryptographic identity, ephemeral access, and real-time auditability
- The vendor's view of how standards-driven reference implementations could be operationalised by platform teams
- The practical packaging of SDKs and integrations for teams evaluating agent deployment patterns
Deepen your knowledge
AI agent identity, cryptographic trust, and unified 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 systems alongside existing NHI processes, it is worth exploring.
Published by the NHIMG editorial team on 2026-01-27.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org