Tempo CLI
The tempo binary covers three core workflows:
tempo wallet— use Tempo Wallet from the terminal: balances, funding, access keys, and service discoverytempo request— make paid HTTP requests with automatic MPP payment negotiationtempo node/tempo download— run and sync a Tempo node
Install
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 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.
Commands
Dive into each command:
tempo download
Fetch chain snapshots for faster initial sync
tempo wallet
Authenticate, manage keys and balances, discover paid services
tempo request
Make HTTP requests that pay automatically via MPP
tempo node
Run and configure a Tempo RPC or validator node
Was this helpful?