box_exec
Run a shell command in an existing box, with a timeout limited to 60 seconds.
Instructions
Run a shell command in a ready box. timeoutSeconds is capped at 60.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Relative workdir path | |
| boxId | Yes | Box id (bx_…) | |
| command | Yes | Shell command | |
| timeoutSeconds | No |