AI Gateway · Example Payload

Ai Gateway Policy Budget Example

AI GatewayLLM RouterLLM ProxyModel RoutingPrompt FirewallGuardrailsAI ObservabilityCost ControlsAI GovernanceAPI Gateway

Ai Gateway Policy Budget Example is an example object payload from AI Gateway, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

policyIdnamekindstagescopecostenabled

Example Payload

ai-gateway-policy-budget-example.json Raw ↑
{
  "policyId": "monthly-team-budget",
  "name": "Monthly Team Budget",
  "kind": "cost",
  "stage": "request",
  "scope": "team",
  "cost": {
    "limit": 2000.0,
    "currency": "USD",
    "period": "monthly",
    "action": "throttle"
  },
  "enabled": true
}