Multiple isolated agents in a single Sandbox
The Sandbox SDK now supports multiple Linux users and groups, allowing agents to run side-by-side with isolated file systems and private home directories. Groups can create shared workspaces when collaboration is needed, making multi-agent systems easier to build.
The SDK now supports multiple Linux users and groups, so you can run agents side by side in a single Sandbox.@vercel/sandbox
Each agent runs as its own user with a private home directory. A group opens a shared workspace when they need to collaborate. This makes multi-agent systems easier to build.
Call for each agent; its commands and file operations run as that user, and users can't read, write, or list each other's files. To set up a shared directory, call and add users to it.createUsercreateGroup
Learn more in the Vercel Sandbox .documentation
Source: original entry ↗