Skip to main content
A sandbox is an isolated test workspace created from a live workspace. Use it to create test API keys and exercise Plane integrations without touching live data.

Attributes

id
string
Unique identifier for the sandbox, for example sbx_3vNqM7xRk2pWsT.
name
string
Human-readable sandbox name.
status
string
Current provisioning status. One of provisioning or ready.
workspace
string
ID of the live workspace that owns this sandbox.
sandbox_workspace
string
ID of the isolated test workspace created for this sandbox.
created
string
ISO 8601 timestamp of when the sandbox was created.
updated
string
ISO 8601 timestamp of the most recent sandbox update.
{
  "id": "sbx_3vNqM7xRk2pWsT",
  "name": "Airfoil Sandbox",
  "status": "ready",
  "workspace": "wsp_4kW3GnQCo1CQ49",
  "sandbox_workspace": "wsp_test_9nD31mQzRa8kF2",
  "created": "2026-03-28T17:20:00Z",
  "updated": "2026-03-28T17:21:04Z"
}