exec
Run shell commands inside a sandbox, returning combined stdout and stderr. Use for CLI tasks like git, npm, pip, apt, curl.
Instructions
Run a shell command inside the sandbox. Returns combined stdout+stderr. Use for any CLI work: git, npm, pip, apt, curl, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Sandbox id | |
| command | Yes | Shell command to run (executed via bash -c) |