CORE CONCEPTS
Sandboxes
Fully isolated execution environments for safe security testing at scale
Every task you run in Neo executes inside its own sandbox, a fully isolated container that gives the agent a complete Linux environment to work in. This is not a restricted shell or a limited API wrapper. It is a real machine with root access, persistent storage, networking, and a pre-loaded security toolchain. The agent can run commands, write scripts, install packages, manage files, and execute multi-step operations exactly as you would on your own workstation.

