Claude-skill-registry agentuity-cli-cloud-sandbox-snapshot-list

List snapshots. Requires authentication. Use for Agentuity cloud platform operations

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/agentuity-cli-cloud-sandbox-snapshot-list" ~/.claude/skills/majiayu000-claude-skill-registry-agentuity-cli-cloud-sandbox-snapshot-list && rm -rf "$T"
manifest: skills/data/agentuity-cli-cloud-sandbox-snapshot-list/SKILL.md
source content

Cloud Sandbox Snapshot List

List snapshots

Prerequisites

  • Authenticated with
    agentuity auth login
  • Organization context required (
    --org-id
    or default org)

Usage

agentuity cloud sandbox snapshot list [options]

Options

OptionTypeRequiredDefaultDescription
--sandbox
stringYes-Filter by sandbox ID
--limit
numberYes-Maximum number of results
--offset
numberYes-Offset for pagination

Examples

List all snapshots:

bunx @agentuity/cli cloud sandbox snapshot list

List snapshots for a specific sandbox:

bunx @agentuity/cli cloud sandbox snapshot list --sandbox sbx_abc123

Output

Returns JSON object:

{
  "snapshots": "array",
  "total": "number"
}
FieldTypeDescription
snapshots
arrayList of snapshots
total
numberTotal number of snapshots