Display the API key for the currently authenticated user. Requires authentication. Use for managing authentication credentials
Scanned 2/12/2026
Install via CLI
openskills install agentuity/docs---
name: agentuity-cli-auth-apikey
description: Display the API key for the currently authenticated user. Requires authentication. Use for managing authentication credentials
version: "0.1.24"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
metadata:
command: "agentuity auth apikey"
tags: "read-only fast requires-auth"
---
# 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 |
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.