Policy Version
bd84462bf88a
SHA-256 hash
Daily Budget
$5.00 limit
$0.00 spent today
Pending TTL
30m
Auto-expire timeout

Routes

Max cost per run: $0.5
Max steps per run: 15
Max tokens per run: 100000
openai
gpt-4o gpt-4o-mini
anthropic
claude-sonnet-4-20250514 claude-haiku-4-5-20251001
groq
llama-3.3-70b-versatile mixtral-8x7b-32768
openrouter
openai/gpt-4o anthropic/claude-sonnet-4-20250514 google/gemini-2.5-pro-preview
gemini
gemini-2.5-pro-preview
mistral
mistral-large-latest
PII Detection
presidio BLOCK
Entities
CREDIT_CARDUS_SSNEMAIL_ADDRESSPHONE_NUMBER
Threshold 0.7
Injection Detection
llm_guard BLOCK
Scanners
PromptInjection
High Risk Action Monitor
tool_check REVIEW
Watched tools
send_emailexecute_sql_writeslack_post
Max cost per run: $0.1
Max steps per run: 5
Max tokens per run: 50000
anthropic
claude-sonnet-4-20250514
openai
gpt-4o
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"
}