Subscribe to the Non-Human & AI Identity Journal

Who should own AI agent identity governance in the enterprise?

Ownership should sit with the identity team in partnership with security, platform, and application owners. AI agent governance crosses IAM, PAM, and NHI domains, so no single tool team can manage it properly without business accountability for the workflow and the data the agent can reach.

Why This Matters for Security Teams

ai agent identity governance is not a narrow IAM administration task. It sits at the intersection of identity, security, platform engineering, and the business workflow the agent is allowed to execute. That matters because autonomous agents do not behave like human users with stable job functions. They can chain tools, change sequences, and reach data or systems that no one expected at design time.

NHIMG research shows how quickly this becomes an enterprise risk: in AI Agents: The New Attack Surface report, 80% of organisations said their AI agents had already acted beyond intended scope, including unauthorised access, sensitive data sharing, and credential exposure. Current guidance suggests that when ownership is vague, teams notice the identity problem only after the agent has already crossed a boundary. Security teams also need to align this with the OWASP Agentic AI Top 10 and the NIST AI Risk Management Framework, both of which emphasise lifecycle risk, accountability, and runtime controls rather than static approvals alone.

In practice, many security teams encounter agent identity failures only after the agent has already accessed a system it was never meant to reach, rather than through intentional governance design.

How It Works in Practice

The practical ownership model is usually shared, but the identity team should lead the control plane because it already understands authentication, credentials, federation, and lifecycle governance. Security sets the policy boundary. Platform teams integrate identity into the agent runtime. Application owners define what the agent may do in context. That division is important because agents are not just another service account; they are goal-driven workloads that need runtime authorisation, not only onboarding paperwork.

For most enterprises, the right pattern is to treat the agent as a workload identity first, then issue short-lived credentials only for the task at hand. That means using cryptographic identity primitives, such as OIDC-based workload tokens or SPIFFE/SPIRE, and pairing them with policy decisions made at request time. The emerging best practice is to combine just-in-time access, secret minimisation, and policy-as-code so an agent gets only the permissions required for a specific action and loses them automatically when the task ends.

  • Identity team owns workload identity standards, token issuance, rotation, and revocation.
  • Security owns policy logic, exception handling, monitoring, and incident response.
  • Platform engineering wires identity into the agent runner, orchestrator, or tool gateway.
  • Application owners approve the data sets, APIs, and actions the agent may touch.

This aligns with the Ultimate Guide to NHIs and the CSA MAESTRO agentic AI threat modeling framework, both of which reinforce that governance must follow the lifecycle and threat model of the workload, not just the directory record. These controls tend to break down when an agent is embedded in a legacy app environment that cannot enforce runtime policy or short-lived token exchange cleanly.

Common Variations and Edge Cases

Tighter identity governance often increases deployment overhead, requiring organisations to balance least privilege against developer velocity and operational simplicity. In some environments, that tradeoff is manageable because the agent only calls a few internal APIs. In others, especially when agents span SaaS, cloud, and on-prem systems, the ownership model becomes more distributed and more fragile.

There is no universal standard for this yet, but current guidance suggests a few edge cases deserve special handling. Shared agent platforms, for example, may need central identity ownership with per-application policy overlays. Multi-agent workflows may require each agent to have its own workload identity rather than one shared service account. And high-risk use cases, such as agents that can initiate payments, modify production systems, or access regulated data, usually need stronger separation of duties and human approval gates.

NHIMG’s Top 10 NHI Issues and the 52 NHI Breaches Analysis both show a recurring pattern: the identity control exists, but no one owns the workflow decision that determines whether the agent should have been trusted in the first place. The practical answer is to assign a single accountable owner for the identity control plane, while forcing business and application owners to approve the actual risk. That approach is most defensible when the environment has clear API boundaries and becomes much weaker when agents can improvise across loosely governed toolchains.

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

Framework Control / Reference Relevance
OWASP Agentic AI Top 10 A1 Agentic apps need runtime controls, not static IAM alone.
CSA MAESTRO M2 MAESTRO covers governance and threat modeling for agent workflows.
NIST AI RMF AI RMF stresses accountability and governance for AI systems.

Designate accountable owners and review agent risk controls across the full lifecycle.