Back to list
agentuity

agentuity-cli-cloud-sandbox-snapshot-create

by agentuity

This project contains the Agentuity documentation website.

4🍴 1📅 Jan 23, 2026

SKILL.md


name: agentuity-cli-cloud-sandbox-snapshot-create description: Create a snapshot from a sandbox. Requires authentication. Use for Agentuity cloud platform operations version: "0.1.24" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" argument-hint: "" metadata: command: "agentuity cloud sandbox snapshot create" tags: "slow requires-auth"

Cloud Sandbox Snapshot Create

Create a snapshot from a sandbox

Prerequisites

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

Usage

agentuity cloud sandbox snapshot create <sandboxId> [options]

Arguments

ArgumentTypeRequiredDescription
<sandboxId>stringYes-

Options

OptionTypeRequiredDefaultDescription
--namestringYes-Display name for the snapshot (letters, numbers, underscores, dashes only)
--descriptionstringYes-Description of the snapshot
--tagstringYes-Tag for the snapshot (defaults to "latest")
--publicbooleanNofalseMake the snapshot publicly accessible

Examples

Create a snapshot from a sandbox:

bunx @agentuity/cli cloud sandbox snapshot create sbx_abc123

Create a tagged snapshot:

bunx @agentuity/cli cloud sandbox snapshot create sbx_abc123 --tag latest

Create a named snapshot with description:

bunx @agentuity/cli cloud sandbox snapshot create sbx_abc123 --name "My Snapshot" --description "Initial setup"

Create a public snapshot:

bunx @agentuity/cli cloud sandbox snapshot create sbx_abc123 --public

Output

Returns JSON object:

{
  "snapshotId": "string",
  "name": "string",
  "description": "unknown",
  "tag": "unknown",
  "sizeBytes": "number",
  "fileCount": "number",
  "createdAt": "string"
}
FieldTypeDescription
snapshotIdstringSnapshot ID
namestringSnapshot display name
descriptionunknownSnapshot description
tagunknownSnapshot tag (defaults to "latest")
sizeBytesnumberSnapshot size in bytes
fileCountnumberNumber of files in snapshot
createdAtstringSnapshot creation timestamp

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon