By NHI Mgmt Group Editorial TeamDomain: Agentic AI & NHIsSource: C1.aiPublished June 5, 2025

TL;DR: A multi-agent identity security architecture splits privileged and quarantined agents, labels inputs by trust level, and constrains tool use so agentic AI can automate governance tasks without losing auditability or control, according to C1.ai. The key issue is not prompt quality but whether access, execution, and review boundaries survive autonomous behavior.


At a glance

What this is: C1.ai outlines how its multi-agent identity security design separates trust, tools, and execution paths to keep AI agents governable.

Why it matters: IAM, IGA, PAM, and NHI teams need to understand how agentic systems change entitlement design, auditability, and trust boundaries across human and non-human identity programmes.

👉 Read C1.ai's full blog on guardrails for multi-agent identity security


Context

AI agent identity changes the governance problem because the system can take real actions, sequence tools, and operate across trust boundaries at runtime. In identity security terms, that means the access model has to account for both the agent's role and the conditions under which it is allowed to act, not just the underlying model or workflow.

For IAM and IGA teams, the important question is whether an AI agent is treated as a governed identity with scoped entitlements and audit trails, or as an automation layer that bypasses identity controls. The article's core message is that agentic systems need explicit separation between low-trust input and high-impact action if they are going to remain reviewable and defensible.


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 AI agents make non-human identity governance harder?

A: AI agents make governance harder because they can request tools, act autonomously, and change behaviour across sessions while still relying on machine credentials. That increases the number of access paths security teams must supervise. The result is a stronger need for task-scoped access, explicit ownership, and continuous monitoring of what the agent can reach.

Q: What breaks when privileged AI agents can read untrusted input directly?

A: Prompt injection risk rises because the agent may treat user content as instruction instead of context. Once that happens, a malicious request can steer approval, reassignment, or data handling decisions without ever changing the agent's authorised role. The safe pattern is to sanitise untrusted input before any privileged step.

Q: Who is accountable for mistakes made by AI agents in identity workflows?

A: Accountability stays with the organisation that defined the agent's role, tools, and approval paths. That means AI agent governance should be mapped into IAM, IGA, and PAM ownership rather than treated as an isolated AI issue. If the agent can act, someone must own its lifecycle and decision boundaries.


Technical breakdown

How multi-agent separation changes agent identity governance

A multi-agent architecture creates internal checks by splitting responsibilities across distinct agents instead of letting one system both interpret input and execute privileged actions. In this model, a quarantined agent can summarise or structure untrusted content, while a privileged agent can only act on pre-processed output and a finite toolset. That separation reduces the chance that raw input becomes direct instruction, and it gives the platform a clearer audit boundary between analysis and action. The important design point is that the agent is not merely generating text. It is operating as an identity-bearing actor with scoped permissions, so governance depends on constrained execution paths, not just model safety prompts.

Practical implication: treat agent roles as separate identity classes with different entitlements, logging, and approval conditions.

Why trust classification is central to AI agent security

Trust classification is the control that keeps the system from confusing data with directive content. High-trust content comes from approved code or configuration, while low-trust content includes user-generated or external input that may contain hidden instructions. By explicitly telling agents to ignore low-trust content as decision logic, the platform preserves a boundary that many prompt-driven systems lack. This matters because prompt injection is not solved by better language alone. It is solved by ensuring that only approved instructions can influence action, while untrusted text is treated as material to analyse rather than behaviour to follow.

Practical implication: separate instruction sources from data sources and make the distinction enforceable in policy, not just in prompt text.

What finite toolsets and identity-first logging add to auditability

Finite toolsets prevent an agent from discovering or invoking capabilities that were never approved for its role. That is the difference between controlled orchestration and open-ended execution. When paired with identity-first logging, every tool call, internal message, prompt, and outcome can be tied back to the agent that produced it. The result is a reviewable governance trail rather than a black box. For identity teams, the architectural lesson is that observability and permission boundaries have to be designed together, because audit logs without constrained tools still leave too much room for unintended action.

Practical implication: restrict each AI agent to a predefined tool inventory and require logs that preserve the full decision chain.


Threat narrative

Attacker objective: The attacker aims to steer an AI agent into making unsafe access decisions or invoking actions outside its intended governance scope.

  1. Entry occurs when untrusted user input or third-party data is introduced into the agent workflow, creating an opportunity for prompt injection or misleading context.
  2. Escalation is prevented by routing low-trust material through quarantined agents and limiting privileged agents to pre-processed, sanitised input and fixed tools.
  3. Impact would be unauthorised access decisions, incorrect task execution, or exposed credentials if low-trust content could directly influence privileged action.

Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

AI agent governance fails when identity, instruction, and data are allowed to blur together. The article's architecture is strongest where it treats the agent as an identity-bearing actor with defined roles, not as a generic automation layer. That distinction matters because access decisions become unsafe the moment untrusted content can influence privileged behaviour. Practitioners should design AI agent programmes around explicit trust boundaries, not model sophistication.

