Cloud and local sandboxes for GitHub Copilot now in public preview #197220
ebndev
announced in
Copilot News and Announcements
Replies: 2 comments
-
PricingI currently use Codespaces to essentially accomplish the same thing. The pricing link goes to the generic pricing page, but the pricing details for the GitHub sandbox just 404s: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is this documented anywhere? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
GitHub Copilot can now run inside secure, isolated sandboxes, both locally on your machine and in the cloud. Sandboxed Copilot experiences provide isolated environments for Copilot's tool execution locally as well as fully isolated cloud sandboxes hosted by GitHub.
This gives Copilot a safe place to interact with your code, tools, filesystem, and network, all within the policies you define, so developers and enterprises can adopt agentic workflows without giving up isolation or control.
Why it matters for agentic development
Copilot is evolving from an in-editor assistant into an agentic coding partner that runs tools, executes commands, and modifies files on a developer's behalf. As Copilot takes more actions, developers and enterprises need stronger guarantees around security, isolation, and control.
Agentic development is interactive, stateful, and parallel, and it needs an execution layer built for that reality. Cloud and local sandboxes for GitHub Copilot provide that layer natively, with consistent identity, governance, and policy controls built in. As AI agents become a larger part of the software development lifecycle, secure execution environments become foundational infrastructure, and sandboxes provide that layer for Copilot.
Local sandboxes for GitHub Copilot
Inside any Copilot session, enable sandboxing with
/sandbox enable. Shell command execution initiated by Copilot for that session runs with restricted access to your filesystem, network, and system capabilities, so you can experiment with agentic workflows while staying in control of what Copilot can touch on your machine. Local sandboxing is built on Microsoft MXC technology for a consistent isolation experience across macOS, Linux, and Windows. Enterprise teams can also centrally configure and enforce local sandbox policies through Microsoft Intune and other MDM platforms. Local sandboxes are included in the standard GitHub Copilot seat.This release focuses on isolating shell command execution initiated by Copilot, laying the foundation for broader CLI-level isolation as agentic workflows mature.
Key use cases developers and teams can unlock
Cloud sandboxes for GitHub Copilot
Launch a fully isolated, ephemeral Linux sandbox hosted by GitHub directly from Copilot with
copilot --cloud. Each session inherits your existing Copilot cloud agent policies, so the security controls your org already trusts apply on day one with no additional setup.Key use cases developers and teams can unlock
Get started
To get started, read the docs for sandboxes for GitHub Copilot in local environments and cloud environments, see pricing for sandboxes for GitHub Copilot in cloud environments.
Learn more at our Microsoft Build demo session.
Leave a comment
Join the discussion and leave feedback in the comments below!
For all releases announced during Microsoft Build, check out our Community Recap discussion 🌟
Beta Was this translation helpful? Give feedback.
All reactions