Skip to main content
POST
Set agents' daily credit limit

Authorizations

Authorization
string
header
required

Workspace API key (wk_). GET endpoints require the Workspace read API scope, POST endpoints the Workspace write API scope.

Body

application/json
ids
string[]
required

Agent IDs to update.

Minimum array length: 1
dailyCreditLimit
number | null
required

Daily credit limit for each agent, or null to fall back to the workspace default.

Required range: x >= 0

Response

Success. Empty result sets are also 200.

Batch outcome. The request is 200 as long as it was well-formed; check per-id success for failures.

results
object[]
required
summary
object
required