Finite tool access is the real control plane for agentic identity. An agent can only be governed if its runtime choices are constrained by an approved action set. The article shows that tool limitation is more defensible than relying on prompt discipline alone, because prompt text cannot contain every future misuse case. The practitioner takeaway is that tool inventory and entitlement scope should be treated as the primary governance surface.

Identity-first logging is what makes autonomous action reviewable. If every prompt, tool call, and internal decision is retained, security teams can reconstruct why the agent acted and where it was permitted to do so. That is materially different from ordinary application logging. For IAM, IGA, and PAM teams, the issue is not whether logs exist, but whether they preserve the agent's full decision chain well enough for certification, investigation, and accountability.

Agentic AI creates a governance gap between policy intent and execution timing. Human-paced review assumptions break down when an agent can reason, sequence tools, and act within a single session. This is not just faster automation. It changes when authorisation must be enforced, because the decision point moves into runtime. Teams should re-evaluate whether current approval workflows can still serve as a control boundary for autonomous execution.

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 the Ultimate Guide to NHIs a useful next reference for lifecycle, visibility, and offboarding governance.

What this signals

Agentic identity governance will increasingly be judged by whether the organisation can prove where runtime authority begins and ends. With 80% of organisations already seeing AI agents act beyond intended scope, the operating model has moved past experimentation into control design. Teams that cannot distinguish instruction, data, and execution in policy will struggle to certify agent behaviour at all.

Runtime isolation is becoming the practical test for AI agent programmes. When a privileged actor can act on pre-processed input only, the security question shifts to whether that preprocessing boundary is enforceable across workflows. That is why the combination of trust classification, tool limitation, and identity-first logging should be treated as an architecture pattern, not a feature checklist.


For practitioners

  • Define separate identity classes for privileged and quarantined agents Assign different scopes, data access, and approval conditions to agents that interpret untrusted input versus agents that execute privileged tasks. Do not let one agent both ingest raw user content and approve high-impact actions.
  • Restrict each agent to a finite tool inventory Publish an explicit allowlist of tools for every agent role and block all other actions by default. Review these inventories as part of identity lifecycle governance, not as an application configuration afterthought.
  • Treat low-trust input as data, never directive content Route user-submitted text and third-party content through sanitisation before any privileged decision step. Make the instruction-versus-data boundary enforceable in policy so prompt injection cannot cross it by design.
  • Log the full agent decision chain Capture tool calls, prompts, internal messages, summaries, and final outcomes in a way that ties each action to the agent identity that performed it. That supports access review, incident investigation, and audit evidence.

Key takeaways

  • AI agents become governable only when they are treated as identities with bounded authority, not as free-form automation.
  • Trust separation, finite tools, and identity-first logging are the controls that make agentic action reviewable.
  • Enterprises that cannot prove runtime boundaries for AI agents will struggle to audit, certify, or defend their decisions.

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, NIST Zero Trust (SP 800-207) and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10NHI-03The post focuses on agent identity boundaries and tool misuse risk.
NIST AI RMFGOVERNAgent accountability, logging, and oversight are central to this architecture.
OWASP Non-Human Identity Top 10NHI-01The article treats AI agents as governed non-human identities.
NIST Zero Trust (SP 800-207)3.1Trust separation and least-privilege execution align with zero trust principles.
NIST CSF 2.0PR.AC-4The post is about controlling access permissions and runtime authorization.

Define each agent as an identity with scoped access, lifecycle controls, and audit trails.


Key terms

  • Privileged Agent: A privileged agent is an AI agent that can take governed actions inside an enterprise system. In this architecture, it operates with a limited toolset, approved scope, and audit trail, so it behaves more like a tightly controlled identity than a general-purpose assistant.
  • Quarantined Agent: A quarantined agent processes untrusted or external input before it reaches a privileged execution path. It cannot approve access or invoke sensitive APIs, which makes it a containment layer for sanitisation, summarisation, and structure extraction rather than an action-taking identity.
  • Trust Classification: Trust classification is the policy distinction between approved instructions and untrusted content. It matters because agentic systems must treat low-trust input as data, not directive content, or prompt injection can convert ordinary text into unsafe behaviour.
  • Finite Toolset: A finite toolset is the approved set of actions an AI agent can invoke at runtime. It limits what the agent can do even if its reasoning changes, which is essential for governance because permission boundaries matter more than the sophistication of the model itself.

What's in the full article

C1.ai's full blog covers the internal operating model this post intentionally leaves at the architecture level:

  • Detailed walk-through of the privileged and quarantined agent split used in the platform
  • Examples of the finite toolsets assigned to different agent roles and how those limits are enforced
  • How internal validation, escalation paths, and audit logging are implemented across agent workflows
  • The prompt structure and trust classification logic used to keep low-trust input from directing privileged actions

👉 The full C1.ai post covers the agent architecture, trust boundaries, and execution controls in implementation detail.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity security 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.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 17, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org