PRACTITIONER GUIDE | AI SECURITY
Practitioner Guide12 min read

Agentic AI Identity Isn't NHI: A 2026 Maturity Model

AI agent identity management is a distinct governance problem from service accounts and API keys. Here is a six-stage maturity model for assessing where your organization actually stands.

25-50x
NHI-to-human ratio reported in many enterprises (KuppingerCole, 2026)
40%
Enterprise apps projected to embed task-specific AI agents by end of 2026 (Gartner)
<5%
Same figure just one year earlier, in 2025
6
Stages in the agentic AI identity maturity model

SponsoredHorizon3.ai

Proactive Security for the AI Era

NodeZero continuously and autonomously pentests infrastructure, identity, cloud, and now web applications, chaining weaknesses across every domain the way real attackers do. Every finding ships with replayable proof showing exploitable business impact, not theoretical risk.

See NodeZero WebApp in action

Most identity teams are still running their AI agent rollout through the same governance process they use for service accounts: request an identity, assign a role, issue a credential, review it at the next access certification cycle. That process was built for identities that do one predictable thing. An AI agent is not that. It receives a goal, decides which tools and APIs to call to reach it, and produces an outcome that nobody scoped action-by-action in advance, all without a human in the loop at the moment it acts. Folding that into the existing non-human identity (NHI) program is not a shortcut, it is a governance gap that will not surface until an agent does something nobody approved.

This piece makes the case that agentic AI identity deserves its own category, distinct from service accounts, API keys, and workload identities, and lays out a maturity model for moving an organization from having no visibility into its agents to running a governed, self-regulating program. It stays at the organizational and governance level: what each stage looks like operationally, how to figure out where you actually are, and where organizations get stuck. For the protocol-level mechanics of how Auth0, Microsoft Entra Agent ID, and Okta XAA actually implement delegated agent authorization, see our companion piece, the technical comparison of Auth0, Entra Agent ID, and Okta XAA. This article is about the maturity journey; that one is about the wiring.

Why an AI agent is not a service account with better branding

The instinct to treat an AI agent as "just another NHI" is understandable. Both are non-human. Both need credentials, scopes, and lifecycle management. But the resemblance stops at the surface. A traditional service account or API key performs a narrow, predictable task, and its scope is fixed at design time by a human engineer. If a payment-processing service account starts calling an HR API, that is unambiguously an incident, because the account's behavior space was defined once and never changes on its own.

An agentic system does not work that way. It is handed an intent, decomposes that intent into steps at runtime, calls whichever tools or APIs it judges appropriate for the task in front of it, and produces an outcome that was never enumerated in advance. It authorizes and re-authorizes itself continuously as it works, often acting on behalf of a specific human principal without that human confirming each individual step. That is the core distinction: traditional NHI has a scope, agentic AI has a mandate, and a mandate can be satisfied in ways nobody wrote down.

The scale backing this shift is not speculative. Analyst research already put non-human identities at 25 to 50 times the headcount of human users in many enterprise environments before agentic AI entered the picture, and Gartner has projected that 40% of enterprise applications will embed task-specific AI agents by the end of 2026, up from under 5% in 2025. That trajectory is why groups like OWASP's GenAI Security Project have published a dedicated Agentic AI Threats & Mitigations taxonomy and a Top 10 for Agentic Applications, separate from their existing LLM guidance, and why CISA and its Five Eyes partners issued a joint advisory in May 2026 specifically on careful adoption of agentic AI services. Regulators and standards bodies are treating this as a new category because the failure modes are new. For background on the baseline discipline this builds on, our non-human identity security guide covers service accounts, API keys, and workload identities in depth; this piece picks up where that one ends.

A six-stage maturity model for agentic AI identity

The most useful framework to date for reasoning about this problem comes from CSO Online's coverage of a six-stage maturity model built around KuppingerCole's 2026 research into non-human identity management, extended specifically for agentic systems. We have adapted the stage boundaries here for an organizational, governance-level lens rather than a pure technical audit checklist, because the question that matters to security architecture and identity teams is less "does this pass a compliance scan" and more "what does our organization actually do differently at each stage, and what breaks if we skip one."

