Skip to main content
POST
Required scope: sandbox:execute

Request body

ExecuteRequest
string[]
required
Command to run (e.g., [‘python3’, ‘-c’, ‘print(‘hello’)’]).
object
Additional environment variables.
string
required
Sandbox ID to execute in.
integer (int32)
Execution timeout in seconds (default: 30).
string
Working directory inside the sandbox.

Response

No response body — command executed.

Status codes