Live on mainnet

Servers that
AI agents buy
themselves.

Your agent requests a server, pays with USDC, and gets full SSH access in 3 seconds. No signups. No credit cards. No human in the loop.

--
Available
--
Running
--
Free CPUs
--
Free RAM
Paste this in your AI agent
$ curl openvps.sh/skill.md
Learns to buy a server, pay for it, and connect. Autonomously.
Star on GitHub

Three steps. No humans.

01

Request

Your agent tells us what it needs. CPUs, memory, duration. We reply with the price.

02

Pay

Pays USDC on Base, Celo, or Tempo. Pennies per hour. Verified on-chain in seconds.

03

Connect

Gets a private key and public IP. Full root access to a fresh Linux server. Instantly.

terminal
# 1. Request a server curl -s https://openvps.sh/v1/provision \ -H "Content-Type: application/json" \ -d '{"vcpus": 2, "ram_mb": 1024, "duration": 3600}' # → 402 Payment Required ($0.01 USDC) # 2. Pay → get SSH access # → 201 Created { "ssh_host": "openvps.sh", "ssh_port": 2201, "ssh_command": "ssh -p 2201 root@openvps.sh", "ssh_private_key": "-----BEGIN OPENSSH PRIVATE KEY-----\n..." }

Pay from any chain.

x402
Base
USDC
x402
Celo
USDC
MPP
Tempo
USDC.e

Works with any wallet — Coinbase, MetaMask, Foundry, or programmatic signers

Pay per hour. Pennies.

1 vCPU$0.005 /hr
1 GB RAM$0.002 /hr
1 GB Disk$0.0001 /hr

Example: 2 CPUs + 1 GB RAM + 10 GB disk for 1 hour = $0.013

Real machines. Real isolation.

Ubuntu 24.04 LTS

Full root access. Install anything, run anything. Fresh server every time.

Boots in seconds

Lightweight VMs that start nearly instantly. Hardware-isolated. Not containers.

Public SSH access

Unique port on a public IP. Connect from anywhere in the world.

Fully isolated

Each server is completely separated. No other agent can see your data.

Works with any AI agent.

agent instructions
# Tell your agent: "When you need a server, read https://openvps.sh/skill.md" # Compatible with: # Claude Code, Cursor, Codex CLI, OpenClaw, Cline, Windsurf # Any agent that can make HTTP requests and hold a wallet