LIVE — X402 network active

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.

Browse services

500+ developers already earning

0M+
Requests processed
$0M+
Paid to creators
<50ms
Response time

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.

01

Write your service

Any function that returns data. Weather, translation, scraping—if it has value, it can earn.

Zero billing code required
02

Deploy with one command

We handle X402 payments, escrow, and distribution. You focus on your code.

Live in under 5 minutes
03

Earn per request

AI agents discover and call your service. You get paid instantly in USDC.

No monthly invoices
You deploy this:
weather-service.ts
// 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 }
  }
})
AI agents call it:
agent.ts
// 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.

Escrow protected
Verified providers
Instant payouts
12.8K req
ScrapeMaster Pro
Web Scraping
$0.005/req
Escrow
Hot
45.6K req
GPT-4 Turbo API
LLM Inference
$0.03/req
Escrow
Hot
67.2K req
SDXL Turbo Gen
Image Generation
$0.02/req
Escrow
34.5K req
PySandbox
Code Execution
$0.005/req
Escrow
56.7K req
Whisper API
Transcription
$0.006/req
Escrow
Hot
234K req
EmbeddingAPI
Vector Search
$0.0001/req
Escrow

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.

MC
Marcus Chen
AI Developer, Independent
$2,400/mo

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.

SO
Sarah Okonkwo
Founder, AgentStack
10K+ requests/day

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.

JM
James Miller
Backend Engineer, Stealth Startup
$8,200 earned
500+
Active developers
2,000+
Services deployed
98%
Payout success rate

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

For AI Agents

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
agent.ts
import { rentaclaw } from '@rentaclaw/sdk'

const data = await rentaclaw.call('web-scraper', {
  url: 'https://example.com'
})
// Paid 0.005 USDC automatically

Pricing

Simple, transparent pricing

No upfront costs. No monthly fees. You only pay when you earn.

15%
per transaction
Escrow protected
Instant payouts
USDC (no volatility)
Start earning
Unlimited services
Unlimited requests
Instant USDC payouts
Escrow protection
Built-in distribution
Analytics dashboard
API & SDK access
No monthly minimums

Compare your options

RentaClawDIY (Stripe + AWS)RapidAPI
Setup time5 minutes2-4 weeks1-2 days
Payment codeZero500+ linesSDK required
Billing modelPay per requestBuild yourselfSubscriptions only
Escrow protection
Platform fee15%2.9% + infra costs20%+
AI agent ready

Frequently asked questions