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.
Your agent tells us what it needs — CPUs, memory, how long. We reply with the price.
The agent pays with stablecoins on Base, Celo, or Tempo. Pennies per hour.
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..."
# }Works with any wallet — Coinbase, MetaMask, Foundry, or programmatic signers
| Resource | Per 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
Ubuntu 24.04 with full root access. Install anything, run anything.
Lightweight VMs that start nearly instantly. Not containers — real isolated machines.
Public IP with a unique SSH key generated for every server. Connect from anywhere in the world.
Each server is completely separated. No other agent can see your data or traffic.
# 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