The API Keys tab (/o/{organization-slug}/api-keys) lists organization-scoped API keys used to authenticate automation (for example CLI usage and CI pipelines). You need the apiKeyManagement permission; without it the tab is disabled with a tooltip.
Keys identify your automation to Laioutr on behalf of the organization. Typical uses:
Each key is scoped: you choose which permissions (scopes) the key has. In the product, the available scopes are fixed set entries such as:
app:publish — publish-related app operations (exact behavior is enforced by the Laioutr API).project:read-rc — read project runtime configuration where the API allows it.project:deploy — trigger or manage deployments where the API allows it.You should grant only the scopes each integration needs.
The table columns include:
… after the prefix); the full secret is never shown again after creation.Create key opens a dialog where you set:
After creation, the dialog shows the full key once with a warning to copy it now—it will not be shown again. Use Copy, then Done to close.
Each row can revoke a key after a confirmation dialog. Revocation cannot be undone; automations using that key will fail until you create a new key.
For project-specific secrets (secret key, NPM token), see Cockpit → Settings on the project settings pages, not this organization tab.