What Is a Policy?
A policy is a rule that maps a condition to an action with an automation level:Policy Structure
Automation Levels
Each rule specifies how the decision should be automated:FREEZE Rules
FREEZE rules are a special class of policy that cannot be overridden:- Evaluated FIRST (before all other rules)
- Cannot be modified, disabled, or removed by application code
- Persist across policy hot-swaps
- Log
FREEZE_TAMPER_ATTEMPTon any modification attempt
Policy Bundles
In enterprise deployments, policies are packaged into signed bundles:Quick Start Examples
Zero-Config (OWASP Pack)
Custom Rules
Policy Evaluation Order
- FREEZE rules — Checked first, short-circuit on match
- NHI scope — Agent must have permission for the action
- Temporal constraints — Session TTL, cooldowns, time-of-day
- Policy rules — Matched in order, first match wins
- Default — If no rule matches, action is ALLOW (configurable)
Next Steps
Policy Authoring Guide
Write custom policies with conditions and matchers
Reason Codes
All available reason codes and their meanings
OWASP Policy Pack
Pre-built zero-config governance
Configuration Reference
Full engine configuration options

