By NHI Mgmt Group Editorial TeamDomain: AI SecuritySource: AktoPublished June 17, 2026

TL;DR: Enterprises are deploying AI agents, copilots, and LLM applications faster than security and compliance teams can govern them, creating gaps in ownership, runtime control, auditability, and policy enforcement across agents and MCP servers, according to Akto. The governance problem is no longer theoretical: unmanaged AI behaves like a new class of machine identity with broad permissions and limited oversight.


At a glance

What this is: This is a practical guide to enterprise AI governance that defines controls for AI agents, copilot-style applications, and MCP-connected systems, with an emphasis on policies, guardrails, lifecycle operations, and runtime oversight.

Why it matters: It matters because AI systems increasingly act at runtime, invoke tools, and access sensitive data, which forces IAM, PAM, GRC, and security teams to govern machine identities and delegated actions more tightly than traditional software models allow.

👉 Read Akto's guide to enterprise AI governance best practices for secure AI adoption


Context

AI governance is becoming a security and compliance problem because modern AI systems do not behave like static software. They make runtime decisions, call tools, access data, and can take actions that were never explicitly reviewed in advance, which makes traditional control models too slow and too deterministic for the risk.

In identity terms, that means the organisation is no longer governing only human access. It is governing AI systems that behave like machine identities, with permissions, approvals, and audit trails that must be defined before those systems are allowed to act in production.


Key questions

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

A: Security teams should govern AI agents as non-human identities with explicit ownership, scoped privileges, and continuous monitoring. The control set should include inventory, task-bound credentials, audit trails, and revocation paths. If an agent can call tools or touch production systems, it belongs in the same governance model as service accounts and other machine identities.

Q: Why do MCP-connected AI workflows create new governance risk?

A: MCP-connected workflows expand the identity perimeter because a model can act through tools and data sources rather than only through a human user session. That creates delegated access paths that must be governed like other non-human identities. The risk increases when credentials, tool permissions, and downstream actions are not mapped together.

Q: What do organisations get wrong about governing AI use?

A: They often separate AI governance from IAM and lifecycle management, even though AI adoption depends on who can access tools, what data those tools can reach, and how access ends. A policy that ignores procurement, revocation, and exception management will miss the identities that create the risk.

Q: Who should be accountable when an AI agent causes a security incident?

A: Accountability should sit with the human owner, platform team, or business function that granted and operated the agent. The identity may act independently, but governance cannot detach responsibility from the delegation chain. Programs should define ownership, escalation, and remediation paths before deployment so responsibility is clear when the agent's behaviour changes.


Technical breakdown

Why AI agents and MCPs break traditional access control

AI agents differ from conventional applications because they choose actions dynamically at runtime. A human writes the instructions, but the agent decides which tools to call, in what sequence, and with what context. MCP servers extend that risk by connecting agents to enterprise systems, which means the permission boundary is no longer just a login event. The real control problem is authorising each action, not merely authenticating the system once. In practice, this is closer to governing a machine identity with delegated intent than governing a static workload.

Practical implication: review agent permissions at the action layer, not just at sign-in or deployment.

How guardrails turn AI governance into runtime enforcement

Guardrails are the operational layer of AI governance. They inspect prompts, outputs, and tool requests while the system is running, then block or constrain actions that violate policy. This matters because model behaviour can drift, prompts can be injected, and a single unsafe call can trigger data exposure or an unauthorised workflow. Governance without runtime enforcement remains documentation. Governance with guardrails becomes executable policy, which is the only form that scales when systems act autonomously or semi-autonomously across many sessions.

Practical implication: enforce policy at runtime for tool calls, data access, and sensitive outputs.

AI lifecycle controls need ownership, logging, and retirement discipline

A governance programme fails quickly if it only focuses on deployment approval. AI systems need lifecycle controls from discovery through retirement, including asset inventory, risk classification, ownership assignment, logging, validation, and removal of access when the system is decommissioned. That lifecycle discipline is especially important for agents and MCP-connected workflows because stale identities, forgotten integrations, and orphaned permissions become hidden risk multipliers. The underlying lesson is simple: AI governance is an identity lifecycle problem as much as it is a model risk problem.

Practical implication: add AI assets to governed inventory and remove their identities at retirement.


NHI Mgmt Group analysis

AI governance is now an identity governance problem as much as a model risk problem. The article correctly treats agents, copilots, and MCP-connected systems as governed assets, not just software features. That shift matters because the security question is no longer only whether the model is safe, but whether the machine identity behind it is bounded, owned, and auditable. Practitioners should treat AI governance as part of IAM and PAM design, not as a parallel policy exercise.

Runtime guardrails define the real control boundary for agentic systems. Static approvals cannot keep pace with runtime tool selection, chained actions, or prompt manipulation. The organisation that relies on design-time review alone will discover too late that the risky event happens at execution, not deployment. The named concept here is runtime authorisation drift, the gap between an agent's approved purpose and the actions it can still perform in production. Practitioners should enforce policy where the action occurs.

