By NHI Mgmt Group Editorial TeamPublished 2026-04-02Domain: Agentic AI & NHIsSource: Pomerium

TL;DR: AIUC-1 compliance for AI agents breaks into five layers and 28 controls, with Pomerium arguing that centralized enforcement, model safety, testing, observability, and governance all depend on deploying the control plane first. Without that baseline, auditability and policy enforcement stay unverifiable, and access governance cannot keep pace with agent behaviour.


At a glance

What this is: This is a compliance checklist for AI agent deployments, and its core finding is that AIUC-1 cannot be satisfied with governance alone because every other layer depends on a centralized control plane.

Why it matters: It matters because IAM, PAM, and identity teams now have to govern agent access, session tracking, auditability, and policy enforcement together instead of treating them as separate platform concerns.

👉 Read Pomerium's AIUC-1 checklist for AI agent compliance layers


Context

AI agent governance fails when enterprises try to certify behaviour they cannot observe or constrain. In this checklist, AIUC-1 compliance is presented as a five-layer model, but the practical issue is simpler: if every agent request does not pass through a controlled enforcement point, the rest of the programme cannot prove what happened.

For IAM practitioners, the key shift is that agent access is not just authentication or tooling. It becomes a continuous identity and control problem across tool authorization, session tracking, logging, output safety, testing, and named accountability, which is why the article aligns closely with agentic access patterns covered in the OWASP Agentic AI Top 10 and related guidance.


Key questions

Q: How should teams implement AI agent governance without losing auditability?

A: Start with a centralized control plane that all agent-to-tool traffic must pass through. Then enforce tool-level authorization, session tracking, and immutable logging so each action can be traced to an identity, a context, and a policy decision. If those controls are not in place, governance becomes descriptive rather than enforceable.

Q: Why do AI agents need more than standard IAM controls?

A: Standard IAM answers who can log in, but agents also need control over what tools they can reach, what they can output, and how their multi-step sessions are recorded. That is why AI agent governance requires access enforcement, content safety, and observability together. One layer without the others leaves a blind spot.

Q: How do organisations know if AIUC-1 style controls are actually working?

A: They should be able to prove that every request is logged, every blocked action is explained, every output safety event is recorded, and every control has a named owner. If the team cannot generate a compliance report from operational data, the programme is not yet producing audit-grade evidence.

Q: Who should own AI agent compliance across security and IAM teams?

A: Ownership needs to be explicit across access enforcement, model safety, testing, and reporting, because no single function sees the whole workflow. Security may own detection and red-teaming, while IAM owns identity context and policy enforcement, but the accountability matrix has to name each control owner.


Technical breakdown

Centralized control plane for agent-to-tool traffic

The first layer is an access and enforcement gateway that sits between the agent and every tool it uses. In practice, this means requests are authenticated with user context, authorization is tool-specific, and each step in a multi-step workflow is treated as part of one continuous session. The architectural point is that policy has to be enforced before the agent reaches the tool, not after the action is complete. Once traffic is fragmented across direct integrations, audit trails become partial and enforcement becomes inconsistent.

Practical implication: route all agent tool calls through a single enforcement plane before expanding agent use cases.

Model safety and content filtering in agent output

Layer 2 separates access control from output control. An agent may be authorized to reach a model or data source, but that does not mean its outputs are safe to release. Input filtering reduces prompt injection and jailbreak exposure, while output filtering catches harmful, deceptive, or privacy-sensitive content before it reaches users. PII detection and hallucination checks matter because agents can look compliant at the access layer while still producing unsafe or inaccurate responses. That makes safety a runtime control, not a policy document.

Practical implication: pair access authorization with output filtering and logging, otherwise policy stops at the model boundary.

Testing, observability, and governance for AIUC-1 control evidence

The final layers convert controls into evidence. Adversarial testing checks whether the gateway and filters still work under attack, observability turns logs into compliance signals, and governance assigns ownership for each control. This is what auditors usually want: not just a claim that controls exist, but proof that they were tested, logged, and assigned to a named owner. AIUC-1 therefore behaves less like a one-time certification and more like a repeatable evidence loop across the agent lifecycle.

Practical implication: build quarterly testing, reporting, and ownership into the operating model before scaling agents.


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 programmes start at Layer 5 instead of Layer 1. The article’s central warning is that governance documents and accountability matrices do not create enforceable control. Without a centralized control plane, compliance evidence is inferred rather than observed, which means the organisation cannot prove tool access, request context, or decision history. Practitioners should treat enforcement as the prerequisite for governance, not its by-product.

Agentic access control is now a session problem, not just an identity problem. The checklist makes clear that multi-step agent workflows need continuous session tracking, tool-level authorization, and per-request audit logging. That moves the control model away from one-time login decisions and toward runtime identity continuity, where each action inherits context from the prior step. Practitioners should rework agent governance around session-bound evidence rather than static entitlement review.

