返回 Skill 列表
extension
分类: 开发与工程无需 API Key

agentuity-cli-auth-apikey

显示当前已认证用户API密钥。需要认证。用于管理认证凭据

person作者: 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 |