The six stages, in order, are:

Stage 0: Shadow Agents

AI agents exist in the environment, spun up by individual teams or embedded in SaaS tools, but nobody has an inventory of them. There is no assigned identity, no audit trail, and frequently no awareness at the security or identity team level that agents are acting at all.

Stage 1: Inventoried

Agents are discovered and logged against an asset inventory, often after a scramble triggered by an incident or an audit finding. They are visible, but they still are not under any independent governance process, meaning nobody outside the team that built the agent controls what it can do.

Stage 2: Individually Attributable

Each agent gets its own uniquely identifiable credential instead of sharing a service account or, worse, borrowing a human's session token. Basic lifecycle rules exist (provisioning, some notion of deprovisioning) but are applied inconsistently across teams and business units.

Stage 3: Delegation-Controlled

The governance floor. Every agent operates under an explicit on-behalf-of model tied to a named human principal, credentials are short-lived and context-bound rather than long-lived secrets, every action lands in a SIEM-visible audit trail, and access can be revoked in real time. Programs below this stage are not considered audit-survivable.

Stage 4: Bounded and Monitored

Agent action is explicitly bounded by policy, not just by credential scope. Every action an agent takes is reviewable and, where possible, reversible, and the organization actively evaluates agent behavior metrics rather than only logging them for later forensic use.

Stage 5: Self-Regulating

Anomalous agent behavior triggers automatic, risk-based pause or revocation without waiting for a human to notice and act. Every agent has a named, accountable human owner, and that ownership is enforced operationally, not just documented in a spreadsheet.

Free daily briefing

Briefings like this, every morning before 9am.

Threat intel, active CVEs, and campaign alerts, distilled for practitioners. 50,000+ subscribers. No noise.

Stages 0 through 2: the phase most organizations are actually in

Despite how much agentic AI has been discussed in the last year, most enterprise programs are somewhere between stage 0 and stage 2, not because teams are careless but because agent adoption typically starts as a series of disconnected pilots. A sales engineering team wires an agent into a CRM. A DevOps team gives an agent write access to a ticketing system to auto-triage alerts. Each pilot solves a real problem, and each one creates an identity that nobody outside the team that built it is tracking.

Stage 0 is the default state of an organization that has not deliberately looked for agents. It is not a moral failing, it is what happens when agent creation is as easy as calling an API with a system prompt, and no policy requires registration before deployment. The risk compounds because shadow agents frequently inherit broad permissions from whatever human or service credential was easiest to reuse at build time, which means the blast radius of an unmanaged agent is often wider than the blast radius of an unmanaged service account.

Stage 1 (inventoried) is usually reached reactively, after a security review, an incident, or a vendor risk assessment forces the question of "what agents do we actually have running." Getting to stage 1 is necessary but insufficient. An inventory without governance tells you what exists, not what any of it is allowed to do, which is why organizations frequently sit at stage 1 for months while treating the inventory itself as the deliverable.

Stage 2 (individually attributable) is where the identity team starts actively participating instead of just cataloging. The critical operational change here is eliminating shared credentials between agents, and between agents and the humans who built them. An agent that authenticates using a developer's personal token or a shared service account credential cannot be individually audited, which means every governance control layered on top of it, monitoring, access review, incident attribution, is compromised at the root. Teams get stuck at stage 2 when lifecycle rules exist on paper (a provisioning ticket, a deprovisioning checklist) but are applied inconsistently, so some agents get cleaned up when a project ends and others quietly keep running with live credentials for months.

Stage 3: the governance floor, and why delegation control is the line

Stage 3 is where an agent identity program becomes defensible in an audit, and it is worth being specific about why. The defining requirement is an explicit on-behalf-of model: every agent action is traceable to a named human principal who authorized the agent to act, not to an abstract service identity that could theoretically have been triggered by anyone. Paired with that is the elimination of long-lived credentials in favor of short-lived, context-bound tokens that expire on a timescale matched to the task rather than to IT convenience, a complete audit trail that lands in the SIEM rather than in an application-specific log nobody reviews, and the operational capability to revoke an agent's access within seconds, not the next maintenance window.