Lifecycle governance is the only defensible way to manage AI at scale. Discovery, classification, ownership, logging, red teaming, and retirement are not optional programme layers. They are the mechanisms that make AI systems visible to legal, security, compliance, and engineering teams at the same time. For identity teams, the important lesson is that every agent with access must also have an offboarding path. Practitioners should build AI lifecycle control into the same governance muscle used for service accounts and privileged workloads.

AI oversight fails when responsibility is shared so broadly that no one owns the risk. The article's emphasis on human approval, traceability, and escalation paths reflects a deeper governance truth: accountability must be attributable at the system, identity, and policy levels. Without that chain, auditability becomes narrative rather than evidence. Practitioners should map each high-risk AI workflow to a named owner, a logging source, and an escalation route.

Security teams should treat MCP-connected AI as a new class of privileged integration. MCP changes the blast radius because it links natural-language intent to enterprise systems through tool access. That means the integration layer itself deserves the same scrutiny that teams reserve for privileged admin paths and third-party connectors. Practitioners should review MCP server exposure, tool entitlements, and approval boundaries before allowing production use.

What this signals

AI governance debt will accumulate fastest where discovery, ownership, and runtime controls are split across different teams. The practical signal for security leaders is that AI inventory is becoming as important as asset inventory, especially when agents can be created quickly and attached to internal systems with little ceremony.

Practitioners should expect audit and compliance expectations to harden around traceability, identity ownership, and approval evidence. The article's emphasis on lifecycle control aligns closely with modern identity governance thinking, and that intersection is where programmes will either gain control or lose visibility.

For teams formalising controls, the most useful reference point is the NIST AI Risk Management Framework paired with the OWASP Top 10 for Agentic Applications 2026. Those frameworks help translate governance intent into enforceable, reviewable controls for agentic systems and MCP-connected workflows.


For practitioners

  • Inventory every AI system and MCP connector Create a governed inventory of agents, copilots, LLM applications, and MCP servers, including shadow AI discovered outside approved channels. Track owner, purpose, data access, and linked systems so security and compliance can see what exists before controls are applied.
  • Assign machine identity ownership and least privilege Bind each AI system to a named owner and a distinct identity, then restrict tool access to the minimum actions required for the approved use case. Revisit permissions whenever the model, prompt set, or connected tools change.
  • Enforce runtime guardrails on tool calls Inspect prompts, outputs, and function calls at the point of action so unsafe requests can be blocked before data is exposed or an unauthorised workflow executes. Use policy checks for high-risk operations and approval gates for sensitive actions.
  • Build red teaming into model and agent validation Test for prompt injection, data leakage, unsafe tool chaining, and privilege abuse before production release and after major changes. Red teaming should be continuous for systems that can alter behaviour through new data, new prompts, or new integrations.
  • Tie retirement to identity removal and access revocation When an AI system is decommissioned, remove its access, archive or delete its data per policy, and update the inventory so orphaned identities and forgotten connectors do not remain active. Retirement is a control event, not just an operational cleanup task.

Key takeaways

  • AI governance fails when organisations treat agents as software features instead of governed machine identities with bounded access and ownership.
  • Runtime behaviour, not deployment approval, is where the dominant risk emerges, which makes guardrails, logging, and tool-level enforcement essential.
  • The strongest programmes will connect AI oversight to identity lifecycle controls, including discovery, offboarding, and auditable accountability.

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

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10The article centers on agentic AI guardrails, tool use, and runtime control.
NIST AI RMFGOVERNThe guide focuses on accountability, ownership, and AI governance structure.
OWASP Non-Human Identity Top 10NHI-01AI agents and MCP servers behave like machine identities that need lifecycle control.
NIST CSF 2.0PR.AC-4Least-privilege access and permission boundaries are core to the article's model.

Apply NHI lifecycle controls to discovery, ownership, and retirement of AI-connected identities.


Key terms

  • AI Governance: AI governance is the set of controls used to discover, classify, approve, restrict, monitor, and revoke AI-enabled access. It connects identity, data, and policy so organisations can manage what AI can reach, what it can share, and when it should be stopped.
  • Runtime Guardrail: A control applied while an AI agent is operating, not just during configuration or review. Guardrails can block dangerous tool calls, require approval for sensitive actions, or stop data leakage before it reaches systems or users.
  • MCP Server: An MCP server is a tool endpoint that connects an AI agent to external systems and data sources through Model Context Protocol. Because it extends what the agent can reach, it becomes part of the identity and access surface and must be reviewed like any other privileged connector.
  • 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

Akto's full guide covers the operational detail this post intentionally leaves for the source:

  • A step-by-step 90-day governance roadmap for discovery, classification, ownership, and guardrail rollout.
  • Operational guidance for runtime enforcement across AI agents, LLM apps, and MCP-connected workflows.
  • Risk, policy, and compliance mapping that shows how governance controls align to enterprise obligations.
  • Lifecycle controls for deployment, monitoring, red teaming, and retirement of AI systems.

👉 Akto's full post covers lifecycle controls, guardrails, and the 90-day roadmap in operational detail.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It helps practitioners connect identity controls to the broader security programme they are already responsible for.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 2, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org