Skip to main content
Not yet available

This command is planned for a future release.

culvii key list

List API keys in the active tenant.

Synopsis

culvii key list [--created-by-me] [--workspace <slug>]

Description

Lists API keys in the active tenant. Shows fingerprint, name, scope, workspace, last_used_at, and revocation status. Never shows the secret. Requires an OAuth session.

Flags

FlagTypeDescription
--created-by-mebooleanOnly show keys you created.
--workspacestringFilter by workspace slug.

Output

NAME FINGERPRINT SCOPE WORKSPACE LAST USED REVOKED
github-actions-deploy a3f9...8c2d developer payments 2 hours ago —
ci-runner b7e2...3d91 runner payments 4 days ago —
old-key c1f0...9a12 developer payments 30 days ago 2026-04-01

culvii key create, culvii key revoke