E2B

https://e2b.dev

E2B is an open-source infrastructure service that provisions isolated Linux sandboxes in the cloud for AI agents and code-execution workflows. Each sandbox is a lightweight microVM that can be spawned, used to run commands, paused, resumed, and shut down via SDK calls. Customers include teams building coding agents, data-analysis tools, RL environments, and computer-use agents.

Pricing model Pro plan at $150/month plus per-second vCPU/RAM usage; Hobby tier free with a one-time $100 credit
Pricing The headline compute price as the provider states it. Sorting ranks prices stated per vCPU over time, converted to hourly. Other pricing models sort after, unranked. $0.000014/vCPU-second (≈$0.0504/vCPU-hour); RAM $0.0000045/GiB/second (≈$0.0162/GiB-hour)
Free while idle Whether a stopped, paused, or sleeping sandbox costs nothing.
Elastic Resources flex with what the sandbox actually uses, and the bill follows: yes when the provider bills on active or observed use, no when capacity is reserved or allocated and billed while it runs.
Memory snapshots Whether RAM state survives a pause and resume, not just disk.
Wake on request Whether a stopped sandbox wakes automatically on inbound traffic.
Start / resume Typical time from create or resume to running. Sorting ranks stated times, converted to seconds; claims with no figure sort after, unranked. less than 200 ms (same region)
Max runtime The longest a sandbox may run. 24 h on Pro plan; 1 h on Hobby (free) plan
Isolation The isolation technology between sandboxes. Firecracker microVM
GPUs Whether GPU instances are available for sandboxes.
Docker Whether Docker containers can run inside the sandbox.
SDKs Python, JavaScript, TypeScript

✓ yes · ✕ no · – no cited public fact.

Docker support requires at least 2 vCPUs and 2 GiB RAM per the official Docker template. Firecracker lacks PCIe support, so GPU passthrough is not available. Pausing a sandbox via the SDK persists both filesystem and in-memory state (processes, variables), so the next 'connect' resumes from the same state.

Sources

Last verified 2026-08-18. Corrections land through the update log.