Sandbox Sharing Mode
The Sharing Mode of a sandbox controls who is allowed to access the workloads inside it. In this context, access means direct access into workloads — SSH, Web Terminal, Web IDE, remote IDEs, Remote Desktop, and remote execution. Sharing mode does not affect the ability to update the sandbox definition, change environment variables, or perform management operations.
There are three sharing modes:
- Shared: All members in the same org are allowed to access any workload inside the sandbox.
- Collaborated: Only explicitly specified members are allowed to access.
- Private: Only the owner of the sandbox is allowed to access — even org admins are excluded.
Shared Mode
This allows all members in the same org to access any workload inside the sandbox. Due to the unlimited access, the sandbox owner's private secrets are not mounted in the workspace filesystem in this mode.
Collaborated Mode
The owner can switch to Collaborated Mode by specifying which org members are allowed to access the workloads. When doing so, the owner can also explicitly list which private secrets should be mounted for the collaborators.
Private Mode
Only the sandbox owner can access workloads. All private secrets belonging to the owner are mounted. Even org admins cannot access the workloads in this mode.
Default for New Sandboxes
New sandboxes are created in Shared Mode by default, unless:
- The org has configured the default to Private Mode (configurable in Team / Settings in the Web Console), or
- The user explicitly selects a different mode during sandbox creation.
Viewing and Changing the Sharing Mode
The current sharing mode is shown in the Web UI. To change it:
- Web UI: Click the sharing mode button on the sandbox page.
- CLI commands:
cs sandbox access show # Show the current sharing mode
cs sandbox access shared # Switch to Shared Mode
cs sandbox access private # Switch to Private Mode
cs sandbox access invite # Switch to Collaborated Mode and invite members
See Also
- Secret — how sharing mode affects which secrets are mounted
- Org and User — org membership and roles
- Restriction Mode — admin-only workspace access for privileged workloads