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. A machine larger than your plan allows is refused at create time with the limit in the reply, so nothing is charged for it.

Monthly credit does not roll over. Each plan's monthly credit is applied against that calendar month's usage and resets on the 1st — anything unused is not carried forward. It is separate from prepaid credit you buy, which is yours until you spend it and never expires.

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
Monthly credit (resets on the 1st) −$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.