Basic Usage
Install Packages
Run Shell Scripts
With Environment Variables
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
runtime_id | string | Yes | Runtime identifier |
command | string | Yes | Command to execute |
args | list[string] | No | Command arguments |
working_dir | string | No | Working directory |
environment | object | No | Environment variables |
timeout | integer | No | Timeout in seconds |
Response
| Field | Type | Description |
|---|---|---|
stdout | string | Standard output |
stderr | string | Standard error |
exit_code | integer | Process exit code |
duration_ms | integer | Execution duration in milliseconds |
success | boolean | True when exit code is 0 |
error | string | API-level error (if any) |

