CLI Reference
aon list
Show the API keys you have saved with aon list — label, truncated key, and save date
aon list
Show the API keys you have saved on this machine.
Usage
aon listaon list takes no arguments.
Output
For each saved key the CLI prints one row with three columns:
- Label — the key's label (
Key #Nor the label you passed toaon save) - Truncated key — a masked version of the key, so your full key is never displayed
- Save date — the day you saved the key (
YYYY-MM-DD)
aon list
# Key #1 aon_test_...st_key_123 2026-08-03
# production aon_test_...st_key_456 2026-08-03Empty state
When you have not saved any keys yet, aon list prints:
aon list
# No keys saved.Full keys stay local
aon list only ever shows a masked key. Your full keys are stored on your machine and are never printed.
Related
aon save— add a key to the listaon token get— exchange one of these keys for a session tokenaon doctor— check your key is valid