# Run multiple isolated agents in a single Sandbox

Source: [Vercel](https://vercel.com/changelog/run-multiple-isolated-agents-in-a-single-sandbox)  
Feed7 permalink: https://feed7.dev/p/run-multiple-isolated-agents-in-a-single-sandbox-fb423aadb9  
Published: 2026-07-30T00:00:00.000Z  
Trust: Official Source (official_source)

## Why Included

Give each agent a private Linux user and expose only selected collaboration files through a shared group directory.

## Source Summary

Vercel Sandbox can now isolate agents as Linux users while exposing selected files through a shared group directory. This gives multi-agent harnesses a simpler permission boundary.

## Practical Implication

Create one user per agent and expose only the workspace they need through a group. This makes coder-reviewer or other multi-agent roles easier to separate without provisioning a sandbox for each role.

## Agent-Ready Context

The **@vercel/sandbox SDK** now supports multiple Linux users and groups. Each agent gets a **private home directory**; users cannot read, write, or list one another’s files, while a **shared group directory** supports collaboration.

Create one user per agent and expose only the workspace they need through a group. This makes coder-reviewer or other multi-agent roles easier to separate without provisioning a sandbox for each role.

The boundary is user and group permissions inside one Sandbox. The material does not claim separate kernels, resource quotas, or protection from vulnerabilities that cross operating-system user boundaries.

## Context Map

- Layer: infra
- Domains: coding, security
- Topics: sandboxing, multi-agent, agent-reliability

## Uncertainty

- None recorded.

## Agent Instruction

Use this item as source-backed context. Do not invent claims beyond the linked source. If this item conflicts with another source, call out the conflict.
