Glossary / Security & Safety

Sandbox

A contained place where an agent or program can work without touching the real system directly.

Updated July 2, 2026

A sandbox is a contained place where an agent or program can work without touching the real system. The agent runs commands, edits copies of files, or previews a site without reaching production data or the outside world. In coding work it might be a local folder, a container, or a branch kept away from production; in web work, localhost often plays the role. The sandbox pairs with guardrails: the rail says what the agent can’t do; the sandbox gives allowed work a safer place to happen.

Consider a practice kitchen. You can try a new recipe, spill flour, burn the first batch, and change the process three times. None of that reaches a paying customer until you decide it’s ready.

Why you care

Agents act, they don’t just answer. If you want a directory cleaned up, have the agent work on a copy first. If you’re updating a website, test locally before pushing live. The fastest way to trust AI work is to watch it succeed somewhere contained before it touches the real thing.