Agent skill
agentuity-cli-cloud-keyvalue-create-namespace
Create a new keyvalue namespace. 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-keyvalue-create-namespace
Metadata
Additional technical details for this skill
- tags
- mutating creates-resource slow requires-auth
- command
- agentuity cloud keyvalue create-namespace
SKILL.md
Cloud Keyvalue Create-namespace
Create a new keyvalue namespace
Prerequisites
- Authenticated with
agentuity auth login - Project context required (run from project directory or use
--project-id)
Usage
bash
agentuity cloud keyvalue create-namespace <name>
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
<name> |
string | Yes | - |
Examples
Create production namespace:
bash
bunx @agentuity/cli kv create-namespace production
Create staging namespace (using alias):
bash
bunx @agentuity/cli kv create staging
Create cache namespace:
bash
bunx @agentuity/cli kv create cache
Output
Returns JSON object:
json
{
"success": "boolean",
"namespace": "string",
"message": "string"
}
| Field | Type | Description |
|---|---|---|
success |
boolean | Whether the operation succeeded |
namespace |
string | Namespace name |
message |
string | Success message |
Didn't find tool you were looking for?