curl --request POST \
--url https://api.plane.com/v1/sandboxes \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{
"id": "sbx_3vNqM7xRk2pWsT",
"name": "API Sandbox",
"status": "provisioning",
"workspace": "wsp_4kW3GnQCo1CQ49",
"sandbox_workspace": "wsp_test_9nD31mQzRa8kF2",
"created": "2026-03-28T17:20:00Z",
"updated": "2026-03-28T17:20:00Z"
}
Creates an isolated test workspace for your live Plane workspace.
curl --request POST \
--url https://api.plane.com/v1/sandboxes \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{
"id": "sbx_3vNqM7xRk2pWsT",
"name": "API Sandbox",
"status": "provisioning",
"workspace": "wsp_4kW3GnQCo1CQ49",
"sandbox_workspace": "wsp_test_9nD31mQzRa8kF2",
"created": "2026-03-28T17:20:00Z",
"updated": "2026-03-28T17:20:00Z"
}
provisioning status before the test workspace is
fully ready.
{
"id": "sbx_3vNqM7xRk2pWsT",
"name": "API Sandbox",
"status": "provisioning",
"workspace": "wsp_4kW3GnQCo1CQ49",
"sandbox_workspace": "wsp_test_9nD31mQzRa8kF2",
"created": "2026-03-28T17:20:00Z",
"updated": "2026-03-28T17:20:00Z"
}
Was this page helpful?