Policy Configuration
Read-only view
Policy Version
bd84462bf88a
SHA-256 hash
Daily Budget
$5.00
limit
$0.00 spent today
Pending TTL
30m
Auto-expire timeout
Routes
Agent Controls
Max cost per run:
Max steps per run:
Max tokens per run:
$0.5Max steps per run:
15Max tokens per run:
100000
Model Allowlist
openai
anthropic
groq
openrouter
gemini
mistral
Gate Pipeline
PII Detection
presidio
BLOCK
Entities
Threshold
0.7
Injection Detection
llm_guard
BLOCK
Scanners
High Risk Action Monitor
tool_check
REVIEW
Watched tools
Agent Controls
Max cost per run:
Max steps per run:
Max tokens per run:
$0.1Max steps per run:
5Max tokens per run:
50000
Model Allowlist
anthropic
openai
Gate Pipeline
PII Strict
presidio
BLOCK
Entities
ALL
Threshold
0.5
All Tools Require Approval
tool_check
REVIEW
Watched tools
Raw Policy
{
"governance": {
"global_budget_daily_usd": 5.0,
"pending_ttl_minutes": 30,
"routes": {
"agent_default": {
"agent_controls": {
"max_cost_per_run_usd": 0.5,
"max_steps_per_run": 15,
"max_total_tokens_per_run": 100000
},
"gates": [
{
"action": "BLOCK",
"entities": [
"CREDIT_CARD",
"US_SSN",
"EMAIL_ADDRESS",
"PHONE_NUMBER"
],
"name": "PII_Detection",
"score_threshold": 0.7,
"type": "presidio"
},
{
"action": "BLOCK",
"name": "Injection_Detection",
"scanners": [
"PromptInjection"
],
"type": "llm_guard"
},
{
"action": "REVIEW",
"actions": [
"send_email",
"execute_sql_write",
"slack_post"
],
"default_action": "REVIEW",
"name": "High_Risk_Action_Monitor",
"type": "tool_check"
}
],
"model_allowlist": [
"openai/gpt-4o",
"openai/gpt-4o-mini",
"anthropic/claude-sonnet-4-20250514",
"anthropic/claude-haiku-4-5-20251001",
"groq/llama-3.3-70b-versatile",
"groq/mixtral-8x7b-32768",
"openrouter/openai/gpt-4o",
"openrouter/anthropic/claude-sonnet-4-20250514",
"openrouter/google/gemini-2.5-pro-preview",
"gemini/gemini-2.5-pro-preview",
"mistral/mistral-large-latest"
]
},
"high_risk": {
"agent_controls": {
"max_cost_per_run_usd": 0.1,
"max_steps_per_run": 5,
"max_total_tokens_per_run": 50000
},
"gates": [
{
"action": "BLOCK",
"entities": "ALL",
"name": "PII_Strict",
"score_threshold": 0.5,
"type": "presidio"
},
{
"action": "REVIEW",
"actions": [
"*"
],
"default_action": "REVIEW",
"name": "All_Tools_Require_Approval",
"type": "tool_check"
}
],
"model_allowlist": [
"anthropic/claude-sonnet-4-20250514",
"openai/gpt-4o"
]
}
}
},
"version": "1.0"
}