Skip to main content
POST
Error

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
deprecated

Deprecated: use run_config.work_dir. Rejected when run_config is also set.

env
object
deprecated

Deprecated: use run_config.env_vars. Rejected when run_config is also set.

run_config
object

RunConfig overrides, for this command only, the user, working directory and env the sandbox's commands run with.

shell
string
timeout_seconds
integer

Response

OK

exit_code
integer
stderr
string
stdout
string