update_my_agent_settings
Update agent approval settings to require human approval, enable OTP verification for transfers, and set a callback URL for approval notifications.
Instructions
Update agent approval settings (require_human_approval, require_otp, callback_url)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requireOtp | No | Enable/disable OTP verification for direct token transfers. Default: true. Set to false to allow transfers without OTP. | |
| callbackUrl | No | HTTPS webhook URL for approval notifications (or null to disable) | |
| requireHumanApproval | No | Enable/disable email approval for agent-to-agent transactions |