- cURL
- Python SDK
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
command | string | Yes | Command to execute |
args | array | No | Command arguments |
timeout | integer | No | Timeout in milliseconds (default: 30000) |
Execute shell commands and system utilities in AgentBox sandboxes
| Parameter | Type | Required | Description |
|---|---|---|---|
command | string | Yes | Command to execute |
args | array | No | Command arguments |
timeout | integer | No | Timeout in milliseconds (default: 30000) |