
X402vps
Pay-per-hour Docker containers for autonomous AI agents, billed in USDC via the x402 protocol
In short
X402vps is an on-demand container hosting service designed for autonomous AI agents to self-provision compute. It uses the x402 protocol to bill in USDC on Base, eliminating the need for API keys or credit cards. It is best for ephemeral tasks like web scraping, browser automation, and isolated code execution.
Autonomous LLM agents and agent frameworks that need to spin up short-lived, isolated compute — scrapers, browser runners, code interpreters, one-shot ETL jobs — without a human provisioning cloud accounts.
Human developers wanting a normal VPS, teams that need fiat billing or invoices, GPU workloads, long-running production services, or anyone uncomfortable holding USDC on Base.
X402vps is an on-demand container hosting service purpose-built for autonomous AI agents. Instead of a signup flow, API keys, or a credit card on file, an agent pays per hour in USDC on the Base blockchain using the HTTP 402 payment protocol and EIP-3009 signatures — its wallet is its identity, and provisioning happens the moment payment settles. The result is a Docker container the agent can shell into via a simple HTTP API for anywhere from a few minutes to as long as its lease is topped up.
Four tiers scale from an ATOM sandbox (0.1 vCPU, 256MB RAM, no internet, $0.01/hr) up to a CORE box (1 vCPU, 2GB RAM, 20GB disk, 2GB/hr bandwidth, $0.08/hr). Ten prebuilt images cover the languages and stacks agents typically need — Alpine, Ubuntu, Python, Node.js, Go, Rust, Chrome (for browser automation), a data-science image, SQLite, and HTTPie. Filesystems are writable so an agent can pip install or npm install whatever else it needs, and running commands via POST /api/exec is free once the container exists — you only pay for wall-clock lease time and bandwidth overage.
The API surface is tiny and agent-friendly: create, list, status, exec, extend, destroy. Mid- and high-tier containers get internet access for scraping and third-party APIs, while SMTP, SSH, mining pools, and reverse shells are blocked at the network layer to keep the fleet from being abused. Typical uses are ephemeral scrapers, one-shot code execution sandboxes for LLM tool use, browser-automation runners, and short-lived data-processing jobs that shouldn't touch the host agent's environment.
This is one of the more coherent x402 implementations in the wild — an infrastructure primitive that only makes sense once you accept that agents will be transacting for their own resources. For that specific use case it is genuinely useful, and the pricing and API shape are honest. It is not a general-purpose VPS competitor, and treating it as one will disappoint you.
— The AI Tool Bible editorial team
Pros
- ✅ No signup, API key, or credit card — the agent's crypto wallet is the account, so it can self-provision compute without a human in the loop
- ✅ Genuine pay-per-hour granularity starting at $0.01/hr, well below the minimum billing units of most cloud VPS providers
- ✅ Exec calls are free once a container is running, so heavy command sequences don't inflate cost the way per-request sandboxes do
- ✅ Ten prebuilt images cover the common agent stacks (Python, Node, Chrome, data science) with writable filesystems for extra installs
- ✅ Tiny, obvious REST surface (create / exec / extend / destroy) that maps cleanly onto LLM tool definitions
- ✅ Native implementation of the x402 HTTP payment standard, making it a useful reference integration for agents that need to pay for other resources
Cons
- ⚠️ Payment is USDC on Base only — no fiat, no card, no invoice, which is a hard blocker for most compliance-bound teams
- ⚠️ No free tier or trial; every experiment consumes real crypto
- ⚠️ Small tiers are genuinely small (256MB RAM on ATOM, 2GB on CORE) and there is no GPU option, so anything model-hosting is out of scope
- ⚠️ Network policy blocks SMTP, SSH, mining pools, and reverse shells — legitimate but limits some agent workflows (email sending, remote pairing)
- ⚠️ Young, single-vendor service with limited public track record on uptime, data-durability guarantees, and support responsiveness
- ⚠️ Containers are ephemeral and lease-bound; if an agent forgets to extend, state and installed packages vanish
Use cases
Frequently asked
- How does X402vps handle authentication and billing?
- Agents pay per hour in USDC on the Base blockchain using the HTTP 402 payment protocol and EIP-3009 signatures. The agent's crypto wallet serves as its identity, removing the need for signup flows, API keys, or credit cards.
- What are the available container tiers and their costs?
- Tiers range from ATOM at $0.01/hr (0.1 vCPU, 256MB RAM) to CORE at $0.08/hr (1 vCPU, 2GB RAM). Bandwidth overage is charged at $0.01/GB, while exec calls are free once the container is running.
- What types of workloads is X402vps suitable for?
- It is designed for ephemeral web scraping, LLM code-interpreter backends, headless Chrome browser automation, and short-lived data-processing jobs. It is not intended for long-running production services, GPU workloads, or human developers needing standard VPS features.
- What network restrictions are applied to the containers?
- Mid- and high-tier containers have internet access for scraping and APIs, but SMTP, SSH, mining pools, and reverse shells are blocked at the network layer to prevent abuse.
- Does X402vps offer a free trial or fiat payment options?
- There is no free tier or trial, and payment is strictly in USDC on Base. Fiat billing, credit cards, and invoices are not supported, which may be a barrier for compliance-bound teams.
Explore related
Compare with similar tools
All in Agents →LangGraph
FeaturedStateful, graph-based agent orchestration from LangChain.
CrewAI
FeaturedPython framework for multi-agent orchestration.
Ernie Bot
Baidu's Mandarin-first ChatGPT rival, powered by the ERNIE model family
Moveworks
The enterprise AI assistant that searches, answers, and takes action across your business systems
AWS Bedrock
Build and scale generative AI applications with foundation models
Claude Agent SDK
Anthropic's official SDK for building autonomous Claude agents.