sandbox — An isolated environment where AI-generated code or agent actions run without being able to touch anything real.
AI agent — An AI system that doesn't just answer once but works toward a goal in a loop — taking actions, reading the results, and deciding what to do next.
Why it matters
Lets several agents share one sandboxAn isolated environment where AI-generated code or agent actions run without being able to touch anything real.Full definition → with filesystem isolation per AI agentAn AI system that doesn't just answer once but works toward a goal in a loop — taking actions, reading the results, and deciding what to do next.Full definition → and an opt-in shared directory, removing the choice between one sandbox per agent and agents trampling each other's files.