Skip to main content
POST
/
v2
/
sandboxes
/
{sandbox_id}
/
execute
Error
A valid request URL is required to generate request examples
{
  "exit_code": 123,
  "stderr": "<string>",
  "stdout": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

sandbox_id
string
required

Sandbox ID or name

Body

application/json
command
string[]

Command accepts either a shell command string or an argv string array.

cwd
string
env
object
shell
string
timeout_seconds
integer

Response

OK

exit_code
integer
stderr
string
stdout
string