v1
latestOpenAPI 3.1.02026-07-13154170539.0 KBUser
Set User Spending Limit
Set the monthly spending limit for the current user's personal usage.
This limit applies when using the user's personal API key (not org API keys). When the limit is lowered, personal assistant limits that exceed the new limit will be automatically capped.
put/v0/user/spending-limit
Request body
Example request
{
"monthly_spending_cap": 200
}Response
Successful Response
Example response
{
"monthly_spending_cap": 200
}