403 response and logs an audit event.
Policy Types
| Type | Description | Example |
|---|---|---|
model_allowlist | Restrict which models an agent can use | Only allow gpt-4o and claude-sonnet-4-20250514 |
block_provider | Block an entire LLM provider | Block all requests to openai |
require_approval | Require HITL approval before the request proceeds | All production agents need approval |
budget_limit | Enforce a monthly spend cap (USD) | $500/month per agent |
rate_limit | Throttle requests per minute | 60 requests/min |
require_human_review | Flag the agent for periodic human review | High-risk agents reviewed weekly |
Create a Policy
Policy Examples
Block a Provider
Require Approval (HITL)
Budget Limit
Rate Limit
Require Human Review
List Policies
Update a Policy
Delete a Policy
What Happens When a Policy Is Violated
When a proxy request violates a policy, the agent receives:policy.violated.
