ToolchainCommands
Overview
Full pay CLI reference, grouped the way pay --help groups them.
pay --help prints five groups. This reference mirrors them.
| Group | Commands |
|---|---|
| Pass-through | curl, wget, http, claude, codex, whoami |
| Developers | server, catalog |
| Agents | mcp, skills |
| Accounts | topup, account, setup, send, subscriptions |
| Other | fetch, install |
All commands accept the global flags from Global flags, which come before the subcommand:
pay --sandbox curl <url>
pay --account work send 1 <recipient>
pay --no-dna --mainnet whoamiEvery subcommand also accepts --account <NAME> directly, which has the same effect as the global form when applied to a single call.