v1
latestOpenAPI 3.1.02026-07-13154170539.0 KBAssistant Management
Set assistant spending limit
Set or update the monthly spending limit for an assistant.
put/v0/assistant/{agent_id}/spending-limit
Path parameters
agent_idinteger required
Request body
Example request
{
"monthly_spending_cap": 100
}Response
Spending limit set successfully
Example response
{
"monthly_spending_cap": 100,
"effective_limit": 100
}