PATCH
Update agent limits

Authorizations

Authorization
string
header
required

API key as Bearer token. Sandbox keys start with sk_test_, mainnet keys with sk_live_.

Path Parameters

agent_id
string
required

Body

application/json
credit_limit
string

New credit limit in USDC

Example:

"500.00"

daily_limit
string

New daily spend limit in USDC

Example:

"100.00"

status
enum<string>
Available options:
active,
paused

Response

Updated agent

agent_id
string
Example:

"agt_7d1e5b2f"

merchant_id
string
Example:

"mch_3f2a1b0c"

name
string
Example:

"research-agent-01"

wallet_address
string
Example:

"0x8ba1f109551bd432803012645ac136ddd64dba72"

status
enum<string>
Available options:
active,
paused,
revoked
Example:

"active"

credit_limit
string
Example:

"250.00"

daily_limit
string
Example:

"50.00"

outstanding_balance
string
Example:

"0.00"

available_credit
string
Example:

"250.00"

created_at
string<date-time>