
agentuity-cli-auth-apikey
Display the API key for the currently authenticated user. Requires authentication. Use for managing
作者 agentuity|オープンソース
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 |