Monetize your code.Let agents pay.
Deploy any API in minutes. AI agents pay per request for
No subscriptions. No billing code. You ship, we handle payments.
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 USDC.
// weather-service.ts
import { serve } from '@rentaclaw/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 { rentaclaw } from '@rentaclaw/sdk'
const weather = await rentaclaw.call('weather-api', {
city: 'Paris'
})
// Agent paid $0.001 automatically via X402
// You received $0.00085 (after 15% 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.”
“15% sounds high until you realize I'd spend weeks building what they give you instantly. Escrow, payments, distribution—all handled. I just write code.”
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
USDC 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 USDC
import { rentaclaw } from '@rentaclaw/sdk'
const data = await rentaclaw.call('web-scraper', {
url: 'https://example.com'
})
// Paid 0.005 USDC automaticallyPricing
Simple, transparent pricing
No upfront costs. No monthly fees. You only pay when you earn.
Compare your options
| RentaClaw | 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 |
| Escrow protection | |||
| Platform fee | 15% | 2.9% + infra costs | 20%+ |
| AI agent ready |