Pay any API
in USDC.
Your agent hits an endpoint. The gateway prices it. USDC settles in under a second. No keys. No accounts.
Every major
AI + data API.
Pay-per-request to every major AI provider. USDC on Sui. Gasless. Live on mpp.t2000.ai.
AI Chat
9OpenAI · Anthropic · DeepSeek · Mistral · Together · Groq · Cohere · Perplexity · xAI
Web Search
10Brave · Tavily · Exa · You.com · Serper · Perplexity Sonar · Bing · Kagi · SerpAPI · Linkup
Image Generation
9DALL-E 3 · gpt-image-1 · FAL Flux · Stability · Replicate · Midjourney · Imagen · Recraft · Ideogram
Data
9Maps · Weather · Crypto · Stocks · FX · Flights · Sports · News · Sui RPC
Web Scraping
8Firecrawl · Jina · Browserbase · ScrapingBee · Apify · ZenRows · Spider · Crawlbase
Audio + TTS
7Whisper · AssemblyAI · ElevenLabs · OpenAI TTS · Hume · Cartesia · Inworld
Embeddings
6OpenAI · Cohere · Voyage · Mistral · Jina · Together
Intelligence
4Wolfram · Perplexity Research · Riza · BlockVision
Translation
3DeepL · Google · Lilt
Email + Push
3Resend · Loops · Pushcut
Physical Mail
3Lob postcards · Lob letters · PostGrid
Commerce
3Stripe · Square · NMI
Tools
3URL screenshot · PDF render · Cron job
What your agent builds.
Real chained prompts. Copy any, paste into Claude Desktop.
Morning market brief
“Pull SUI, ETH, BTC prices from CoinGecko, top 5 crypto headlines from NewsAPI, write me a 200-word brief.”
Concept → demo asset
“Generate a hero image via fal.ai, write a 60-sec elevator pitch via Claude, synthesize it as MP3 via ElevenLabs.”
Mail mum a birthday card
“It's my mum's birthday next Tuesday. Write her a warm note from me, render it as a card front via fal.ai, and put it in the mail to 123 Lochiel Road via Lob.”
Write and run
“Write a self-contained Python script that computes a 30-day EMA on sample SUI closes, then run it via Judge0 to verify.”
No signup. No API keys.
Send. Get priced. Pay. Get the response. Under two seconds end to end.
POST /openai/v1/chat/completions
Plain HTTP POST. No API key required.
HTTP 402 { price: 0.012, recipient: 0x4f…a01, expiry: 30s }
Gateway prices the call. 30 seconds to settle.
balance::send_funds ↳ Payment: 0x7a3b…
USDC sent gasless. Same request, retried with the Payment header.
200 OK { choices: [...] }
Upstream response, forwarded.
One stack.
One agent stack.
Pay your first API
in 30 seconds.
$ t2 pay https://mpp.t2000.ai/openai/v1/chat/completions \ --data '{"model":"gpt-4o","messages":[{"role":"user","content":"Hello"}]}'