# Vercel Sandbox 2.6.0 - Product: Vercel Sandbox (https://whatsnew.fyi/product/vercel-sandbox) - Vendor: Vercel - Date: 2026-07-13 - Version: 2.6.0 - Original notes: https://github.com/vercel/sandbox/releases/tag/%40vercel/sandbox%402.6.0 - Permalink: https://whatsnew.fyi/product/vercel-sandbox/releases/2.6.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add createUser, asUser, createGroup, addUserToGroup, and removeUserFromGroup methods on the Sandbox class for multi-user and group management - **added** — Add SandboxUser class that scopes command and file operations to a specific user's context ###### Minor Changes - Add multi-user and group management: `createUser`, `asUser`, `createGroup`, `addUserToGroup`, and `removeUserFromGroup` on the `Sandbox` class, plus a `SandboxUser` class that scopes command and file operations to a specific user's context ([#116](https://github.com/vercel/sandbox/pull/116))