State
Persistent state and checkpoints
Persistence is provider-specific: E2B can preserve memory and files through pause, Vercel uses filesystem snapshots, Sprites retain disk state, and Daytona stop/start preserves files rather than running processes. The dashboard exposes only the controls supported by each adapter.
- disk-backed
- provider-specific
- artifacts
- E2B → pause preserves memory and files
- Daytona → stop/start preserves files
- Vercel → filesystem snapshots
- Sprites → persistent disk, automatic idle
Capabilities
What you can use.
- State
- files
- provider retention rules apply
- Checkpointing
- provider-specific
- not a universal snapshot API
- Artifacts
- tracked
- files, outputs, reports
Workflow
From setup to result.
Persist
Store runtime and app output in the worker root.
Checkpoint
Use the provider's automatic pause, resume, or snapshot behavior.
Inspect
Expose artifacts beside logs and usage.