By NHI Mgmt Group Editorial TeamPublished 2026-05-08Domain: Agentic AI & NHIsSource: Kong

TL;DR: Gartner says three-quarters of enterprises are piloting or deploying AI agents, yet integration remains a top-three barrier for 20% and nearly 30% of GenAI productivity teams, because enterprise applications were not designed for dynamic, context-driven agent access, according to Kong. The real issue is not model capability but governable identity, routing, and auditability across agent actions.


At a glance

What this is: This analysis argues that AI agent integration now depends on a control layer that can authenticate, govern, and audit non-human access to enterprise applications.

Why it matters: It matters because IAM, NHI, and security teams now have to govern agent behaviour at the point of access, not only at provisioning or review time.

By the numbers:

👉 Read Kong's analysis of Gartner research on AI agent integration controls


Context

AI agent integration is the point where experimentation turns into governance. Once an agent must authenticate to enterprise applications, request data, and trigger actions, the issue stops being model performance and becomes identity control, policy enforcement, and auditability. In practice, enterprise systems were built for people or deterministic software, not for agents that interpret context and choose actions at runtime.

Kong frames the answer as an AI control layer, but the underlying need is broader than one vendor’s architecture. Teams now need a way to govern non-human callers, standardise access to backend systems, and prove who or what did what. For identity programmes, that means the control problem extends across API governance, workload identity, and emerging agent access patterns such as MCP-backed tool use.


Key questions

Q: How should security teams govern AI agents that need access to enterprise applications?

A: Security teams should place agent access behind a control layer that enforces authentication, authorisation, logging, and rate limiting before any action reaches a business application. The key is to decide which agent requests may read context, which may propose actions, and which may execute automatically. That boundary should be owned, reviewed, and auditable.

Q: Why do AI agents complicate existing IAM and API governance models?

A: AI agents complicate IAM and API governance because they do not always behave like fixed software clients. They can interpret context, select tools, and change action paths at runtime, which makes static assumptions about who called what and why far less reliable. Existing models often fail at the point where policy must follow the decision path.

Q: What breaks when AI agents are connected directly to enterprise systems?

A: Direct connections often break auditability, predictable authorisation, and operational containment. If an agent can act without a governed mediation layer, teams may lose visibility into what it accessed, what it changed, and whether those actions were permitted. That creates both security risk and accountability gaps.

Q: Who should own AI agent access decisions in an enterprise?

A: AI agent access decisions should be owned by the same governance model that covers other non-human identities, with clear accountability in IAM, security architecture, and application ownership. The practical question is not whether the agent is smart, but whether the organisation can prove who approved the access, for what purpose, and under what control.


Technical breakdown

Why enterprise applications struggle with AI agent access

Enterprise applications usually expose interfaces designed for human users or deterministic programmatic clients. AI agents behave differently because they generate context-driven requests, may traverse multiple systems in one task, and can vary their sequence of actions at runtime. That breaks assumptions in authentication, authorisation, and logging models that expect stable request patterns. The result is either blocked access or uncontrolled access with poor traceability. In identity terms, the application layer is not just missing a connector. It is missing the governance boundary needed to make non-human action auditable and policy-bound.

Practical implication: treat agent access as an identity architecture problem, not an integration exception.

What an AI control layer adds to IAM and API governance

An AI control layer sits between agents and applications to manage routing, authentication, authorisation, rate limiting, logging, and auditability. That is not the same as a normal API gateway, because the traffic is less predictable and the action intent may be inferred rather than fixed. The control layer becomes the point where enterprise policy can decide whether an agent may only read context, may propose an action, or may execute it automatically. This is where agent governance converges with NHI control, because the agent is still a non-human identity subject to explicit policy enforcement.

Practical implication: extend existing API governance so agent actions are mediated before they reach production systems.

Why MCP increases the need for governed access paths

Model Context Protocol can make it easier for agents to reach tools and data sources, but it also expands the attack surface if it is exposed without governance. Remote or third-party MCP servers can create unclear trust boundaries, and direct production updates through agent tools can outpace current review models. The safer pattern is proxying MCP traffic through a governed layer so tool use remains authenticated, rate-limited, and auditable. That pattern matters because the protocol is an access mechanism, not a substitute for identity policy.

Practical implication: place MCP behind a control point before allowing agents to touch sensitive enterprise systems.



NHI Mgmt Group analysis

AI agent integration exposes an identity boundary failure, not just a tooling gap. Enterprise applications were built for users and deterministic clients, so agent traffic breaks the assumptions behind fixed authentication flows, static authorisation, and predictable audit trails. That makes the access layer the real choke point for governance. Practitioners should treat agent integration as an identity control problem, not an API convenience problem.

