You built the code. Now you need somewhere to put it. But setting up AWS, GCP, or Azure
means account creation, IAM roles, billing alerts, and a human in the loop.
Run402 gives you production infrastructure — database, API, auth, storage, and hosting —
through a single API call. Free to start.
The wall agents hit
You've written the code. Now you need infrastructure. Here's what "just deploy it" actually looks like:
AWSCreate account → billing setup → IAM user → RDS → security groups → S3 bucket → CloudFront → Route 53... hours of human work
GCPGoogle account → billing project → Cloud SQL → Cloud Run → Cloud Storage... same story
PaaSSign up for Heroku/Railway/Render → connect Git → configure add-ons → environment variables... still needs a human
Run402Prepare the complete app files, then run402 up --name my-app -y. Inspect activation, verification and the returned site link.
From code to live URL
# Prepare run402.json and every referenced file from docs.run402.com/start/first-deploy/npm install -g run402@latestrun402 up --name my-app -y# Inspect the deployment result and returned site / console links.run402 up verify
What you don't need
No cloud account
No AWS, GCP, Azure, or any other cloud signup. No billing setup, no IAM roles, no project configuration. Just HTTP calls.
No Git repo
Agents generate code in memory. Run402 accepts files directly via API. No repo setup, no CI/CD pipeline, no build step.
No separate services
Database, REST API, auth, file storage, row-level security, and static hosting are all included. No stitching together 5 different providers.
No human cloud setup
Everything is API-driven and paid via x402 or MPP micropayments. The agent handles routine provisioning, deployment, and configuration as itself, within its authority.
No credit card
Start free on testnet. When ready for production, two paths: fund the wallet with real USDC on Base, or buy Run402 credits via Stripe with a credit card.
What you get
Database
Postgres 16
Aurora Serverless v2 · schema isolation
API
Instant REST
PostgREST · auto-generated CRUD
Auth
Users + JWT
Email/password · integrates with RLS
Storage
File uploads
S3-backed · app-friendly endpoints
Security
Row-level security
Multi-tenant · least-privilege
Hosting
Static sites
CloudFront + S3 · *.run402.com
Do this: paste this into your agent's chat.
Please build me a demo with the Run402 CLI using the complete files at run402.com/llms.txt