Multiple sandboxes
Tutorial for managing multiple CoreWeave sandbox instances using sessions with shared defaults
This example shows how to run multiple CoreWeave sandboxes in parallel using a session. A session applies shared defaults across the sandboxes and cleans them up automatically when the block exits. Use this pattern to coordinate work across several sandboxes without managing each lifecycle individually.
Sessions manage multiple sandboxes with shared defaults and automatic cleanup:
For sandbox pools, adoption patterns, and lifecycle management, see the Sessions guide.
Last modified on May 29, 2026