Subscribe to the Non-Human & AI Identity Journal

Who should own AI agent governance when identity and access are shared across teams?

AI agent governance should sit with identity, security, and platform owners together, because no single team sees the full risk surface. IAM owns the control model, security owns containment and monitoring, and platform teams own the runtime integration. Shared ownership matters because agent risk spans identity, policy, and downstream execution.

Why This Matters for Security Teams

When AI agents can request tools, call APIs, and chain actions across systems, governance is no longer a single IAM concern. Ownership has to cover the identity primitive, the runtime policy layer, and the containment model for whatever the agent can reach. That is why the practical answer aligns with both OWASP Agentic AI Top 10 and NIST AI Risk Management Framework: governance must be shared, but not vague.

Identity teams typically own authentication, credential lifecycle, and trust boundaries. Security teams own detection, policy enforcement, and incident response. Platform teams own how the agent is actually deployed and connected to tools. If one of those groups is missing, the agent can still function, but the controls will be partial and brittle. NHI Management Group’s Ultimate Guide to NHIs shows why that matters: 97% of NHIs carry excessive privileges, which turns unclear ownership into an active exposure path rather than an administrative issue.

In practice, many security teams encounter agent governance gaps only after an agent has already overreached into a tool or secret path that no single owner expected.

How It Works in Practice

The strongest operating model is a three-way ownership structure with one accountable lead, usually security or identity architecture, and two execution partners. IAM defines how the agent is identified, how credentials are issued, and what conditions are required for access. Platform teams integrate those controls into the agent runtime, orchestration layer, and tool connectors. Security defines policy, monitoring, approval thresholds, and escalation paths. That division reflects the reality that agents behave dynamically, while traditional RBAC assumes stable human job functions.

For agentic systems, current guidance suggests moving from static role grants toward context-aware authorization. That means evaluating the request at runtime using the agent’s workload identity, task context, data sensitivity, and destination system. Standards such as OWASP Non-Human Identity Top 10 and CSA MAESTRO agentic AI threat modelling framework both point toward ephemeral, scoped access instead of standing privileges. In practice that usually means:

  • Issuing short-lived credentials per task rather than shared long-term secrets.
  • Binding access to workload identity so the agent can prove what it is, not just what password it knows.
  • Re-evaluating policy at each sensitive action instead of pre-approving a broad role.
  • Logging tool use, data access, and privilege escalation attempts in a shared telemetry pipeline.

This model works best when ownership is documented in the same control plane as secrets, policy, and runtime enforcement. It also benefits from the operational lessons in NHIMG’s Top 10 NHI Issues, especially around rotation, visibility, and offboarding. These controls tend to break down in highly distributed environments where platform teams manage agents as ephemeral microservices but no team is accountable for downstream tool permissions.

Common Variations and Edge Cases

Tighter governance often increases integration overhead, so organisations have to balance speed of experimentation against the cost of control design. That tradeoff becomes sharper when multiple teams own parts of the same agent stack, because approval paths can become a bottleneck if policy is too rigid. Best practice is evolving, but there is no universal standard for this yet.

One common variation is the research or sandbox agent. These may tolerate broader access during development, but they still need a named owner, scoped test identities, and automatic revocation when the task ends. Another edge case is a shared agent platform used by many product teams. In that model, the platform team usually owns the runtime, but each product team remains accountable for the data and tools their agent can reach. A third case is vendor-hosted agents, where the organisation may control policy and secrets while the vendor controls execution. That split should be explicit in the governance model, not inferred from procurement language.

For governance decisions, NIST’s NIST AI Risk Management Framework and the NHIMG Regulatory and Audit Perspectives guidance both support one clear principle: accountability must remain traceable even when execution is shared. That is especially important when agents can self-chain tools, because ownership gaps are where privilege drift and unauthorized action usually start.

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 A2 Agentic systems need runtime controls because behavior is dynamic and goal-driven.
CSA MAESTRO GOV-1 MAESTRO emphasizes shared governance for agentic AI across identity and runtime layers.
NIST AI RMF AI RMF supports clear accountability for risks created by autonomous agent behavior.

Assign one accountable owner, then split execution duties across IAM, security, and platform.