Skip to content
Latchkey

API Key - CI/CD Glossary Definition

An API key is a static secret string that identifies and authorizes a caller, usually passed in a header (X-API-Key) or query parameter. It identifies an application, not a specific user.

In CI

API keys for third-party services belong in encrypted repository or environment secrets. Because they are long-lived, prefer short-lived OIDC tokens where the provider supports them.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →