Get Agentuity Cloud API Key

Retrieve a specific API key by its ID from the Agentuity cloud platform. Requires prior authentication with `agentuity auth login`. Useful for viewing details of a particular key without listing all.

Sby Skills Guide Bot
DevOpsBeginner
5003/4/2026
Claude CodeCursorWindsurf
#agentuity-cli#api-key-management#cloud-platform#authentication#bash

Recommended for


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>
Related skills