> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tumban.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List API keys

> View your organization's active API keys in the dashboard.

Open **API Keys** in the sidebar to see every API key for your
organization. Key hashes and raw key values are never shown — once a key
is created, only its metadata is visible here.

## View your keys

The **Active Keys** tile lists every non-revoked key in the
organization. Each row shows:

* **Key id** — the stable `key_<16-hex>` identifier you use to
  [revoke the key](/api/keys/revoke).
* **Label** — the name assigned when the key was created.
* **Created** — when the key was created.

From this list you can identify a key by its label and revoke it
directly (see [Revoke API key](/api/keys/revoke)).

<Note>
  The dashboard does not currently surface a key's last-used time, who
  created it, or the audit trail for revoked keys. Those fields exist on
  the records but aren't shown in this view yet.
</Note>

<Tip>
  Descriptive labels make this list far easier to manage — if every key
  is named `default`, you can't tell them apart. See
  [Create API key](/api/keys/create) for naming guidance.
</Tip>
