agentuity-cli-cloud-sandbox-get
Get information about a sandbox. Requires authentication. Use for Agentuity cloud platform operations
allowed_tools: Bash(agentuity:*)
$ 설치
git clone https://github.com/agentuity/discord-help-agent /tmp/discord-help-agent && cp -r /tmp/discord-help-agent/.agents/skills/agentuity-cli-cloud-sandbox-get ~/.claude/skills/discord-help-agent// tip: Run this command in your terminal to install the skill
SKILL.md
name: agentuity-cli-cloud-sandbox-get description: Get information about a sandbox. Requires authentication. Use for Agentuity cloud platform operations version: "0.0.110" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" argument-hint: "" metadata: command: "agentuity cloud sandbox get" tags: "read-only fast requires-auth"
Cloud Sandbox Get
Get information about a sandbox
Prerequisites
- Authenticated with
agentuity auth login - Organization context required (
--org-idor default org)
Usage
agentuity cloud sandbox get <sandboxId>
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
<sandboxId> | string | Yes | - |
Examples
Get sandbox information:
bunx @agentuity/cli cloud sandbox get abc123
Output
Returns JSON object:
{
"sandboxId": "string",
"status": "string",
"createdAt": "string",
"region": "string",
"snapshotId": "string",
"snapshotTag": "string",
"executions": "number",
"stdoutStreamUrl": "string",
"stderrStreamUrl": "string",
"dependencies": "array"
}
| Field | Type | Description |
|---|---|---|
sandboxId | string | Sandbox ID |
status | string | Current status |
createdAt | string | Creation timestamp |
region | string | Region where sandbox is running |
snapshotId | string | Snapshot ID sandbox was created from |
snapshotTag | string | Snapshot tag sandbox was created from |
executions | number | Number of executions |
stdoutStreamUrl | string | URL to stdout output stream |
stderrStreamUrl | string | URL to stderr output stream |
dependencies | array | Apt packages installed |
Repository

agentuity
Author
agentuity/discord-help-agent/.agents/skills/agentuity-cli-cloud-sandbox-get
1
Stars
0
Forks
Updated14h ago
Added1w ago