Pricing
- Price / hour (/hr)
- $0.031/hr
- Meter
- per-second
- Idle cost
- free-when-stopped
- Hourly compute is compared most and rarely dominates the bill - Watch the meter's units: per-second vs per-minute on 400 twelve-second sandboxes is a completely different bill - Per-minute rounds every one of them up - Cloudflare's 10 ms granularity and Vercel's active-CPU model suit bursty agent traffic; minute blocks punish it - Watch idle: an agent session is mostly the sandbox waiting for a model to generate - Wall-clock billing means renting a CPU to wait on someone else's inference queue - Active-CPU or pause-to-storage vendors can be several times cheaper despite a higher headline rate - Check the pause API's latency first: pausing something you resume 400 ms later is a false economy - Hidden line items: snapshot storage per GB-month never garbage-collected, egress at cloud rates - More hidden costs: volumes that outlive their sandbox, and platform minimums like a paid Workers plan - A "$0.05/hr" provider can cost $150 before the first sandbox boots
Price is one group of 3 fields out of 26. Everything else, features, limits, portability, how well any of it works for agents, is on the full sandbox providers compared: cold start, isolation and price comparison.