curl --request PUT \ --url 'https://api.unify.ai/v0/assistant/<agent_id>/spending-limit' \ --header "Authorization: Bearer $UNIFY_KEY" --header 'Content-Type: application/json' \ --data '{ "monthly_spending_cap": 100.0 }'
{ "agent_id": 123, "monthly_spending_cap": 100.0, "effective_limit": 100.0 }
Bearer <token>
<token>