Execute command in sandbox
Executes a command in the sandbox. Supports both synchronous and streaming (SSE) modes. Set stream: true to receive output via Server-Sent Events.
POST
Executes a command in the sandbox. Supports both synchronous and streaming (SSE) modes.
Set
stream: true to receive output via Server-Sent Events.
Path parameters
string (uuid)
required
Unique sandbox identifier
Request body
ExecuteRequest
string
required
string
Working directory
object
Additional environment variables
boolean
Enable SSE streaming mode
Response
ExecuteResponse
integer
string
string