These four requirements sound like implementation details, but they are the difference between an organization that can answer "what did this agent do and who authorized it" during an incident, and one that cannot. Below stage 3, that question does not have a reliable answer, which is the practical reason CSO Online's framework and the broader analyst consensus treat it as the line between ungoverned and governed agent programs.

This is also the stage where the specific authorization mechanics matter, and where the protocols diverge sharply in how they implement delegation, credential lifetime, and revocation. Auth0, Microsoft Entra Agent ID, and Okta XAA (Cross App Access) all target this exact governance floor, but they get there through materially different technical approaches to token issuance, scoping, and the on-behalf-of relationship itself. Rather than duplicate that analysis here, see the protocol-level comparison of Auth0, Entra Agent ID, and Okta XAA for the technical authorization-protocol comparison. What matters at the governance level is simpler: pick a mechanism that actually satisfies all four stage 3 requirements, and verify it does, rather than assuming a vendor's agent-identity feature checks every box by name alone.

Stages 4 and 5: bounded, observable, and eventually self-correcting

Stage 4 moves the organization from "we can reconstruct what an agent did after the fact" to "we actively constrain what an agent can do while it is doing it." Action boundaries become policy-enforced rather than credential-enforced alone, meaning an agent can be individually attributable and running short-lived credentials (stage 3) while still being free to take any action those credentials technically permit. Stage 4 adds the layer that limits that further: explicit boundaries on what categories of action an agent may take without additional review, a design requirement that actions be reversible wherever feasible, and active evaluation of behavioral metrics, how often an agent's requests get denied, how its request patterns shift over time, rather than only capturing that data for a future investigation.

Stage 5 is where the program stops depending entirely on a human noticing a problem. Anomaly detection is tied directly to automated response: a deviation from an agent's established behavior pattern triggers an automatic pause or credential revocation, with a human reviewing after the fact rather than being the trigger itself. The other structural requirement at this stage is named ownership, every agent has a specific accountable human, not a team or a role, which closes the accountability gap that tends to reopen the moment an organization scales past a handful of agents.

Tooling vendors are building toward different points on this curve rather than a single endpoint. SailPoint's public framing of agent identity security centers on four pillars, discovering agents as first-class identity citizens, policy-driven and risk-based access decisions, explainable and auditable accountability across the human-machine boundary, and automated lifecycle management at scale, which maps most directly onto helping organizations move from stage 2 into stages 3 and 4. Strata.io's agent fabric concept takes a different angle, positioning an orchestration layer that discovers agents dynamically, organizes them by policy, and links runtime behavior back to a verifiable identity in the organization's existing identity provider, aimed at the sprawl problem that shows up acutely between stage 1 and stage 3 when agent count outpaces manual governance. Microsoft's Entra Agent ID is a third example, a first-party identity construct for agents inside the Microsoft ecosystem that is relevant to how an organization actually implements the delegation model stage 3 requires. None of these are a substitute for the governance decisions above, and none of them do the job alone; they are infrastructure that makes a given stage achievable once an organization has decided that is the stage it needs to reach. Our comparison of HashiCorp Vault, SailPoint, and Saviynt covers how these platforms differ on machine identity versus human identity more broadly, which is useful context before evaluating any of them specifically for agent identity.

How to self-assess which stage your organization is actually in

Maturity models are only useful if an organization can place itself on one honestly, and the honest answer is usually lower than the stage a team's internal narrative suggests. A few direct questions surface the real answer faster than a formal audit.

Can you produce a complete list of every AI agent with production access right now, without asking every team individually?

If the answer requires a survey rather than a query against an existing system of record, you are at stage 0, regardless of how governed any individual agent might be.

Does every agent have its own unique credential, or does any agent share a credential with a human or another agent?

Shared credentials of any kind, including a developer's personal API key reused inside an agent, cap you at stage 1 no matter how good your inventory is, because individual attribution is the prerequisite for everything above it.

If an agent's access were compromised right now, how long would it take to revoke it, and would that action show up in your SIEM automatically?

An answer measured in minutes rather than seconds, or one that depends on someone manually finding the right console, indicates the stage 3 revocation and audit-trail requirements are not actually met yet, even if a policy document claims they are.

