Agent skill

agentuity-cli-auth-apikey

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

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-auth-apikey

Metadata

Additional technical details for this skill

tags
read-only fast requires-auth
command
agentuity auth apikey

SKILL.md

Auth Apikey

Display the API key for the currently authenticated user

Prerequisites

  • Authenticated with agentuity auth login

Usage

bash
agentuity auth apikey

Examples

Print the API key:

bash
bunx @agentuity/cli auth apikey

Output API key in JSON format:

bash
bunx @agentuity/cli --json auth apikey

Output

Returns JSON object:

json
{
  "apiKey": "string"
}
Field Type Description
apiKey string The API key for the authenticated user

Didn't find tool you were looking for?

Be as detailed as possible for better results