wallet_set_policy configures spending limits on a wallet to control agent costs. Limits reset daily.
Parameters
Wallet ID to set the policy on. Must match an existing wallet. Use
wallet_status to see available wallet IDs.Maximum USD per transaction. Must be a positive number. Any agent execution costing more than this will be blocked.
Maximum USD per day across all transactions. Must be a positive number. Resets daily. Once reached, all further agent executions are blocked until the next day.
max_per_tx or max_per_day must be provided.
Example Usage
Example Output
Related Tools
wallet_status— Check your wallets and their current configurationwallet_setup— Create or import a wallet before setting policies