Tempo CLI
The tempo binary covers three core workflows:
- Tempo Wallet CLI (
tempo wallet) — use Tempo Wallet from the terminal: balances, funding, access keys, service discovery, and agent-ready wallet operations tempo request— make paid HTTP requests with automatic MPP payment negotiationtempo node/tempo download— run and sync a Tempo node
Install the Tempo CLI
curl -fsSL https://tempo.xyz/install | bashTo update later, run tempoup.
Teach your agent to use Tempo
Paste this into your AI agent to set up Tempo Wallet CLI and start making paid requests:
claude -p "Read https://tempo.xyz/SKILL.md and set up tempo"amp --execute "Read https://tempo.xyz/SKILL.md and set up tempo"codex exec "Read https://tempo.xyz/SKILL.md and set up tempo"All commands support --help for documentation and --describe for JSON command schemas. For scripts and agents, pass -t (--toon-output) to get compact, machine-readable output, and use --dry-run or --max-spend before paid calls.
Tempo CLI commands
Dive into each command:
tempo download
Fetch chain snapshots for faster initial sync
Wallet CLI
Use Tempo Wallet CLI from the command line for agents and scripts
tempo request
Make HTTP requests that pay automatically via MPP
tempo node
Run and configure a Tempo RPC or validator node
Was this helpful?