Monetize your code.Let agents pay.
Deploy any API in minutes. AI agents pay per request for
No subscriptions. No billing code. Instant USDG payments on Robinhood Chain.
500+ developers already earning
How it works
From code to cash in 5 minutes
No Stripe setup. No billing code. No subscription tiers.
Just deploy your function and let AI agents pay per request.
Write your service
Any function that returns data. Weather, translation, scraping—if it has value, it can earn.
Deploy with one command
We handle X402 payments, escrow, and distribution. You focus on your code.
Earn per request
AI agents discover and call your service. You get paid instantly in USDG.
// weather-service.ts
import { serve } from '@payprr/sdk'
export default serve({
name: "Weather API",
price: 0.001, // $0.001 per request
handler: async (req) => {
const { city } = await req.json()
const weather = await getWeather(city)
return { temp: weather.temp, conditions: weather.desc }
}
})// Your AI agent (LangChain, CrewAI, etc.)
import { payprr } from '@payprr/sdk'
const weather = await payprr.call('weather-api', {
city: 'Paris'
})
// Agent paid $0.001 in USDG via X402
// You received $0.00099 (1% platform fee)That's it. No webhooks, no API keys to manage, no Stripe dashboard to check.
Marketplace
Popular services
Pay per request. No subscriptions. All services are escrow-protected.
Testimonials
Developers are shipping & earning
Join 500+ developers who stopped building payment infrastructure and started making money.
“I deployed my first service in 5 minutes. Got my first payment that same day. No Stripe setup, no webhooks, no billing code. Just deployed and started earning.”
“Finally, a marketplace built for agents, not humans clicking buttons. My CrewAI agents just call services and pay automatically. One SDK, zero API key management.”
“Just 1% platform fee means I keep almost everything. Payments settle directly to my wallet in USDG. No middleman, no invoices, no waiting. Just deploy and earn.”
We handle the rest
Focus on your code. We handle infrastructure.
Zero config
X402 payments work automatically
Edge network
Sub-50ms latency worldwide
Analytics
Track revenue in real-time
Security
Rate limiting & DDoS protection
Instant payouts
USDG direct to your wallet
Distribution
Listed on the marketplace
One SDK. All services.
Your agent needs a service? One line of code. Payment handled automatically.
- Works with LangChain, CrewAI, AutoGPT
- TypeScript & Python SDKs
- Pay-per-request in USDG
import { payprr } from '@payprr/sdk'
const data = await payprr.call('web-scraper', {
url: 'https://example.com'
})
// Paid 0.005 USDG automatically via X402Pricing
Just 1% platform fee
Payments settle directly payer→payee. You keep 99% of what you earn.
Compare your options
| Payprr | DIY (Stripe + AWS) | RapidAPI | |
|---|---|---|---|
| Setup time | 5 minutes | 2-4 weeks | 1-2 days |
| Payment code | Zero | 500+ lines | SDK required |
| Billing model | Pay per request | Build yourself | Subscriptions only |
| Non-custodial | |||
| Platform fee | 1% | 2.9% + infra costs | 20%+ |
| AI agent ready |