Skip to main content

Install and update

Use anyway --help for the installed version’s authoritative command list.

Authentication modes

Create an Agent Wallet during login

Start the combined Agent Wallet flow:
For SSH, CI, or an agent runtime, begin the flow and then complete both milestones:
Repeat a continuation command while it reports pending.
Creating a product or link returns paymentLinkUrl. Share the complete Anyway URL exactly as returned; do not parse, reconstruct, or modify it.

Orders and Dashboard

CSV and JSON output use the same result page and filters as table output.

Organization wallets and Credits

Organization Credits and wallet USDC are different assets. A Credit balance is not withdrawable wallet USDC.

Agent Wallet management

Merchant-login commands manage the organization’s wallets:
Runtime and local-key commands use an Agent Wallet Key:
default and forget only change local CLI records. They do not rotate or delete the server-side wallet.

Sign or authorize a payment

The server enforces the selected wallet’s spending policy before signing.

SuperAPI

Useful flags include --body-file, --header, --headers-json, --agent, --validity-seconds, and --yes. --yes skips the quote confirmation; use it only when automatic approval is intentional.

Setup and wallet initialization

setup installs the Anyway agent skill for detected compatible agents.

Traces, developer settings, CLI telemetry, and feedback

CLI usage telemetry is separate from the application traces described in the Agent Tracing SDK guide. telemetry inspect previews the redacted command event without sending it. Run a command with --help before scripting a subcommand whose exact flags matter.

Automation

Global automation flags: Stable process exit classes are 0 success, 1 unknown, 2 validation, 3 authentication, 4 timeout, 5 network, 6 server error, 7 rate limited, and 8 other client error.
Keep login tokens and Agent Wallet Keys out of shell history, CI logs, telemetry, screenshots, and model prompts. Prefer secret injection and delete temporary key files after import.