Skip to main content
API keys let you authenticate programmatically — for CI/CD pipelines, automation scripts, or AI agents. Each key is scoped to a workspace and can be full-access or read-only.

moss key list

List API keys for the current workspace. Requires owner role.
API key values are only shown once at creation time. The list shows key metadata (name, scope, prefix) but not the full key.

moss key create

Create a new API key. Requires owner role.
The full API key is displayed once after creation. Store it securely — it cannot be retrieved later.

moss key revoke

Revoke an API key. Requires owner role. This immediately invalidates the key.
Revoking a key immediately invalidates it. Any automation using this key will stop working.