valta_set_policy
Set spending limits for AI agents by creating policies that define daily and per-transaction caps on USDC spend.
Instructions
Create a new spending policy — a named limit configuration (daily cap, per-transaction cap) that can be applied to an agent's spend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A name for this policy | |
| agentId | No | Optional — the agent this policy applies to | |
| maxSpendPerDay | No | Maximum USDC spend per day | |
| maxSpendPerTransaction | No | Maximum USDC per single transaction |