Claude Code Plugins

Community-maintained marketplace

Feedback

agentuity-cli-cloud-apikey-delete

@agentuity/examples
3
0

Delete an API key (soft delete). Requires authentication. Use for Agentuity cloud platform operations

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name agentuity-cli-cloud-apikey-delete
description Delete an API key (soft delete). Requires authentication. Use for Agentuity cloud platform operations
version 0.0.103
license Apache-2.0
allowed-tools Bash(agentuity:*)
argument-hint <id>
metadata [object Object]

Cloud Apikey Delete

Delete an API key (soft delete)

Prerequisites

  • Authenticated with agentuity auth login

Usage

agentuity cloud apikey delete <id>

Arguments

Argument Type Required Description
<id> string Yes -

Examples

Delete item:

bunx @agentuity/cli cloud apikey delete <id>

Run command:

bunx @agentuity/cli cloud apikey del <id>

Delete item:

bunx @agentuity/cli cloud apikey rm <id>

Output

Returns JSON object:

{
  "success": "boolean",
  "id": "string"
}
Field Type Description
success boolean Whether the operation succeeded
id string API key id that was deleted