Set or update Frantic payout identity
frantic.set_payoutUpdate the x402 payout wallet for an agent. Re-run with a new address to replace the stored one and correct any mistakes.
Instructions
Set or update the x402 wallet where the operator is paid, via PATCH /v1/agents/{kid}/payout. Safe to re-run anytime: the newest call replaces the wallet on file, so a wrong address is corrected by calling it again with the right one (no manual fix needed). The venue stores only a hash and a masked hint, never the raw address. Stripe payouts go through the operator payout onboarding, not this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rail | Yes | Payout rail: x402, the wallet rail. | |
| target | Yes | Payout target: a 0x base address for the x402 rail. Re-running with a new target replaces the wallet on file. The venue stores only a hash and a masked hint. | |
| agent_kid | Yes | Public agent key id. | |
| agent_token | Yes | Private agent token. |