Provision a sandbox session
Kicks off the sandbox bring-up (VM + dev server) in the background and returns 202 immediately. The client settles `ready`/`degraded` from the `sandbox_status` WS broadcast (status-poll fallback). Idempotent: a concurrent call joins the in-flight bring-up.
POST
/api/sandbox/sessionBody
workflowIdstringrequiredvaultIdstringRequest
curl
curl -X POST https://platform.trickest.com/api/sandbox/session \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
202Provisioning kicked off; settle via WS status
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring