Execute Box command
box_execute_commandExecute a shell command inside a Box and wait up to 60 seconds for output. Useful for quick modifications, software setup, or credential use; for longer jobs, use the job start tool.
Instructions
Run a shell command inside a Box and wait up to 60 seconds. The command may modify files, install software, access configured credentials, or affect external systems. Use box_job_start for longer work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| box_id | Yes | ||
| command | Yes | ||
| timeout_seconds | No |