By NHI Mgmt Group Editorial TeamPublished 2026-04-14Domain: AnnouncementsSource: ConductorOne

TL;DR: AI access management separates agent entitlements from human access, brokers MCP connections through a vault, and enforces real-time policy on read, write, and delete actions, according to ConductorOne. The deeper issue is that access review, least privilege, and approval workflows assume access is stable enough to govern after the fact, which agentic behaviour breaks.


At a glance

What this is: This is a blog post about governing AI agent access through MCP gateways, with the key finding that agent entitlements must be separated from human access and enforced in real time.

Why it matters: It matters because IAM, NHI, and human governance models all break down when an agent can act with delegated access that is broader, faster, and more dynamic than the person behind it.

By the numbers:

👉 Read ConductorOne's blog on AI access management for agents and MCP governance


Context

AI access management exists because agents now sit inside identity flows that were designed for people, not runtime decision-making systems. In this post, ConductorOne argues that MCP-based agent access needs separate entitlements, real-time policy, and auditable approval paths, because a browser-era access model does not contain agentic use cases.

The governance problem is broader than one product or one protocol. When teams connect agents to enterprise tools, they create a new class of non-human access that overlaps with human identity governance, secrets handling, and approval workflows, which is why the same programme needs to reason across human IAM, NHI controls, and agent behaviour.


Key questions

Q: How should security teams govern AI agents that access enterprise tools?

A: Security teams should govern AI agents with a separate entitlement model, runtime policy enforcement, and full logging of tool calls. The key is not to extend human access automatically to the agent. Instead, broker access through a control plane that can constrain read, write, and delete actions by policy and record every approval for later review.

Q: Why do AI agents create more identity risk than normal API automation?

A: AI agents create more risk because their action path is shaped at runtime, not fixed in advance. They can request unexpected tools, operate at human speed without waiting for a workflow cycle, and expand the blast radius of a credential if agent and human permissions are not separated. That makes real-time policy enforcement essential.

Q: What breaks when agent access is treated the same as human access?

A: When agent access is treated the same as human access, organisations inherit a false sense of safety from browser permissions and access reviews. The agent can still act through APIs with a much larger and faster reach. That creates over-entitlement, weak approvals, and poor visibility into what the agent actually did.

Q: Who should be accountable for AI agent approvals and audits?

A: Accountability should sit with the human owner of the agent path, the application owner, and the identity governance process together. The agent cannot be the sole accountable subject because it is not a governance endpoint. Teams should tie approvals, logs, and access reviews to the person or team responsible for the agent’s use.


How it works in practice

MCP gateway control plane and entitlement separation

An MCP gateway sits between the agent and the target tool, so the agent does not connect directly to the application. That design lets the platform authenticate the user, identify the harness, and enforce a policy layer that is independent of the user’s browser privileges. The important architectural point is entitlement separation: the human can hold one set of permissions while the agent receives a narrower, task-scoped set. That reduces the risk of inherited standing access, but it also creates a new governance surface because policies now govern action type, not just identity.

Practical implication: treat the gateway as a policy enforcement point and review agent entitlements independently from human access.

Real-time policy enforcement for read, write, and delete actions

The post describes inline policy decisions where low-risk reads can be auto-approved, writes can trigger self-approval, and destructive actions can be denied. That is a different control model from periodic certification because the decision happens at request time, not during a later review cycle. In IAM terms, it is closer to runtime authorisation than classic post-hoc governance. The important nuance is that policy specificity matters: if every action is handled the same way, teams either over-block useful work or under-protect sensitive tools.

Practical implication: define action-specific policies now, starting with writes and deletes in high-value systems.

Agent access logging, approvals, and audit trails

Every tool call, approval, and denial is logged back to the user context, which gives security teams a traceable record of what the agent attempted and what the human approved. That logging matters because agent activity is otherwise hard to distinguish from human API use, especially when the same identity is connected to both browser and MCP paths. The architectural value is not just auditability. It is the ability to map a specific action to a specific approval state and data path, which supports review, incident response, and compliance evidence.

Practical implication: route agent logs into SIEM and DLP systems so approval context and request content stay linked.


NHI Mgmt Group analysis

AI access management is really NHI governance applied to a faster actor. The article’s core contribution is not the MCP gateway itself, but the separation of agent entitlements from human entitlements. That is a familiar identity principle in a new runtime shape: when the actor can call tools directly, the security model has to govern the action path, not just the person who initiated it. Practitioners should read this as NHI governance moving closer to live authorisation.

Standing human privilege is no longer a safe proxy for agent privilege. The post makes clear that a user’s browser rights and their agent’s rights can diverge materially, even when both are tied to the same person. That separation is now necessary because agent behaviour is more expansive than human intent at the moment of execution. The implication is that access governance cannot assume parity between human context and machine context.