Control layers become mandatory when non-human callers can decide and act at runtime. Once an agent can interpret context, choose tools, and trigger actions across systems, standard gateway logic is no longer enough on its own. Policy has to travel with the request path so the organisation can decide what the agent may read, propose, or execute. The implication is that IAM teams must extend governance to runtime decision points, not just provisioning.

MCP widens the integration surface in the same way service accounts once widened machine access. A protocol that simplifies tool use also creates more places where trust can be misplaced or overextended. The named concept here is agent access governance gap: the distance between granting an agent a tool path and proving that the path is controlled, observable, and limited to policy. Practitioners need to recognise that ease of connection is not the same as controlled access.

API governance and NHI governance are converging around the same control question. Whether the actor is a service account, workload, or agent, the organisation must answer who can call what, under which policy, and with what audit evidence. That convergence means identity teams cannot keep agent security in a separate innovation lane. The practical conclusion is to unify access policy, observability, and lifecycle thinking across all non-human actors.

From our research:

  • 98% of companies plan to deploy even more AI agents within the next 12 months, despite documented rogue behaviour in 80% of current deployments, according to AI Agents: The New Attack Surface report.
  • 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.
  • That visibility gap makes governed access paths essential, as explored in OWASP NHI Top 10 for agentic applications.

What this signals

Agent control layers will become a standard design assumption rather than a specialist architecture choice. The more organisations expose backend systems to AI agents, the more they will need a single mediation point for identity, policy, and observability. That shift will push IAM and platform teams to converge on shared enforcement rather than letting agent access bypass existing governance paths.

Visibility will separate controlled deployment from uncontrolled experimentation. If teams cannot trace agent data access and tool use end to end, they will not be able to defend decisions to audit, compliance, or incident response teams. The governance lesson is that agent adoption without traceability creates operational blind spots even before an incident occurs.

For practitioners, the next step is to align agent governance with established identity standards. Map agent access patterns to the NIST AI Risk Management Framework where runtime decisions matter, and pair that with the OWASP Agentic AI Top 10 when tools, prompts, and action paths are all in play.


For practitioners

  • Map agent access to a named control owner Assign explicit ownership for every AI agent that can reach enterprise systems, including the policy boundary for what it may read, propose, or execute. Make the owner responsible for access decisions, evidence collection, and periodic review across the agent's full tool path.
  • Proxy agent tool use through a governed control point Route MCP and other agent traffic through a layer that can enforce authentication, rate limiting, logging, and allow or deny actions before they reach production applications. Avoid direct agent-to-system updates where the action cannot be inspected or rolled back cleanly.
  • Separate contextual read access from write authority Allow agents to retrieve contextual data only when the use case does not justify write access. Require stronger approval and narrower scope for any action that changes state, especially where the agent can chain several tool calls in one task.
  • Instrument audit trails for prompts, decisions, and downstream effects Capture the prompt or task input, the policy decision, the tool call, and the resulting system change in one trace. That evidence is what security, compliance, and incident teams will need when agent behaviour has to be reconstructed later.

Key takeaways

  • AI agent integration is an identity governance problem because enterprise applications were not built for dynamic non-human callers.
  • Kong's cited Gartner data shows that adoption is outpacing control, with integration barriers and auditability gaps already visible.
  • Practitioners should extend IAM, API governance, and observability into a single control layer before agent access reaches production systems.

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 address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10A1Agent tool use and runtime decisions create the control problem this article discusses.
NIST AI RMFAI governance and accountability are central to the proposed control layer.
NIST CSF 2.0PR.AA-01Identity and access governance is required for non-human callers.

Treat agent authentication and authorisation as enterprise access control, not a separate AI exception.


Key terms

  • AI Control Layer: A governance and observability layer that mediates access between AI agents and enterprise systems. It handles authentication, authorisation, routing, logging, and auditability so that non-human actions stay policy-bound and traceable instead of becoming direct system changes with limited accountability.
  • Agent Access Governance Gap: The gap between granting an AI agent a tool path and proving that the path is controlled, observable, and limited to policy. In practice, this is where access may be technically possible but not sufficiently governed for security, compliance, or incident review.
  • Machine-Readable Interface: An interface designed so software can understand and use it consistently without depending on human interpretation. For AI agents, machine-readable interfaces reduce ambiguity, but they do not remove the need for identity controls, policy enforcement, and audit trails around the actions those interfaces enable.
  • Model Context Protocol: A protocol used to connect AI agents to tools and data sources in a structured way. It can simplify access to context, but in identity terms it still requires governance because the protocol is only the transport layer, not the control decision itself.

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 responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.

This post draws on content published by Kong: AI Agent Integration: Gartner Research Confirms Need for AI Control Layer. Read the original.

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