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. New accounts start with $100.00 of free credit.
| Resource | Unit | Price |
|---|---|---|
| Base (running machine) | per machine-hour running (1-minute minimum) | $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 egress | per GB out | $0.05 |
beta 10% off the spend above $2,000.00 a month. The threshold and rate may still change.
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.
Machines bill a one-minute minimum. Creating, booting and tearing down a machine costs the same whether it lives ten seconds or an hour, so every machine bills at least one minute at the size you asked for. A machine that runs longer than a minute is billed for what it actually used, to the second. Forking an existing machine is far cheaper than creating a new one, so a fan-out that branches off one prepared machine pays the minimum once rather than once per clone.
Sign-up credit is granted once. New accounts receive $100.00 of credit when they are created. It is ordinary prepaid balance: it is drawn down as you use the platform, it does not reset monthly, and whatever is left stays yours. When it runs out you top up and keep going.
Start free, or email us to move to startup or enterprise. Self-serve upgrade is coming shortly.
One machine, 1 vCPU + 512 MB, ~2 GB of disk, busy 24/7 for a month (730h):
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.
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.
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.
Yes. The dashboard uses the same REST API you can call from your code. Generate an API key at /console/keys.