Are there any categories of action your agents are structurally prevented from taking, independent of what their credentials technically allow?

If the only constraint on agent behavior is the scope of its credential, with no policy layer enforcing additional boundaries or requiring reversibility, you have not reached stage 4 regardless of how tightly those credentials are scoped.

Does every agent have one named human who is accountable for it, and would that person be identifiable within minutes during an incident?

A team, a department, or "whoever built it" is not a named owner. If accountability resolves to a group rather than a person, stage 5's ownership requirement is not met even if anomaly detection and automated response are technically in place.

Common pitfalls at each stage

The failure modes are specific enough per stage that naming them helps teams recognize when they are stuck rather than progressing.

Stage 0 pitfall: treating agent discovery as a one-time project

A single inventory sweep gives a snapshot, not a program. New agents get spun up continuously by teams outside security's visibility, so without a standing discovery process, an organization drifts back toward stage 0 within months of declaring stage 1.

Stage 1 pitfall: mistaking visibility for governance

Having a spreadsheet of known agents feels like progress, and it is, but it is easy to stop there because the hard part, actually restricting and standardizing what those agents are allowed to do, requires cross-team authority that a pure inventory exercise does not force anyone to exercise.

Stage 2 pitfall: inconsistent lifecycle enforcement across business units

Individually attributable identities mean little if one business unit deprovisions agents rigorously and another lets them run indefinitely after a project ends. Attackers and auditors both find the weakest business unit, not the average one.

Stage 3 pitfall: assuming a vendor's delegation feature is sufficient without verifying it end to end

On-behalf-of models, short-lived credentials, audit trails, and real-time revocation all have to work together and be tested under failure conditions. A protocol that supports delegation in principle but has never been exercised against an actual revocation drill has not proven it meets the governance floor.

Stage 4 pitfall: setting action boundaries once and never revisiting them as agent capability grows

Agent capabilities expand as underlying models and tool integrations improve, often without a corresponding review of whether the original action boundaries still make sense. Static boundaries around a system that gets more capable over time quietly become permissive.

Stage 5 pitfall: over-automating response without a clear escalation path for false positives

Automatic pause and revocation on anomaly detection is powerful, but if there is no fast, well-defined path for a legitimate agent to be reinstated after a false-positive trigger, teams under delivery pressure will quietly build workarounds that undo the control.

Where the field is heading

Standards and regulatory attention are catching up faster than they did for earlier NHI categories. NIST launched an AI Agent Standards Initiative in February 2026, and the joint CISA and Five Eyes advisory on agentic AI adoption from May 2026 signals that this is being treated as its own risk category at the policy level, not folded into general AI governance guidance. Expect identity vendors to keep building agent-specific tooling that assumes organizations need to move through these stages rather than jump straight to stage 5, since the gap between where most programs sit today (stage 0 to 2) and the governance floor (stage 3) is still the most common place agent rollouts stall before they ever reach production.

The practical trajectory for security architecture teams is to stop asking whether an existing NHI program can be stretched to cover agentic AI, and start asking which stage a given agent deployment needs to reach before it goes into production, and whether the tooling and process exist to get it there and keep it there. Programs that treat agent identity as a variant of service account management will keep discovering, usually during an incident, that they never actually answered who authorized this agent to do what it just did. For the credential and workload-identity foundations that stage 2 and 3 requirements build on, particularly around eliminating long-lived secrets, our guide to workload identity federation covers the CI/CD pattern that a lot of agent credential design is now converging toward.

The bottom line

Agentic AI identity is not a bigger version of the non-human identity problem, it is a different problem that happens to share some infrastructure with it. Service accounts and API keys have fixed scopes decided by a human at design time; AI agents decompose intent into action at runtime, without a human confirming each step, which is why the old NHI governance playbook does not transfer directly. The six-stage maturity model, from shadow agents with no inventory, through individually attributable identities, to the delegation-controlled governance floor, and on to bounded, monitored, and eventually self-regulating programs, gives security and identity architecture teams a concrete way to locate where they actually stand rather than where their agent pilot's slide deck claims they stand. Most organizations are still below the governance floor at stage 3. Getting there, with a real on-behalf-of model, short-lived credentials, a SIEM-visible audit trail, and real-time revocation, is the near-term priority; stages 4 and 5 are worth planning for, but they are not where the risk is concentrated today.