Model safety and IAM are converging into one operating surface. Input filtering, output filtering, and PII redaction are no longer separate specialist controls when agents can act, retrieve, and respond in the same workflow. This creates a shared failure surface between access decisions and content decisions, which is why agent governance cannot be owned only by security engineering or only by IAM. Practitioners should align access policy, safety policy, and detection policy under one governance model.

AIUC-1 is really an evidence discipline, not a checkbox exercise. Quarterly testing, logging, dashboards, and named control owners all point to the same premise: if a control cannot be exercised, observed, and assigned, it will not survive audit scrutiny. The article is explicit that compliance reporting must be generated from aggregated data, which means programme maturity depends on operational proof. Practitioners should design for repeatable evidence production, not one-off attestations.

From our research:

  • Only 44% of developers are reported to follow security best practices for secrets management, exposing a significant developer behaviour gap, according to The State of Secrets in AppSec.
  • That same research found organisations maintain an average of 6 distinct secrets manager instances, which fragments control and weakens central oversight.
  • For the broader agent governance picture, see OWASP NHI Top 10 for the risk categories that make enforcement and session visibility non-negotiable.

What this signals

Control-plane gravity is becoming the deciding factor in agent programmes. Teams that can centralize enforcement, logging, and identity context will scale agent use more safely than teams trying to bolt governance onto fragmented integrations. The practical signal is to treat agent access like a governed runtime, not a series of disconnected automations.

AIUC-1 style programmes will expose whether your identity stack can produce evidence on demand. If your logs, owners, and review paths cannot reconstruct a workflow in audit terms, agent adoption will stall in regulated environments. Align your operating model with the evidence path first, then expand the number of agents.

Session-bound control is now the most defensible concept in agent governance. Once an agent can perform multiple actions in one workflow, the relevant unit of control is no longer a single login event but a traceable session with policy and output checkpoints. That is where identity, detection, and compliance teams need to converge.


For practitioners

  • Deploy a centralized agent control plane first Route every agent-to-tool request through a single enforcement point so authorization, logging, and policy decisions are consistent across the workflow. Verify that tool-level permissions are enforced before the request reaches the tool, not after the model has already acted.
  • Track multi-step workflows as continuous sessions Record session IDs, agent identity, user context, parameters, and policy outcomes across the full chain of requests so reviewers can reconstruct what the agent did. Treat each workflow as one governed session rather than a series of disconnected API calls.
  • Separate access authorization from output safety Apply content filtering, PII detection, and hallucination checks after model execution and before user delivery. Keep the logging of blocked or flagged outputs as part of the control record so the safety layer can be audited independently of access control.
  • Build quarterly adversarial test cycles Red-team the gateway, filters, and logging path at least quarterly, then compare results with the prior baseline and document remediation. Test for prompt injection, policy bypass, and output failures so control drift is visible before production use expands.

Key takeaways

  • AIUC-1 compliance for agents depends on enforceable runtime controls, not governance documents alone.
  • The article’s strongest operational message is that centralized enforcement, session tracking, and audit logging must come before scale.
  • Teams that cannot produce audit-grade evidence from agent activity will struggle to defend their controls under review.

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 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 maps agent risks to control layers and runtime abuse patterns.
NIST AI RMFAI governance, accountability, and testing are central to AIUC-1 compliance.
NIST CSF 2.0PR.AA-01Identity, logging, and continuous monitoring underpin the checklist’s control plane model.

Tie agent access and logging to CSF access and detection outcomes, then validate them through routine evidence generation.


Key terms

  • Agent Control Plane: The enforcement layer that sits between an AI agent and the tools or data sources it can use. It authenticates the request, applies policy, records the action, and creates the audit trail needed to prove what the agent did and under whose context it acted.
  • Session Tracking: The practice of treating a multi-step agent workflow as one continuous governed session rather than separate calls. This matters because the identity context, policy decisions, and outputs need to remain connected across every action if auditors are to reconstruct behaviour accurately.
  • Tool-Level Authorization: A permission model that restricts an agent to specific tools rather than broad system access. It narrows what the agent can reach at runtime and reduces the chance that a valid identity can still perform an out-of-scope action through an overbroad integration path.
  • AIUC-1 Compliance: A layered compliance model for AI agent deployments that combines enforcement, safety, testing, observability, and governance. In practice, it is less about a single product and more about proving that agent behaviour can be controlled, measured, and assigned to accountable owners.

Deepen your knowledge

AIUC-1 control plane design and agent session governance are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building an agent governance programme from a similar starting point, it is worth exploring.

This post draws on content published by Pomerium: The AIUC-1 Compliance Checklist for AI agents. Read the original.

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