Execute a sandbox command
Execute a command inside a sandbox and return stdout, stderr, and exit code. Use the streaming execute endpoints for long-running commands that may exceed the synchronous request deadline.
Authorizations
Path Parameters
Sandbox ID or name
Body
Command accepts either a shell command string or an argv string array.
Deprecated: use run_config.work_dir. Rejected when run_config is also set.
Deprecated: use run_config.env_vars. Rejected when run_config is also set.
RunConfig overrides, for this command only, the user, working directory and env the sandbox's commands run with.

