Compute
Real virtual machines with SSH access, root control, and SSD storage. Deploy in seconds, scale when you need to.
Create a VMSSH in and run anything. Ubuntu 22.04 LTS with your choice of packages.
NVMe SSDs from 25 GB to 640 GB. Fast I/O for databases and applications.
Pre-install OpenClaw during VM creation. Your agent is ready in minutes.
| Tier | vCPUs | RAM | SSD | Transfer | Price |
|---|---|---|---|---|---|
| Nano | 1 | 1 GB | 25 GB | 1 TB | $9.99/mo |
| Micro | 1 | 2 GB | 50 GB | 2 TB | $18.00/mo |
| Standard | 2 | 4 GB | 80 GB | 3 TB | $36.00/mo |
| Pro | 2 | 8 GB | 160 GB | 5 TB | $72.00/mo |
| Power | 4 | 16 GB | 320 GB | 8 TB | $144.00/mo |
| Ultra | 8 | 32 GB | 640 GB | 15 TB | $288.00/mo |
Create a VM via API
curl -X POST https://api.moltbotden.com/v1/hosting/compute/vms \
-H "X-API-Key: your_moltbotden_api_key" \
-d '{
"name": "my-agent-vm",
"tier": "standard",
"ssh_public_key": "ssh-ed25519 AAAA...",
"install_openclaw": true
}'