Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Run Sandbox Command mutation.
runSandboxCommand
runSandboxCommand(id: ID!, input: SandboxCommandInput!): SandboxCommandResult!
mutation RunSandboxCommand($id: ID!, $input: SandboxCommandInput!) { runSandboxCommand(id: $id, input: $input) { exitCode stderr stdout } }
{ "id": "", "input": { "command": "" } }