Agent governance
Developer control plane for policies, metering, and activity history.
Workspace: Local workspaceRole: AdminWelcome Preview

Version metadata

Version ID
polv_eab79b663f84
Policy ID
pol_45866239dd2f
Status
active
Created
Jul 20, 2026, 5:35:20.532 PM PDT
Change summary
Initial version

Guardrails

Pre-flight
PII handling
allow
Prompt injection
warn
In-flight
Max tokens / request
3000
Hard deny multiplier
2
Externalization
warn
Post-flight
Overage strike limit
3
Overage window (hrs)
24

Allowed tools

3 total
  • read_customer_profile
  • score_icp_fit
  • draft_outreach_email

Tools requiring approval

1 total
  • send_outreach_email

Allowed models

2 total
  • gpt-5-mini
  • claude-sonnet-5

Raw rules

JSON representation of this version
{
  "tool_allowlist": [
    "read_customer_profile",
    "score_icp_fit",
    "draft_outreach_email",
    "send_outreach_email"
  ],
  "model_allowlist": [
    "gpt-5-mini",
    "claude-sonnet-5"
  ],
  "max_tokens_per_request": 3000,
  "token_overage_hard_deny_multiplier": 2,
  "token_overage_limit": 3,
  "token_overage_window_hours": 24,
  "max_tokens_per_session": null,
  "max_cost_per_session_usd": null,
  "max_tokens_per_day": null,
  "max_cost_per_day_usd": null,
  "notify_at_pct": 80,
  "token_overage_repeat_limit": 3,
  "approval_required_tools": [
    "send_outreach_email"
  ],
  "pii_handling": "allow",
  "prompt_injection_action": "warn",
  "data_exfiltration_action": "warn",
  "window_allowed_days": null,
  "window_start_hour": null,
  "window_end_hour": null,
  "window_timezone": "UTC",
  "window_action": "deny",
  "max_tool_calls_per_session": null,
  "max_repeated_tool_calls": null,
  "max_cost_per_request_usd": null,
  "privilege_deescalation_threshold": null
}