By NHI Mgmt Group Editorial TeamPublished 2026-06-05Domain: EventsSource: Kong

TL;DR: As generative AI and agentic architectures push into API and data-path design, Kong’s workshop frames the operational question as how to govern models, agents, and flows at scale without sacrificing performance or security. The strategic issue is that connectivity now carries identity and authorisation risk, not just traffic management.


At a glance

What this is: This is an event about structuring the AI data path, governing models and agents, and evolving API architecture for AI use cases.

Why it matters: It matters because IAM, NHI, and platform teams now have to treat connectivity, lifecycle control, and agent access as one governance problem rather than separate domains.

👉 Register for Kong's workshop on strategy and connectivity in the age of AI


Context

Generative AI and agentic architectures are changing what sits inside the control plane. The core challenge is no longer only moving data between services, but deciding how models, agents, and APIs are authorised, observed, and contained as they interact with business systems at scale.

For identity programmes, that shifts the focus toward non-human identity governance and runtime access discipline. When agents and MCP-based flows participate in production connectivity, the same governance questions that apply to service accounts and secrets now extend to AI-driven execution paths.


Key questions

Q: How should security teams govern AI agents and APIs together?

A: Security teams should govern AI agents and APIs as a single access path, because the real risk sits in how the agent reaches tools and data. That means reviewing delegated credentials, task scope, logging, and revocation together instead of treating API security and identity governance as separate workstreams. Control should follow the action path.

Q: Why do AI agents complicate existing IAM and NHI controls?

A: AI agents complicate IAM and NHI controls because they can combine data access, tool use, and execution in one runtime path. Traditional controls often assume a stable caller and a predictable workflow, but agentic systems can shift context quickly. Practitioners need governance that can explain every action, not just every login.

Q: When does MCP-based connectivity become an access risk?

A: MCP-based connectivity becomes an access risk when tool access is treated as a routine integration rather than a governed identity relationship. If the agent can reach sensitive systems through reused credentials or broad permissions, the protocol simply increases the speed of misuse. The deciding factor is runtime policy, not the protocol label.

Q: What should organisations check before scaling agentic AI in production?

A: Organisations should check whether their current controls can enforce least privilege across models, agents, APIs, and data flows at runtime. If ownership, logging, and revocation are unclear, scaling will expand the blast radius of every mistake. The key question is whether the control model still matches the access path.


Background and context

AI data path governance and API lifecycle management

The AI data path is the route by which prompts, context, model calls, tool invocations, and data responses move through the platform. When that path spans APIs, gateways, and agentic components, the control problem changes from simple request authentication to continuous governance of who or what can touch which data at each step. API lifecycle management becomes identity-adjacent because each endpoint can expose business actions, sensitive data, or downstream tools. In practice, the security boundary is the combination of identity, policy, and flow control, not the API alone.

Practical implication: Treat AI data paths as governed identity routes, not just integration plumbing.

Govern models, agents, and data flows without losing control

Models do not govern themselves, and agents can only be trusted within the boundaries of the permissions and data they inherit. The practical risk is scope creep, where an agent or model layer gains broader access through convenience integrations, shared credentials, or poorly segmented data flows. In NHI terms, this is a privilege design problem: credentials, tokens, and service access must remain task-scoped and revocable. In agentic environments, governance also has to account for delegation chains where an orchestrator, tool, or sub-agent inherits the original trust context.

Practical implication: Review inherited permissions across agent and API chains before enabling production data access.

MCP, security, and runtime connectivity

Model Context Protocol links agents to tools and data sources, which makes it useful for connectivity but also sensitive from an identity perspective. The protocol itself does not create trust. Trust comes from how tool access is brokered, how credentials are issued, and whether the runtime can limit overreach when a model or agent requests more than intended. Without that layer, MCP becomes another path for excessive privilege and data exposure rather than a governed integration pattern. The key design question is whether connectivity is policy-enforced at runtime or merely assumed safe because it is modern and structured.

Practical implication: Put runtime policy checks between MCP-enabled agents and the tools they can reach.


NHI Mgmt Group analysis

AI connectivity is becoming an identity problem, not just an architecture problem. The workshop topic reflects a broader shift: once agents and models participate in live data flows, the main risk is no longer only latency or throughput, but who can act through those flows. That is why API design, access control, and NHI governance now need to be treated as one operational plane. Practitioners should plan for identity enforcement at the point of interaction, not after the fact.

