TL;DR: Identity tooling is converging around NHI and agent governance rather than separate control planes, according to Saviynt. The practical issue is not product breadth but whether identity teams can enforce lifecycle, privilege, and delegation controls across machine and agent identities at runtime.
At a glance
What this is: Saviynt positions its identity cloud around human, NHI, and AI agent governance, with MCP and ISPM capabilities added to the mix.
Why it matters: That matters because IAM teams now have to evaluate whether their identity controls can span service accounts, workload identities, and AI agents without creating separate governance gaps.
By the numbers:
- Saviynt says it protects over 100 million identities, and counting.
- Only 20% have formal processes for offboarding and revoking API keys, and even fewer have procedures for rotating them.
- NHIs outnumber human identities by 25x to 50x in modern enterprises.
- 97% of NHIs carry excessive privileges, increasing unauthorised access and broadening the attack surface.
👉 Read Saviynt's newsroom update on identity cloud, NHI, and AI agent governance
Context
Identity programmes are increasingly being asked to govern more than people. As machine identities, AI agents, and delegated service access expand, the core question shifts from who signs in to what can act, what it can reach, and how long that access remains valid.
Saviynt's newsroom framing points to that convergence by grouping human access, non-human access, and AI-agent governance in one identity platform. For practitioners, the issue is not the label on the control plane but whether lifecycle, entitlement, and privileged access decisions still hold when the actor is non-human.
Key questions
Q: How should security teams govern AI agents that rely on non-human credentials?
A: Security teams should govern the agent and the credential as a linked control set. That means mapping which service account, token, or certificate powers the agent, then restricting the tools, data, and actions those credentials can reach. The goal is to keep delegated access visible, revocable, and bounded to the task that justified it.
Q: Why do AI agents complicate least privilege for identity teams?
A: AI agents complicate least privilege because their runtime choices are not always known at provisioning time. Traditional least privilege assumes a stable task and a predictable access pattern. When an agent can select actions and tools dynamically, the privilege boundary must be defined around delegation scope, not just around the identity record.
Q: What breaks when machine identities are treated like human accounts?
A: What breaks is the lifecycle model. Human accounts are usually managed around employment events, while machine identities need task-based issuance, revocation, and rotation. If teams apply human-style access reviews to NHIs, they often miss standing credentials, unused tokens, and access paths that outlive the purpose that created them.
Q: How do teams decide whether MCP-connected access needs extra controls?
A: Teams should apply extra controls whenever a protocol exposes tools or data that can be selected at runtime. MCP-connected access needs explicit scope checks, logging, and revocation because the protocol widens the identity boundary beyond authentication. If the tool can act on privileged data, the connection should be governed like a sensitive access path.
Technical breakdown
Why NHI and AI agent governance are converging
Non-human identity governance is no longer limited to service accounts and API keys. When an identity platform adds AI-agent oversight and protocol-level delegation, the governance model has to cover credentials, entitlements, and runtime action paths together. That matters because AI agents may request tools and data dynamically while still depending on underlying NHI credentials. The identity team must therefore understand both the standing identity and the delegated runtime behaviour. The technical problem is no longer just visibility into secrets or service accounts. It is correlating identity issuance, access scope, and execution context across machine and agent actors.
Practical implication: Map AI-agent access back to the underlying NHI and require one governance view for both identity issuance and delegated execution.
MCP servers and the identity boundary for tool access
Model Context Protocol is relevant because it standardises how agents connect to tools and data sources. That changes the identity boundary: access is no longer only about authentication, but about which tools an agent can invoke, under what context, and with what downstream permissions. In practice, MCP can reduce integration friction while increasing the need for strict authorisation checks, logging, and scope control at the tool layer. If the agent can choose from multiple tools during runtime, identity governance has to observe the delegation path, not just the initial login or token grant.
Practical implication: Treat MCP-connected tools as part of the identity perimeter and enforce scoped authorisation at every tool invocation.
Just-in-time access still depends on lifecycle control
Just-in-time access is often presented as a way to reduce standing privilege, but it only works if the issuing, revoking, and auditing workflow is reliable. For NHIs, that means the platform must be able to create ephemeral access, tie it to a task, and remove it when the task ends. For AI agents, the control challenge is sharper because runtime decisions can outpace human review cycles. So the question is not whether JIT exists, but whether the governance model can prove who or what received access, why it received it, and when it was withdrawn.
Practical implication: Use JIT only where access issuance and revocation are verifiable end to end, including machine and agent identities.
NHI Mgmt Group analysis
Identity platforms are collapsing toward a shared governance layer for humans, NHIs, and AI agents. Saviynt's framing reflects a wider market shift: the same control plane is now expected to handle people, service accounts, workload identities, and agentic access. That matters because privilege, lifecycle, and audit questions no longer stop at one actor type. Practitioners should expect identity governance to become more consolidated, not more specialised.
The named concept here is delegated identity blast radius. When AI agents sit on top of NHI credentials, the practical exposure is not just the credential itself but the range of tools, datasets, and actions reachable through delegation. That makes entitlement design and access review materially harder. The implication is that identity teams must evaluate downstream reach, not merely issued permissions.
AI-agent oversight changes the governance bar because runtime behaviour is now part of the identity problem. Human IAM assumes predictable request patterns and NHI governance assumes relatively stable machine purpose. An agentic layer breaks both assumptions by selecting tools and actions dynamically. Practitioners should read this as a signal that static access models will not be enough for the next phase of identity governance.
Lifecycle governance is becoming the differentiator, not just discovery or inventory. Saviynt's positioning around non-human access, JIT, and AI-agent identity suggests the market is moving from visibility-only controls toward operational governance. That is directionally right, but it also raises the bar for offboarding, entitlement expiry, and evidence quality. Teams should re-check whether lifecycle controls are actually enforceable across all non-human actors.
Converged identity tooling will force architecture decisions on control ownership. When the same vendor story spans IGA, PAM, NHI, and AI-agent governance, practitioners need to decide where policy lives, where enforcement happens, and who owns exceptions. The important question is no longer whether a platform covers the category. It is whether it preserves clear accountability across human and non-human identity paths.
From our research:
- Only 20% have formal processes for offboarding and revoking API keys, and even fewer have procedures for rotating them, according to Ultimate Guide to NHIs.
- 79% of organisations have experienced secrets leaks, with 77% of these incidents resulting in tangible damage.
- For a broader control model, NHI Lifecycle Management Guide shows how provisioning, rotation, and offboarding need to operate as one lifecycle.
What this signals
Delegated identity blast radius: When AI agents sit behind machine credentials, the practical risk is not only compromise but how far that identity can reach once it is delegated. Teams should rework access review and PAM assumptions so they cover tool chains, not just login events.
The governance gap will increasingly sit between control ownership and runtime execution. The more identity teams split IGA, PAM, and machine identity into separate programmes, the easier it becomes for agentic and workload access to evade end-to-end accountability.
With NHIs outnumbering human identities by 25x to 50x in modern enterprises, control models that still privilege human account workflows are likely to miss the scale of non-human access entirely. The next planning cycle should focus on lifecycle automation and delegated-access evidence.
For practitioners
- Separate identity issuance from runtime authority Define which permissions are granted at provisioning time and which are authorized only at execution time. Apply that split to service accounts, workload identities, and AI-agent access so review teams can see where standing privilege begins.
- Trace agent access back to the underlying NHI For every AI agent or tool-connected workflow, record the service account, token, or certificate that actually executes the action. This avoids treating the agent label as the identity when the real control point is the delegated credential.
- Shorten entitlement exposure windows Use task-scoped access, automatic expiry, and revocation evidence for machine and agent credentials. The control objective is to make access disappear as soon as the use case ends, not after an audit cycle closes.
- Review privileged delegation paths together Assess IGA, PAM, and NHI controls as one chain when tools can be invoked through protocols such as MCP. If the same path can reach data, applications, or admin functions, it should be treated as a privileged route.
Key takeaways
- Saviynt's identity-cloud framing reflects a broader shift toward governing humans, NHIs, and AI agents under one identity programme.
- Non-human identities already outnumber human identities by 25x to 50x, so lifecycle and delegated-access controls matter at enterprise scale.
- Practitioners should test whether their current IGA, PAM, and NHI controls can follow access from issuance through runtime use and eventual revocation.
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 and OWASP Agentic AI 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 Non-Human Identity Top 10 | NHI-03 | Covers NHI rotation and revocation, central to delegated access governance here. |
| NIST CSF 2.0 | PR.AC-4 | Access permissions management is the core issue for humans, NHIs, and agents. |
| OWASP Agentic AI Top 10 | Agentic tool selection and runtime delegation are directly in scope. |
Map machine and agent credentials to rotation, revocation, and expiry controls before widening scope.
Key terms
- Non-Human Identity: A non-human identity is any machine- or software-based identity used to authenticate and authorize access, including service accounts, API keys, tokens, certificates, and workload identities. In modern programmes, it behaves like an identity asset with its own lifecycle, privilege scope, and revocation requirements.
- Delegated Identity: Delegated identity is access that acts on behalf of another identity or process rather than as a direct, independently governed account. It matters because the real control point is often the credential underneath the delegation chain, not the application or agent presenting the request.
- Just-in-Time Access: Just-in-time access is a provisioning pattern that grants credentials only for the time and task required, then removes them. For non-human and autonomous actors, the control only works when issuance, expiry, and revocation are enforced automatically and can be evidenced reliably.
- Identity Governance And Administration: Identity governance and administration is the discipline for defining, approving, reviewing, and removing access across identities. It becomes more complex for non-human and agentic identities because access may be task-scoped, short-lived, and delegated through tools or service layers rather than a human login.
What's in the full article
Saviynt's full newsroom post covers the operational detail this post intentionally leaves for the source:
- The exact product areas grouped under Saviynt's identity cloud, including AI-powered identity, NHI, PAM, and ISPM for AI agents.
- How Saviynt positions MCP Server in relation to AI-agent access and tool connectivity.
- The vendor's own description of the use cases it wants to support across human and non-human access governance.
- The broader newsroom context around strategic partnerships, solution enhancements, and platform announcements.
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 identity governance in your organisation, it is worth exploring.
Published by the NHIMG editorial team on 2025-12-09.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org