agentuity-cli-cloud-db-create
Create a new database resource. Requires authentication. Use for Agentuity cloud platform operations
allowed_tools: Bash(agentuity:*)
$ Installer
git clone https://github.com/agentuity/discord-help-agent /tmp/discord-help-agent && cp -r /tmp/discord-help-agent/.agents/skills/agentuity-cli-cloud-db-create ~/.claude/skills/discord-help-agent// tip: Run this command in your terminal to install the skill
SKILL.md
name: agentuity-cli-cloud-db-create description: Create a new database resource. Requires authentication. Use for Agentuity cloud platform operations version: "0.0.110" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" metadata: command: "agentuity cloud db create" tags: "mutating creates-resource slow requires-auth requires-deployment"
Cloud Db Create
Create a new database resource
Prerequisites
- Authenticated with
agentuity auth login - Organization context required (
--org-idor default org)
Usage
agentuity cloud db create [options]
Options
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--name | string | Yes | - | Custom database name |
Examples
Create new item:
bunx @agentuity/cli cloud db create
Run new command:
bunx @agentuity/cli cloud db new
Create new item:
bunx @agentuity/cli cloud db create --name my-db
Create new item:
bunx @agentuity/cli --dry-run cloud db create
Output
Returns JSON object:
{
"success": "boolean",
"name": "string"
}
| Field | Type | Description |
|---|---|---|
success | boolean | Whether creation succeeded |
name | string | Created database name |
Repository

agentuity
Author
agentuity/discord-help-agent/.agents/skills/agentuity-cli-cloud-db-create
1
Stars
0
Forks
Updated1d ago
Added1w ago