--execute in a CLI-created
simulated sandbox.
Create a sandbox
Use Node.js 20.19+ for the setup CLI, then run the Python example from the same directory:.env.local. The Python script reads it without printing credentials.
Your first run prints the agent name and scopes; it creates no payment.
Execute a simulated payment
0.01, prints its request ID, and executes only if the
policy decision is APPROVED. Success means Status: completed and Settlement mode: test.
The test receipt records the workflow without transferring funds.
Each invocation with --execute creates a new intent. After a timeout, inspect the original request
instead of executing again:
Next steps
- Payment recovery: review, timeouts, and settlement.
- API conventions: authentication and response contracts.
- Payment support: networks and signer requirements.
- Webhooks: receive and verify payment updates.