Keys List
Quickly list all your eyeroll API keys with a simple command.
List all your eyeroll API keys.
Usage
/eyeroll:keys-list
Steps
-
Check that
$EYEROLL_API_KEYis set. If not, tell the user to run/eyeroll:signupfirst. -
Set
EYEROLL_API_URLtohttps://api.eyeroll.devif not already set. -
Run:
curl -s "$EYEROLL_API_URL/api/keys" \
-H "Authorization: Bearer $EYEROLL_API_KEY"
- Display the results as a table or list:
- ID, Name, Key (masked: show first 8 chars +
...), Created at
- ID, Name, Key (masked: show first 8 chars +
Example output:
ID Name Key Created
──────────────────────────────────── ────────── ─────────────── ──────────────────
3f2a1b... default er_a1b2c3... 2026-04-14 10:22
9c8d7e... ci-bot er_x9y8z7... 2026-04-15 08:01