Skip to main content
Every LaunchKit agent task executes inside an isolated sandbox VM. A sandbox runtime is the workspace-level record of where those sandboxes run. By default that is LaunchKit’s managed plane; enterprises with data-residency or network constraints can instead bring their own E2B-compatible sandbox plane, in one of two modes.

Direct vs bridge

Choose direct when your plane already has a cloud-reachable endpoint and you are comfortable with LaunchKit storing its API key encrypted. Choose bridge when the plane must stay on your intranet or the key must never leave your custody.

What counts as E2B-compatible

A plane that speaks the E2B control-plane API: the real E2B cloud, or a compatible implementation such as Tencent CubeSandbox. Compatibility specifics (pause support, key validation, private CAs) are covered in Compatibility.

Onboarding flow

Runtime records are created by your LaunchKit contact during rollout; you supply the connection details (direct) or run the worker (bridge).

Runtime status

A runtime that is not connected fails closed: tasks will not silently fall back to another plane.

Next steps