Runs a command inside the sandbox and waits for it to finish, returning stdout, stderr, and exit code. A paused sandbox is resumed automatically before the command runs and stays active afterward.
Documentation Index
Fetch the complete documentation index at: https://docs.superserve.ai/llms.txt
Use this file to discover all available pages before exploring further.
The unique identifier of the sandbox.
Command to execute. Wrapped in /bin/sh -c unless args is provided.
1If provided, command is used as the binary and args as arguments (no shell wrapping).
Environment variables for the command.
Working directory (default /home/user).
Timeout in seconds.