Env vars set at creation time are applied to every process the sandbox runs:Documentation Index
Fetch the complete documentation index at: https://docs.superserve.ai/llms.txt
Use this file to discover all available pages before exploring further.
commands.run(), shells, and anything those spawn. They persist across pause() / resume() cycles.
Per-command overrides
Theenv option on commands.run() adds to or overrides the sandbox-wide env for a single command.
Values pass through unmodified - no shell expansion or interpolation. Escape
$ and special characters yourself if needed.