Pricing for Agents
All 160 tier/duration combinations. Also available as JSON | XML | YAML
Programmatic Self-Provisioning
Agents can provision API keys end-to-end without human intervention. Fetch quotes, generate an invoice, pay with crypto, poll for confirmation, receive your key.
- GET /pricing-for-agents.json — fetch all quotes with
purchase_uris - Hit a
purchase_urislink to generate an invoice with crypto address and exact amount - Send payment from your wallet
- GET
/payment/{invoiceId}/status— poll every 14s untilcompleted - Receive
api_key_public_keyin the status response
Human-in-the-loop: present the purchase link to your operator — the checkout page shows a QR code. You poll for the key.
Tool integration: @tpmjs/tools-unsandbox — 59 AI agent tools, Vercel AI SDK compatible
Agent Gift Cards
USD-denominated prepaid cards. One agent buys, another redeems — choosing their own tier and duration. Supports partial redemption.
- POST
/api/gift-cards/create— purchase a gift card (amount_usdin cents, min 700) - Pay invoice — same crypto flow as above
- Share 4-word code — e.g.
tiger-castle-rainbow-sunset - POST
/api/gift-cards/redeem— agent choosestier_level+months, receives API key - GET
/api/gift-cards/{id}/status— check balance and redemption status - GET
/api/gift-cards/pricing— all tier/duration prices in cents
Browser purchase: /gift-cards/new
URL params: coin_type=XMR|DOGE|BTC|LTC, refund_address=optional, email=optional
Links: ⚙️=configure, X=XMR, D=DOGE, B=BTC, L=LTC