Back to skills
extension
Category: Development & EngineeringNo API key required

agentuity-cli-auth-apikey

Display the API key for the currently authenticated user. Requires authentication. Use for managing authentication credentials

personAuthor: jakexiaohubgithub

Auth Apikey

Display the API key for the currently authenticated user

Prerequisites

  • Authenticated with agentuity auth login

Usage

agentuity auth apikey

Examples

Print the API key:

bunx @agentuity/cli auth apikey

Output API key in JSON format:

bunx @agentuity/cli --json auth apikey

Output

Returns JSON object:

{
  "apiKey": "string"
}

| Field | Type | Description | |-------|------|-------------| | apiKey | string | The API key for the authenticated user |