スキル一覧に戻る
agentuity

agentuity-cli-cloud-sandbox-create

by agentuity

0🍴 1📅 2026年1月13日
GitHubで見るManusで実行

SKILL.md


name: agentuity-cli-cloud-sandbox-create description: Create an interactive sandbox for multiple executions. Requires authentication. Use for Agentuity cloud platform operations version: "0.1.11" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" metadata: command: "agentuity cloud sandbox create" tags: "slow requires-auth"

Cloud Sandbox Create

Create an interactive sandbox for multiple executions

Prerequisites

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

Usage

agentuity cloud sandbox create [options]

Options

OptionTypeRequiredDefaultDescription
--runtimestringYes-Runtime name (e.g., "bun:1", "python:3.14")
--runtimeIdstringYes-Runtime ID (e.g., "srt_xxx")
--namestringYes-Sandbox name
--descriptionstringYes-Sandbox description
--memorystringYes-Memory limit (e.g., "500Mi", "1Gi")
--cpustringYes-CPU limit in millicores (e.g., "500m", "1000m")
--diskstringYes-Disk limit (e.g., "500Mi", "1Gi")
--networkbooleanYes-Enable outbound network access
--idleTimeoutstringYes-Idle timeout before sandbox is reaped (e.g., "10m", "1h")
--envarrayYes-Environment variables (KEY=VALUE)
--filearrayYes-Files to create in sandbox (sandbox-path:local-path)
--snapshotstringYes-Snapshot ID or tag to restore from
--dependencyarrayYes-Apt packages to install (can be specified multiple times)
--metadatastringYes-JSON object of user-defined metadata

Examples

Create a sandbox with default settings:

bunx @agentuity/cli cloud sandbox create

Create a sandbox with Python runtime:

bunx @agentuity/cli cloud sandbox create --runtime python:3.14

Create a sandbox with resource limits:

bunx @agentuity/cli cloud sandbox create --memory 1Gi --cpu 1000m

Create a sandbox with network and custom timeout:

bunx @agentuity/cli cloud sandbox create --network --idle-timeout 30m

Create a sandbox with a specific environment variable:

bunx @agentuity/cli cloud sandbox create --env KEY=VAL

Output

Returns JSON object:

{
  "sandboxId": "string",
  "status": "string",
  "stdoutStreamUrl": "string",
  "stderrStreamUrl": "string"
}
FieldTypeDescription
sandboxIdstringUnique sandbox identifier
statusstringCurrent sandbox status
stdoutStreamUrlstringURL to the stdout output stream
stderrStreamUrlstringURL to the stderr output stream

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

レビュー機能は近日公開予定です