Runtime policy beats delayed review when the actor can act immediately. Real-time enforcement, self-approval, and action-specific gating are the only controls that line up with agent-driven workflows that happen inside the working session. Access reviews still matter, but they cannot be the primary control plane for actions that are created, approved, and completed before the next certification cycle. Practitioners should treat this as a shift from governance after access to governance during access.

Dynamic tool exposure is a named concept teams should track as identity blast-radius control. Limiting what the agent can see and request is a practical way to keep expansion of access in check, especially when users can ask for unpredictable actions. This is not just about hiding tools. It is about constraining the reachable action space so the agent does not inherit the full operational surface of the target system. Teams should evaluate it as a blast-radius reducer, not a complete security model.

From our research:

  • Only 5.7% of organisations have full visibility into their service accounts, according to Ultimate Guide to NHIs.
  • 79% of organisations have experienced secrets leaks, with 77% of these incidents resulting in tangible damage. That pattern shows why identity governance has to cover both access paths and credential handling.
  • For a broader lifecycle lens, see Ultimate Guide to NHIs , Lifecycle Processes for Managing NHIs, where provisioning, rotation, and offboarding are framed as one governance loop.

What this signals

Identity blast-radius control is becoming the practical test for agent governance. As organisations connect more agents to tools and data, the question is no longer whether access exists, but whether the access path is narrow enough to survive audit, incident response, and offboarding. With 80% of identity breaches involving compromised non-human identities, the control boundary has shifted from login to runtime action.

Programmes that still rely on periodic access review alone will miss the point. Agent access needs a live policy layer, a credential vault, and approval context that travels with the action, especially when the same human can ask the agent to do something new at any moment.

The near-term signal is convergence between IGA, PAM, and NHI governance. Teams should expect to manage agent identities as lifecycle objects, not temporary exceptions, and align them to Zero Trust principles already used for other non-human actors.


For practitioners

  • Separate agent entitlements from human entitlements Define a distinct policy set for agent actions in each connected application so browser access does not automatically translate into agent access. Start with write and delete operations in the systems that carry the highest business impact.
  • Broker all MCP connections through a control plane Do not let agents connect directly to enterprise tools with user-managed credentials on endpoints. Route access through a gateway that can authenticate the user, apply policy inline, and keep credentials in a vault.
  • Log every tool call with approval context Send request bodies, responses, approvals, and denials into SIEM and DLP workflows so reviewers can reconstruct what the agent tried to do and why the action was allowed or blocked.
  • Review agent access as a lifecycle object Include service principals, personal agents, and their entitlements in access review campaigns, then confirm that offboarding removes both the identity and the credentials tied to the agent path.

Key takeaways

  • AI access management is an identity governance problem, not just an integration problem, because agents can act with broader runtime authority than the person behind them.
  • The operational evidence in the article is straightforward: organisations are already seeing unmanaged agent access, credential sprawl, and the need for inline approval and logging.
  • Practitioners should separate agent entitlements, broker access through a policy gateway, and include agent identities in review and offboarding processes.

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.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10A2Agent access and tool use need runtime governance, which maps to tool misuse and authorization control.
OWASP Non-Human Identity Top 10NHI-03Credential storage and rotation for agent paths are central to this article.
NIST CSF 2.0PR.AA-04Access permissions and identity governance must align with agent runtime actions and logging.

Apply agent tool restrictions and approval gates before any write or delete action reaches production systems.


Key terms

  • AI Access Management: AI Access Management is the governance layer that controls how AI agents reach enterprise tools and data. It separates agent permissions from human permissions, applies policy at request time, and records approvals and denials so access can be reviewed as a governed identity activity rather than an ad hoc integration.
  • MCP Gateway: An MCP gateway is a control point that sits between an AI agent and the tools it uses. It authenticates the user, brokers the connection, limits tool exposure, and enforces access policy inline so the agent does not inherit uncontrolled direct access to enterprise systems.
  • Agent Entitlement: An agent entitlement is the specific permission set assigned to an AI agent or its service principal. It should be narrower than the human’s browser access because the agent can execute tasks instantly, call multiple tools, and create a larger blast radius if privileges are not separated.
  • Self-Approval Flow: A self-approval flow lets a user approve a specific agent action inside their existing collaboration context, such as chat or messaging. It preserves accountability while avoiding the friction of switching into a separate browser-based approval process, and it should still produce a durable audit trail.

Deepen your knowledge

AI access management and runtime policy enforcement are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building governance for agents connected to enterprise tools, it is worth exploring.

This post draws on content published by ConductorOne: AI Access Management: Your Questions, Answered. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-04-14.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org