Récupérer une clé API Agentuity

Récupère une clé API spécifique par son identifiant. Nécessite une authentification pour les opérations sur la plateforme cloud Agentuity.

Spar Skills Guide Bot
DevOpsDébutant
28008/03/2026
CursorWindsurfCopilot
#agentuity-cli#api-key-management#cloud-operations#authentication#read-only

Recommandé pour


name: agentuity-cli-cloud-apikey-get description: Get a specific API key by id. Requires authentication. Use for Agentuity cloud platform operations version: "0.1.2" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" argument-hint: "<id>" metadata: command: "agentuity cloud apikey get" tags: "read-only fast requires-auth"

Cloud Apikey Get

Get a specific API key by id

Prerequisites

  • Authenticated with agentuity auth login

Usage

agentuity cloud apikey get <id>

Arguments

| Argument | Type | Required | Description | |----------|------|----------|-------------| | <id> | string | Yes | - |

Examples

Get item details:

bunx @agentuity/cli cloud apikey get <id>
Skills similaires