Model, agent, and data governance fail when teams assume the control boundary is the gateway. In agentic environments, the gateway is only one enforcement point, while the real exposure sits in downstream tools, delegated credentials, and shared context. This is a classic governance gap for NHI programmes because the credential may be valid even when the action is no longer appropriate. The practitioner conclusion is simple: control must follow the action path, not stop at the perimeter.

MCP expands connectivity faster than most identity programmes can classify it. The protocol can normalise rapid tool integration, but classification still matters because not every integration carries the same risk. Some flows are ordinary service-to-service links, while others are effectively agent-mediated access paths that need tighter review, scoped secrets, and clearer ownership. The implication is that teams should separate technical connectivity approval from identity governance approval rather than blending them into one process.

Runtime authorisation becomes the real test of AI platform governance. The article’s theme points toward a market where strategic connectivity and AI control must coexist, but the deciding factor is whether policies can evaluate each action as it happens. Static permissioning is too blunt when agents, models, and APIs interact dynamically. Practitioners should re-evaluate whether their current API and NHI controls can still explain every non-human action in production.

From our research:

  • 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems (39%), inappropriately sharing sensitive data (31%), and revealing access credentials (23%), 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 gap makes OWASP NHI Top 10 and runtime access governance the next practical line of defence for agent-enabled platforms.

What this signals

AI data-path governance will become a control-plane issue for identity teams, not just a platform topic. As agentic connectivity expands, the programme question is whether every non-human action can still be explained, logged, and revoked through existing IAM and NHI processes.

With 92% of organisations saying governing AI agents is critical but only 44% having implemented any policies, the operating model is already behind the deployment curve, according to the AI Agents: The New Attack Surface report. That is a governance gap, not a tooling gap.

Teams should expect stronger demand for runtime policy enforcement, clearer agent ownership, and tighter API lifecycle reviews. The most exposed programmes will be the ones that still treat AI connectivity as a separate architecture workstream rather than part of identity governance.


For practitioners

  • Map the AI data path end to end Document every model call, agent handoff, API hop, and data store involved in the workflow. Mark where identity is asserted, where credentials are reused, and where policy decisions are currently implicit.
  • Separate connectivity approval from access approval Do not treat API onboarding as proof that the underlying data access is safe. Require explicit review of the secrets, tokens, and delegated permissions that make the integration work.
  • Scope agents to task-bound permissions Issue the minimum access needed for the specific job and make revocation part of the design, not an afterthought. This is especially important where agents use MCP-based tool access or shared service credentials.
  • Review delegated access chains before production use Trace whether an agent inherits privileges from a service account, orchestrator, or shared integration layer. If the chain cannot be explained clearly, the governance model is already too loose.

Key takeaways

  • AI-driven connectivity turns APIs, models, and agents into one identity governance problem, because the access path now carries business authority as well as data movement.
  • The biggest programme risk is not integration complexity alone, but unmanaged non-human actions that outgrow the permissions originally granted to them.
  • Teams need runtime policy, delegated access review, and task-scoped credentials before agentic use cases scale into production systems.

Key terms

  • AI Data Path: The AI data path is the route that prompts, context, model responses, tool calls, and stored data take through an environment. In practice, it is where identity, policy, and telemetry meet, because every hop can introduce new access and exposure decisions that must be governed.
  • Model Context Protocol: Model Context Protocol is a standard way for AI agents to connect to tools and data sources. From an identity perspective, it is only as safe as the access controls around it, because the protocol itself does not enforce least privilege, ownership, or revocation.
  • Delegated Access Chain: A delegated access chain is the sequence of identities, credentials, and permissions that allows one non-human system to act through another. It matters because governance can break when no one can clearly explain who owns the access, where it was granted, or when it should be removed.
  • Runtime Authorisation: Runtime authorisation is the decision to allow or deny an action while a system is operating, rather than only at provisioning time. For AI agents and connected APIs, it is the difference between static permissioning and policy that can still respond when context, intent, or scope changes.

Deepen your knowledge

AI data path governance and agent access control are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building controls for model, agent, and API access at the same time, it is worth exploring.

This post draws on content published by Kong: Strategy & Connectivity in the Age of AI. Read the original.

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