Agentuity CLI Cloud Storage Create

Create a new storage resource. Requires authentication. Use for Agentuity cloud platform operations

agentuity Updated

File contents

Cloud Storage Create

Create a new storage resource

Prerequisites

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

Usage

agentuity cloud storage create

Examples

Create a new cloud storage bucket:

bunx @agentuity/cli cloud storage create

Alias for "cloud storage create" (shorthand "new"):

bunx @agentuity/cli cloud storage new

Dry-run: display what would be created without making changes:

bunx @agentuity/cli --dry-run cloud storage create

Output

Returns JSON object:

{
  "success": "boolean",
  "name": "string"
}
Field Type Description
success boolean Whether creation succeeded
name string Created storage bucket name

agentuity/discord-help-agent/tree/main/.agents/skills/agentuity-cli-cloud-storage-create commit 5da1ccb2f6

Frequently asked questions

npx skillmds@latest add agentuity/agentuity-cli-cloud-storage-create