Sandbox For Agents
e2b-aligned sdk
template families
long-lived runtimes
k8s-backed
Give agents
real hands.
Set gateway env vars once, keep an E2B-aligned SDK, and run agent work in a runtime that stays alive.
Fast to enter. Better when the work gets real.
Templates
official + custom
Lifecycle
reconnect + cleanup
Control
files + pty + preview
The Runtime For Agent Action
Three planes. One boundary for agent execution.
Templates
base / claude / codex / custom
Storage
ephemeral / memory / cloud / nfs / block
Runtime
k8s-backed / observable / long-lived
Why SeaCloud
Easy to adopt. Hard to outgrow.
Familiar entry only matters if the runtime gets better when the work gets heavier.
01
Fast Migration
env first + aligned sdk
02
Runtime Control
templates + builds + storage
03
Production Reliability
k8s + burst headroom + observability
Fast Migration
Adopt with an SDK flow your team already recognizes.
Set env once, then stay close to the public workflow teams already know.
focus
migrate without reset
signal
env first + aligned sdk
outcome
faster adoption
What You Can Verify
Familiar on entry, real at runtime.
It should prove migration ease, runtime depth, and production continuity without feeling like docs.
Check 01
The entry path should feel familiar immediately.
env / create / connect
Check 02
Ready and custom runtimes should both be first-class.
official + custom
Check 03
The control surface should be broader than one-shot execution.
commands / files / pty
Check 04
Longer sessions should stay visible and recoverable.
state / heartbeat / outputs
Check 01
The entry path should feel familiar immediately.
A team that already knows E2B should understand env setup and Sandbox.create on first read.
check
env / create / connect
proof
no relearning
outcome
faster first integration
Bring Runtime Into The Agent Loop
env -> sdk facade -> execution plane
Env
gateway vars set once
Base URL and API key come from the environment first. Template choice stays in app code.
->
SDK
aligned create / connect / manage
Use the public workflow your team already knows.
->
Hand
templates / lifecycle / control
Operate through one runtime object.
Environment Setup
set once in shell or secret manager
export SEACLOUD_BASE_URL="https://sandbox-gateway.cloud.seaart.ai"
export SEACLOUD_API_KEY="..."
SDK Surface
Familiar SDK surface.
More capable runtime.
More capable runtime.
Easy to switch into, but built to stay useful after agents outgrow short-lived execution.