AgentOnboard Docs
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 list

aon list takes no arguments.

Output

For each saved key the CLI prints one row with three columns:

  • Label — the key's label (Key #N or the label you passed to aon 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-03

Empty 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.

Next steps

On this page