TL;DR: Non-human identities are moving past 100:1 over the next two years, and Britive argues that vault-centric PAM cannot scale into that ratio because agentic identities are short-lived, runtime-selected, and often instantiated on demand. The core problem is not volume alone: it is the collapse of the standing-credential assumption that legacy NHI governance was built on.
At a glance
What this is: This is an analysis of why vault-centric PAM cannot govern the coming surge in non-human identities, especially short-lived agentic identities.
Why it matters: It matters because IAM, PAM, and NHI programmes need to separate persistent machine identities from ephemeral agent-driven access before their control model becomes structurally misfit.
By the numbers:
- Non-human to human identity ratios will move past 100:1 over the next two years, according to Britive.
👉 Read Britive's analysis of why vault-centric PAM breaks as NHI populations cross 100:1
Context
Non-human identity growth is no longer just a scaling problem. In this article, Britive argues that the real issue is a control-model mismatch: vault-centric PAM was built for persistent identities, while agentic identities are short-lived and select tools at runtime. That means the current NHI population is crossing into a different operating reality, not just a larger one.
For identity teams, the important distinction is between identities that can be enumerated, credentialed, and rotated, and identities that may exist only for seconds or minutes. Once access is instantiated on demand by a user request, traditional vault workflows can become too slow to govern effectively. That is why the broader NHI lifecycle conversation now has to include agentic access patterns, not only service accounts and API keys.
Key questions
Q: What breaks when organisations try to manage agentic AI with vault-centric PAM?
A: Vault-centric PAM assumes an identity persists long enough for credential issuance, storage, and reuse to make sense. Agentic identities may exist only for a short task window and choose tools at runtime, so the reusable secret becomes the control failure rather than the control point. The access decision has to move into execution time, not sit in a vault.
Q: Why do agentic identities change the way IAM teams should think about NHI governance?
A: Because they are not just more NHIs. Persistent machine identities can still fit lifecycle controls such as rotation and offboarding, but agentic identities are task-bound and decision-driven, so governance has to account for runtime authorisation, not only credential hygiene. That shifts the operating model from inventory and storage toward policy at the point of action.
Q: How do security teams know whether their NHI model is too dependent on standing credentials?
A: Look for any workflow where access remains valid after the task is complete, especially when that access was granted to a system that acts in short bursts. If the organisation relies on reusable secrets to bridge those gaps, it is carrying standing privilege in everything but name. That is a blast radius problem, not a vault problem.
Q: Should organisations treat agentic AI access differently from service account access?
A: Yes. Service accounts are usually persistent and can be managed through lifecycle controls, while agentic AI access is often ephemeral, runtime-selected, and initiated on demand. The right governance model is different because the identity behaviour is different. Treating both as the same class leads to control gaps and delayed policy decisions.
Technical breakdown
Why standing credentials fail for short-lived agentic identities
Vault-centric PAM assumes an identity lives long enough to justify issuing and storing a reusable credential. Agentic identities break that assumption because they are created on demand, may exist for seconds or minutes, and decide at runtime which tool to call. If access is preserved between calls, the credential becomes a standing object even when the underlying task is ephemeral. That changes the risk from controlled persistence to exposed blast radius. The architectural issue is not just scale but temporal mismatch between identity lifetime and credential lifetime.
Practical implication: treat ephemeral agent access as a runtime authorisation problem, not a vault storage problem.
What per-call policy evaluation changes in NHI governance
Per-call policy evaluation moves authorisation from credential possession to action-time decisioning. Instead of managing a reusable secret between sessions, the system checks whether a specific agent request against specific resources is permitted at the moment of execution. That is structurally different from vault-based distribution because no durable secret has to survive long enough to be stolen, reused, or overextended. For agentic systems, this is closer to zero standing privilege than to classic secrets management, and it makes the policy engine part of the access path rather than a back-end repository.
Practical implication: define which agent actions must be evaluated at call time and route them away from durable secret issuance.
Why shadow AI creates hidden NHI exposure
Many organisations already have agentic behaviour embedded in copilots, SaaS assistants, and developer tools before any formal procurement takes place. That creates a shadow NHI population because the identities are created by usage, not by IAM design. The result is that teams often discover agent-driven access after the pattern is already embedded in workflows. Visibility becomes the first governance task, but the deeper issue is that undocumented agents can accumulate resource reach without ever entering a managed lifecycle. That is a governance blind spot, not just an inventory gap.
Practical implication: inventory agentic usage in existing platforms before formalising any lifecycle or access model.
NHI Mgmt Group analysis
Standing credential assumptions are being invalidated by agentic identity. Vault-centric PAM was designed for identities that persist long enough to hold a reusable secret. That assumption fails when the actor is an agent that is instantiated on demand, makes tool choices at runtime, and may disappear within minutes. The implication is that identity governance has to stop treating credential persistence as the default state for all non-human access.
Non-human identity growth is splitting into two different governance classes. Persistent service accounts, CI/CD identities, and SaaS integration users can still be enumerated, rotated, and governed through classic lifecycle controls. Agentic identities cannot be managed the same way because their action set is open-ended and their lifespan is task-bound. Practitioners should recognise that one NHI programme now has to govern two very different populations, not one larger bucket.
Ephemeral credential trust debt: The article exposes a control pattern where organisations keep extending legacy secret handling to identities that were never meant to hold standing credentials. That preserves the credential while ignoring the fact that the security problem is the period between issuance and use. This is a governance debt because every workaround increases exposure without solving the underlying temporal mismatch.
Per-call evaluation is becoming the dividing line between governable and ungovernable agent access. Once an agent can independently select tools and timing, the access decision has to move into the execution path. Zero standing privilege is no longer just a hardening preference for privileged users and service accounts. It becomes the only durable way to keep agentic behaviour inside a controllable blast radius.
Inventory alone will not solve the coming NHI surge. The article is right to focus on the population shift, but the real programme risk is assuming that a larger inventory can be handled by the same control plane. IAM teams need to separate lifecycle-managed machine identities from runtime-governed agent identities or they will end up measuring the wrong thing with the right dashboard.
From our research:
- Only 5.7% of organisations have full visibility into their service accounts, according to Ultimate Guide to NHIs.
- 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools.
- A useful next step is to compare that visibility gap with the control model in Ultimate Guide to NHIs , What are Non-Human Identities.
What this signals
Ephemeral credential trust debt: Most IAM programmes still optimise for secrets that can be issued, rotated, and revoked on a predictable cadence. Agentic identities compress that window, so the programme risk shifts from secret management to whether policy can evaluate access fast enough to matter.
The practical signal for teams is that NHI governance is separating into lifecycle-managed machine identities and runtime-governed agentic identities. Organisations that keep both in one control path will overestimate visibility and underestimate blast radius, especially as shadow AI becomes a larger share of access creation.
The next governance question is not whether to store more credentials, but whether the access path can survive when no durable credential should exist at all. That is the point where zero standing privilege stops being a hardening tactic and becomes an architectural requirement.
For practitioners
- Inventory agentic activity already in use Map copilots, embedded SaaS assistants, developer tools, and any other runtime systems that can create access without a formal identity-team workflow. The goal is to expose shadow AI and shadow NHI before the access model is standardised.
- Classify identities by lifetime and action model Separate persistent service accounts from short-lived agentic identities and define which ones need lifecycle governance versus per-call authorisation. Do not force both into the same vault-centric operating model.
- Move high-value agent actions to runtime policy checks Require policy evaluation at the moment an agent invokes a specific tool against specific resources, especially for CRM, ERP, support, SIEM, and ticketing workflows. If the credential can outlive the task, the model is already too loose.
- Redesign governance around zero standing privilege Use short-lived, task-scoped access for the use cases where agents would otherwise hold reusable credentials between actions. The objective is to remove standing access, not to manage a larger secret inventory.
Key takeaways
- Vault-centric PAM assumes identity persistence, and agentic identities break that assumption by existing only long enough to act.
- The visibility problem is already real: only 5.7% of organisations have full visibility into their service accounts, so runtime AI access will be harder, not easier, to govern.
- Practitioners need to separate persistent machine identities from ephemeral agentic access and move high-value actions to per-call policy evaluation.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST Zero Trust (SP 800-207) and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-03 | The article centres on NHI credential lifecycle and standing-secret risk. |
| NIST CSF 2.0 | PR.AC-4 | Least-privilege access management is the core control problem in the article. |
| NIST Zero Trust (SP 800-207) | The article argues for zero standing privilege and continuous verification. | |
| NIST SP 800-53 Rev 5 | IA-5 | Authenticator management is relevant to reusable secrets and token handling. |
Classify agentic access separately from persistent NHIs and remove reusable credentials where runtime policy can govern access.
Key terms
- Agentic Identity: An agentic identity is a non-human identity used by an autonomous system that can act, call tools, and access data with execution authority. It needs the same governance discipline as other privileged identities, plus runtime context, ownership mapping, and revocation paths.
- Standing Credential: A standing credential is any secret that remains usable until it is manually rotated or revoked. In NHI governance, it creates durable access that can be stolen, replayed, or propagated from trusted tooling unless runtime boundaries and expiry are built in.
- Per-Call Policy Evaluation: Per-call policy evaluation means checking whether a specific request is allowed at the exact moment it is made. For non-human access, this moves authorisation into the execution path and reduces reliance on durable secrets that can be stolen, reused, or mis-scoped.
- Shadow AI: AI agents, copilots, or connected tools operating without full visibility or governance from security teams. Shadow AI becomes an identity problem when those systems authenticate with unmanaged tokens, service accounts, or OAuth apps that can reach production resources.
What's in the full article
Britive's full analysis covers the architectural detail this post intentionally leaves at the governance level:
- How agentic identities differ from service accounts, CI/CD identities, and SaaS integration users in operational practice
- Why vault-based approaches become difficult to defend when an identity may exist for seconds or minutes
- How per-call policy evaluation changes the access path for high-value use cases such as CRM, ERP, support, and security operations
- What the article recommends organisations do first when they already have hidden agentic activity in production
Deepen your knowledge
NHI governance, agentic AI identity, and machine identity lifecycle are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building or maturing an IAM or identity governance programme, it is worth exploring.
Published by the NHIMG editorial team on August 15, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org