Policies
Update Policy
Update an agent’s policy configuration
PATCH
Updates the policy (budget caps, allowed capabilities) for a specific agent. Only the fields you include will be updated.
Path Parameters
The agent ID (e.g.,
agt_abc123)Request
Maximum cost allowed per single API call (in USD cents).
Set to
0 or null for no limit.Maximum total spend allowed per day (in USD cents).
Resets at midnight UTC. Set to
0 or null for no limit.List of capabilities this agent can use.
Set to
null or empty array to allow all capabilities.