Agent skill

agentuity-cli-cloud-db-create

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

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/agentuity-cli-cloud-db-create

Metadata

Additional technical details for this skill

tags
mutating creates-resource slow requires-auth requires-deployment
command
agentuity cloud db create

SKILL.md

Cloud Db Create

Create a new database resource

Prerequisites

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

Usage

bash
agentuity cloud db create [options]

Options

Option Type Required Default Description
--name string Yes - Custom database name

Examples

Create new item:

bash
bunx @agentuity/cli cloud db create

Run new command:

bash
bunx @agentuity/cli cloud db new

Create new item:

bash
bunx @agentuity/cli cloud db create --name my-db

Create new item:

bash
bunx @agentuity/cli --dry-run cloud db create

Output

Returns JSON object:

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

Didn't find tool you were looking for?

Be as detailed as possible for better results