New feature
Beta
Databricks Sandbox
Databricks Sandbox is a Databricks compute / bi capability, introduced 2026.
A serverless compute environment for humans and agents, reachable over SSH, where a coding agent can run and throw away environments inside the workspace governance boundary.
- The home directory is /home/sandbox-agent, which is a fairly direct statement about who the docs think the primary user is.
- The first time you SSH in, Databricks quietly rewires coding harnesses such as Claude and Codex to send their inference through AI Gateway, so the agent is governed before it types anything.
- Many concurrent SSH sessions can share one sandbox and one filesystem, so an agent can be editing files in one session while you tail its logs from another.
Limitations: Fixed at 4 cores, 16 GB RAM and up to 100 GB of storage, with a maximum of 40 sandboxes per user and 100 per workspace; it doesn't yet integrate with serverless egress control, so it shouldn't be used in an SEG-enabled workspace; public IP addresses can change at any time; and home-directory data will be deleted when the Beta period ends.
Open in REbricked →- Category
- Compute / BI
- Also known as
- sandbox, databricks sandbox
- Verified
- 2026-09-13
Sources
- Official Official Databricks / Microsoft docs
- Official Microsoft Learn: Databricks Sandbox