SKILL.md
Cloud Sandbox Runtime List
List available sandbox runtimes
Prerequisites
- Authenticated with
agentuity auth login - Organization context required (
--org-idor default org)
Usage
agentuity cloud sandbox runtime list [options]
Options
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--limit |
number | Yes | - | Maximum number of results |
--offset |
number | Yes | - | Offset for pagination |
Examples
List all available runtimes:
bunx @agentuity/cli cloud sandbox runtime list
Output
Returns JSON object:
{
"runtimes": "array",
"total": "number"
}
| Field | Type | Description |
|---|---|---|
runtimes |
array | List of runtimes |
total |
number | Total number of runtimes |