Skip to main content

Process sandbox

The Process sandbox runs the agent server directly on your machine as a regular process.

When to use it

  • Local development when Docker is unavailable
  • Some CI environments
  • Debugging issues that only reproduce outside containers

Choosing process mode

In some deployments, this is selected via the legacy RUNTIME environment variable:

export RUNTIME=process
# (legacy alias)
# export RUNTIME=local

If you are unsure, prefer the Docker Sandbox.