pricing

Pay for what you use: a small base fee for every hour a machine is running — the isolated slot itself, not reserved vCPU/RAM — plus what your workload actually consumes on top. Sit idle and the consumption lines fall to near zero; stop the machine and even the base fee stops. The first $10.00/month is free.

rates

ResourceUnitPrice
Base (running machine)per machine-hour running$0.04
Compute (active vCPU)per vCPU-hour consumed$0.05
Memory (active RSS)per GB-hour in use$0.0162
Disk (used)per GB-hour used (~$0.073/GB-month)$0.0001
Network egressper GB out$0.05

beta 10% off the spend above $2,000.00 a month. The threshold and rate may still change.

plans

Every plan bills the rates above — a plan buys limits and support, never a different price per unit — and machines start from warm pools on all of them, free included. Machines go up to 8 vCPU and 16 GB unless you need more.

Start free, or email us to move to startup or enterprise. Self-serve upgrade is coming shortly.

example bill

One machine, 1 vCPU + 512 MB, ~2 GB of disk, busy 24/7 for a month (730h):

Base: 1 machine × 730h × $0.04 $29.20
Compute: 1 vCPU × 730h × $0.05 $36.50
Memory: 0.5 GB × 730h × $0.0162 $5.913
Disk: 2 GB × 730h × $0.0001 $0.146
Free monthly credit −$10.00
Total $61.759/mo

faq

Do stopped machines cost anything?

A stopped machine pays no base fee and no CPU or memory — those meters stop the moment it stops. Its disk still occupies space on the host, so that held storage keeps billing at the disk rate (a few cents per GB-month). Delete the machine to stop that too.

How is usage tracked?

The control plane samples each machine's live CPU, memory, and disk continuously and accumulates a durable per-account total. View it in real-time at /console/usage.

What isolation do I get?

Every machine runs in its own hardware-isolated microVM. Not a container — a real virtual machine with its own kernel. Your code can't see other tenants.

Can I use the API directly?

Yes. The dashboard uses the same REST API you can call from your code. Generate an API key at /console/keys.