Platform Platform
System
ConceptsEnginePolicy as codeDeclarationsSafe changeGatewaysIntegrationsObservabilityAdministrationSecurityHuman reviewAudit and evidenceData retentionSecrets and data classification
Controls
Registries and documentationAuthentication and authorizationInjection detectionData redactionCode fingerprintingRole and judge checksContent classificationSpend and loop limitsBusiness rules
Solutions Solutions
By what you do
Sell into the enterpriseControl the AI you run
By industry
Financial servicesDigital assetsInsuranceHealthcareLegalUser-generated content
By discipline
AI governanceTrust and safetyRisk and compliance
Cases Cases Embedded control planeSource-code leakTrading agents over MCPLive firehoseRefund assistant
Compare Compare LiteLLMNVIDIA NeMo GuardrailsOPAROOSTAgent Governance Toolkit
Resources Resources
Guides
Enterprise review questionsPrompt injectionAgent and control layerAgent architecturesDecision system mapAI control maturity model
Standards
Standards OWASP Agent Control StandardEU AI ActPMI AI standardNIST AI RMFERC-8004
Book a demo
Resources · Standards

The OWASP Agent Control Standard, in plain words

On September 1, 2026 the OWASP GenAI Security Project published the Agent Control Standard, version 0.1, a public preview. It defines how an AI agent is controlled before it acts. It matters if your agents move money, talk to your customers, or send data outside your walls.

Download the plain-words guide (PDF)

The standard in four lines

  • Two programs. Your agent, in any framework, stops at each step and asks a separate process, the Guardian, "may I?". The Guardian holds your rules.
  • 19 hooks, 6 mandatory. The central one is toolCallRequest, and it must fire for every action that leaves the agent: a tool, a file, a network call, a shell command.
  • Five answers. ALLOW, DENY, MODIFY, ASK, DEFER.
  • Rules first, a model second. A deterministic layer always runs first; an LLM runs only when a rule hands it the case.

The guide covers each of these and the question to ask your own stack. Read the specification, then bring us the decisions you need to control.

Book a demo