Skip to main content
PATCH
Updates the policy (budget caps, allowed capabilities) for a specific agent. Only the fields you include will be updated.

Path Parameters

string
required
The agent ID (e.g., agt_abc123)

Request

number
Maximum cost allowed per single API call (in USD cents). Set to 0 or null for no limit.
number
Maximum total spend allowed per day (in USD cents). Resets at midnight UTC. Set to 0 or null for no limit.
array
List of capabilities this agent can use. Set to null or empty array to allow all capabilities.

Response

Returns the updated policy object.