Skip to main content

culvii key list

List API keys in the active org.

Synopsis

culvii key list [--env <env>]

Description

Lists all API keys in the active org. Shows fingerprint, name, scope, workspace ID, and status. Never shows the secret. Requires an OAuth session.

Flags

FlagDescription
--envTarget environment. Defaults to active context.

Output

tenant: culvii-dev | workspace: N/A | env: dev
a3f9...8c2d github-actions developer ws-uuid active
b7e2...3d91 ci-runner runner ws-uuid active
c1f0...9a12 old-key developer ws-uuid revoked

Format: <fingerprint> <name> <scope> <workspaceId> <status>

culvii key create, culvii key revoke, culvii key rotate