Skip to main content
Volumes are currently in private beta. If you’d like access, please reach out to us at support@e2b.dev.
Volumes provide persistent storage that exists independently of sandbox lifecycles. Data written to a volume persists even after a sandbox is shut down, and volumes can be mounted to multiple sandboxes over time. One volume shared across multiple sandboxes Each sandbox with its own volume Standalone usage via SDK When a volume is mounted to a sandbox, files can be read and written directly at the mount path. The SDK methods are meant to be used when the volume is not mounted to any sandbox. With E2B SDK you can:

Example

Known limitations

Volumes are in private beta and have limitations worth knowing about before you build on them, including file locking, performance on many small files, and file ownership. See Volumes beta limitations.