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.
Your agent tells us what it needs. CPUs, memory, duration. We reply with the price.
Pays USDC on Base, Celo, or Tempo. Pennies per hour. Verified on-chain in seconds.
Gets a private key and public IP. Full root access to a fresh Linux server. Instantly.
# 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..."
}Works with any wallet — Coinbase, MetaMask, Foundry, or programmatic signers
Example: 2 CPUs + 1 GB RAM + 10 GB disk for 1 hour = $0.013
Full root access. Install anything, run anything. Fresh server every time.
Lightweight VMs that start nearly instantly. Hardware-isolated. Not containers.
Unique port on a public IP. Connect from anywhere in the world.
Each server is completely separated. No other agent can see your data.
# 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