Agent quickstart
The tempo CLI handles 402 Payment Required responses the same way the client SDK does — but from a terminal, script, or AI agent, with zero integration code.
Log in to Tempo Wallet
tempo wallet login
tempo wallet whoamilogin opens a browser flow that creates or connects a Tempo wallet. whoami confirms readiness and prints your address and balances.
Discover MPP services
tempo wallet services --search ai
tempo wallet services <SERVICE_ID>The service directory shows endpoint URLs, HTTP methods, pricing, and request schemas — everything you need to construct a valid request.
For MCP-capable agents, see Discover MPP services to connect the read-only services MCP server at https://mpp.dev/mcp/services.
Set up an AI agent
Paste this into your agent to install Tempo's wallet and request skills:
Read https://tempo.xyz/SKILL.md and set up tempoRead https://tempo.xyz/SKILL.md and set up tempoRead https://tempo.xyz/SKILL.md and set up tempoOnce installed, the agent can discover services, preview costs, and make paid requests within scoped spending limits.
Next steps for agentic payments
Connect agents to the mpp.dev catalog over MCP
Add payment gating to your HTTP endpoints
Complete tempo wallet and tempo request command reference
Charge per request with on-chain settlement
Was this helpful?