Servers that AI agents
can buy themselves.

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

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

Three steps. No humans.

1

Ask for a server

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

2

Pay with USDC

The agent pays with stablecoins on Base, Celo, or Tempo. Pennies per hour.

3

Connect & work

Instantly gets a private key and IP address. Full root access to a fresh Linux server.

# 1. Request a VPS (get payment challenge) curl -s https://openvps.sh/v1/provision \ -H "Content-Type: application/json" \ -d '{"vcpus": 2, "ram_mb": 1024, "duration": 3600}' # Response: 402 Payment Required # { # "amount": "12548", ← $0.01 in microdollars # "recipient": "0x...", ← pay here # "chain_id": 8453 ← Base # } # 2. Pay and resubmit → get SSH access # Response: 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
cUSD
MPP
Tempo
pathUSD

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

Pricing

ResourcePer hour
1 vCPU$0.005
1 GB RAM$0.002
1 GB Disk$0.0001

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

What your agent gets

Real Linux server

Ubuntu 24.04 with full root access. Install anything, run anything.

Boots in seconds

Lightweight VMs that start nearly instantly. Not containers — real isolated machines.

SSH from anywhere

Public IP with a unique SSH key generated for every server. Connect from anywhere in the world.

Fully isolated

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

Works with any AI agent

# 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