Agentic AI governance is not a policy document. It is three mechanisms that run while the agent runs: an approval queue that decides what executes, an audit trail that lets you reconstruct what happened, and least-privilege access that limits what the agent can reach at all. Every requirement in NIST's AI Risk Management Framework, ISO/IEC 42001, the OWASP agentic top ten and the EU AI Act eventually reduces to one of those three. If you cannot point at where they run in your stack, you do not have governance. You have a memo.
Model-era governance does not cover agents
Most enterprise AI governance frameworks were written for models. They are concerned with bias, training data lineage, model cards, explainability and drift. Those concerns remain valid and they are not sufficient, because they govern a system that produces an output and stops.
An agent does not stop at the output. It takes an action: it writes to a CRM, sends an email, moves money, provisions access, files a ticket, calls another system that takes its own action. The governance question changes from whether the output is accurate to whether the action was authorized, whether it can be reversed, and whether anyone can prove afterward what happened and why. Accuracy is a model problem. Authorization is an operations problem.
The governance gap, in numbers
The gap between agent deployment and agent control is well measured. SailPoint's AI agent adoption research, based on a survey of 353 IT and security professionals across five continents, found that 82 percent of organizations were already using AI agents while only 44 percent had any policy in place to govern them.
The same research found that 80 percent of organizations reported their agents had taken unintended actions. Among them, 39 percent said agents had accessed systems or resources they were not authorized to reach, roughly a third said agents had accessed or shared sensitive data, and 23 percent said their agents had been tricked into revealing access credentials.
This lines up with why agentic programs get cancelled. Gartner predicts that over 40 percent of agentic AI projects will be cancelled by the end of 2027, naming escalating costs, unclear business value and inadequate risk controls. The third cause is the one you can engineer against directly.
The three controls that carry the weight
Approval queues decide what executes
An approval queue is a gate between an agent deciding to do something and the thing actually happening. The design question is not whether to have one, it is where the threshold sits. Reviewing every output destroys the economics of the deployment and trains reviewers to click approve without reading. Reviewing nothing is how the 39 percent above happened.
Tier the autonomy instead. Low-risk, reversible, high-volume actions run unattended. Actions that touch money, external communication, customer data or permissions queue for a human. Actions outside the agent's known distribution escalate by default rather than proceeding on a guess. The queue is also where cost control lives, because an agent that stalls waiting for approval is an agent that is not burning tokens in a loop.
Audit trails let you reconstruct the decision
An audit trail for an agent has to record more than the outcome. To reconstruct a decision you need the input the agent received, the tools it called and in what order, the intermediate reasoning or plan, the identity it acted under, who approved it if anyone did, and what changed as a result. Logging only the final action tells you that something happened and nothing about why.
This is also the control that makes rollback possible. If you cannot enumerate everything an agent touched in a run, you cannot undo it, and an agent you cannot undo is an agent nobody will authorize to do anything interesting. We covered what this looks like on a live operations surface in our post on the client command center.
Least privilege limits the blast radius
Agents are non-human identities, and they tend to accumulate standing access the way service accounts always have. The failure mode is well documented: OWASP's Top 10 for Agentic Applications, published in December 2025, lists Identity and Privilege Abuse, Human-Agent Trust Exploitation and Rogue Agents among the named risks.
Practically this means every agent has its own identity rather than sharing a service account, access is scoped to the specific systems and records the task requires, credentials are short-lived rather than standing, and there is an owner and a decommissioning path for every agent you deploy. Without that last item you get agent sprawl: a growing population of autonomous identities nobody remembers creating, each holding permissions nobody has reviewed.
How the frameworks map onto those three controls
The standards landscape looks crowded until you notice they are describing the same small set of mechanisms from different angles.
- NIST AI Risk Management Framework, released January 2023, organizes around four functions: GOVERN, MAP, MEASURE and MANAGE. GOVERN is the cross-cutting one and it is where ownership, accountability and escalation paths live. MANAGE is where approval thresholds and incident response land.
- ISO/IEC 42001, published December 2023, is the first certifiable AI management system standard. Worth being precise about what it certifies: the management system, not any individual model or agent. It gives you the Plan-Do-Check-Act scaffolding that turns the three controls into a reviewed, auditable process rather than a one-time configuration.
- The OWASP agentic top ten is the threat-model view. It tells you what an attacker does to an agent whose identity, memory or tool access is not scoped, which is the fastest way to pressure-test a least-privilege design.
- The EU AI Act supplies the legal floor, principally through human oversight and record-keeping obligations for higher-risk systems. Those obligations are approval queues and audit trails restated as law.
What the regulation actually requires right now
This is where a lot of published guidance is now out of date, which matters if you are planning a compliance roadmap against it.
The EU AI Act entered into force in August 2024 and phases in by risk tier. Prohibited practices and AI literacy obligations applied from February 2025, and general-purpose AI model obligations from August 2025. The general application date is August 2026.
The change most guidance has not absorbed is the AI Omnibus, which entered into force on 27 July 2026. It extended the high-risk transition periods: Annex III high-risk use cases, which include employment, education, critical infrastructure and biometrics, now apply from December 2027, and high-risk AI embedded in regulated products under Annex I moves to August 2028. Any roadmap still built on high-risk obligations landing in August 2026 is planning against a superseded date.
Two cautions. The extension applies to the high-risk transition timelines, not to everything, and transparency obligations were not deferred in the same way. Confirm the specific provisions that apply to your systems against the consolidated text rather than against any summary, this one included.
Where to start if you have agents in production and no controls
- Inventory. List every agent running, what it can reach, and who owns it. Most teams discover agents they did not know were deployed. This is the step that surfaces sprawl.
- Classify by blast radius, not by how impressive the agent is. Sort actions into reversible, expensive to reverse, and irreversible. The third category is your approval queue's initial scope.
- Scope credentials down. Replace shared service accounts with per-agent identities and remove standing access to anything outside the task.
- Instrument before you expand. If you cannot reconstruct a run today, adding more agents multiplies a problem you cannot yet see.
- Set review cadence. Governance decays. Agent permissions, approval thresholds and the inventory all need an owner and a recurring review, which is exactly what the ISO 42001 scaffolding is for.
None of this is exotic. It is the same identity, approval and logging discipline that enterprise IT has applied to human and service accounts for decades, applied to a new class of actor that happens to make its own decisions. The organizations that struggle are the ones treating governance as something to add after the agents prove useful. By then the inventory is already unknown. Our 90-day plan for moving AI from pilot to production puts these controls in the sequence we actually run them.
See the controls running
Approval queues, full audit trails and least-privilege access are how the Archon workforce is built, not features bolted on afterward.
Review Archon security →Sources
- AI Agent Adoption Report, SailPoint and Dimensional Research, May 2025
- Gartner Predicts Over 40% of Agentic AI Projects Will Be Canceled by End of 2027, Gartner, 25 June 2025
- AI Risk Management Framework, NIST
- ISO/IEC 42001:2023 Artificial intelligence management system, ISO
- OWASP Top 10 for Agentic Applications, OWASP Gen AI Security Project, December 2025
- Regulatory framework for AI and AI Omnibus enters into force, European Commission
- Deploying agentic AI with safety and security, McKinsey, October 2025
