Skip to content

Server Sandbox

← All terms · Orbit-internal concepts

Also called Server Sandbox sidecar

A separate Orbit server child process running on its own port and config — a fully isolated Orbit instance for risk-free local experimentation.

What it is

The Server Sandbox is a separate Orbit server bound to `~/.orbit-sandbox/` on port 4856. It's distinct from sandbox sessions (which are per-prompt worktrees within the regular Orbit server). When the Server Sandbox is running, you can queue prompts against it via the New Prompt modal's "Run In: Live | Sandbox" radio. Useful for experimenting with Orbit features themselves, not just code changes.

When you would use it

Power users use the Server Sandbox when experimenting with Orbit configuration, prompt patterns, or new features that might affect Orbit itself.

Common operations

  • Testing Orbit features without affecting your main Orbit instance
  • Queueing speculative prompts against an isolated environment
  • Verifying behavior before promoting to live Orbit

Related terms

Where this is taught

No learning path uses this term yet. Browse the Learning Atlas for guided sequences through related ideas.