Files
coder/docs/reference/cli/ai-gateway_keys_list.md
T
Paweł Banaszewski 0dbe0442f0 feat: add CLI commands to manage AI Gateway keys (#25689)
Adds `coder ai-gateway keys` commands:
* `create <name>` creates key with given name
* `list` lists existing keys (alias `ls`)
* `delete <name | id>` removes key matching by name or key id, name has
priority (alias `rm`)
2026-06-18 09:08:17 +00:00

726 B
Generated

ai-gateway keys list

List AI Gateway keys

Aliases:

  • ls

Usage

coder ai-gateway keys list [flags]

Options

-c, --column

Type [id|name|key prefix|created at|last used at]
Default id,name,key prefix,last used at,created at

Columns to display in table output.

-o, --output

Type table|json
Default table

Output format.