Frequently asked questions

What makes AI agent identity different from non-human identity (NHI)?

Traditional NHI, like service accounts and API keys, performs a narrow task with a scope fixed at design time by a human engineer. An AI agent receives an intent, decomposes it into steps at runtime, and calls whichever tools or APIs it judges appropriate, producing outcomes that were never enumerated in advance and often acting on a human's behalf without that human confirming each step.

What is the AI agent identity maturity model?

It is a six-stage framework for assessing how well an organization governs its AI agent identities, running from Stage 0 (Shadow Agents, no inventory) through Stage 1 (Inventoried), Stage 2 (Individually Attributable), Stage 3 (Delegation-Controlled, the governance floor), Stage 4 (Bounded and Monitored), and Stage 5 (Self-Regulating).

What is Stage 3, and why is it called the governance floor?

Stage 3, Delegation-Controlled, requires an explicit on-behalf-of model tied to a named human principal, short-lived and context-bound credentials instead of long-lived secrets, a complete SIEM-visible audit trail, and real-time revocation capability. Programs below this stage generally cannot answer who authorized a given agent action during an incident, which is why it is treated as the minimum bar for audit survivability.

How should an organization determine which maturity stage it is actually in?

Ask direct operational questions rather than relying on a policy document: can you produce a complete agent inventory without a manual survey, does every agent have a unique credential with no sharing, how quickly can access be revoked and does that show up in the SIEM automatically, are there policy-enforced action boundaries beyond credential scope, and does every agent have one named, identifiable human owner.

What are the most common pitfalls when governing AI agent identity?

Common failures include treating a one-time agent inventory as a finished program, mistaking a visibility spreadsheet for actual governance, enforcing lifecycle rules inconsistently across business units, assuming a vendor's delegation feature meets the governance floor without testing it under failure conditions, and over-automating anomaly response without a clear path to reinstate legitimate agents after false positives.

How does this maturity model relate to protocols like Microsoft Entra Agent ID or Okta XAA?

This model describes the organizational stages a company moves through in governing agent identity, not the technical mechanics of any single protocol. Auth0, Microsoft Entra Agent ID, and Okta XAA are different technical approaches to reaching the Stage 3 governance floor; for the protocol-level comparison of how each implements delegation, credential lifetime, and authorization, see our companion piece on Auth0, Entra Agent ID, and Okta XAA.

Sources & references

  1. CSO Online - Agentic AI identity: A 6-stage maturity model for non-human identities
  2. SailPoint - Agentic AI and the Future of IAM
  3. Strata.io - What is AI Agent Identity Management? A 2026 Guide

Free resources

25
Free download

Critical CVE Reference Card 2025–2026

25 actively exploited vulnerabilities with CVSS scores, exploit status, and patch availability. Print it, pin it, share it with your SOC team.

No spam. Unsubscribe anytime.

Free download

Ransomware Incident Response Playbook

Step-by-step 24-hour IR checklist covering detection, containment, eradication, and recovery. Built for SOC teams, IR leads, and CISOs.

No spam. Unsubscribe anytime.

Free newsletter

Get threat intel before your inbox does.

50,000+ security professionals read Decryption Digest for early warnings on zero-days, ransomware, and nation-state campaigns. Free, daily, no spam.

Unsubscribe anytime. We never sell your data.

Eric Bang
Author

Founder & Cybersecurity Evangelist, Decryption Digest

Cybersecurity professional with expertise in threat intelligence, vulnerability research, and enterprise security. Covers zero-days, ransomware, and nation-state operations for 50,000+ security professionals every morning.

Giveaway: InfoSec World 2026 All Access Pass ($3,895 value)

Details →
Daily Briefing

Subscribe to enter the giveaway

Every subscriber is automatically entered. You also get daily threat intel every morning: zero-days, ransomware, and nation-state campaigns. Free. No spam.

Already subscribed? You're already entered.

Giveaway

Win a $3,895 InfoSec World 2026 pass.