API keys authenticate requests to the endpoints. They are static credentials tied to a user account.Contact SquadAssist to obtain an API key for your account.
The x-api-key header is the recommended style for server-to-server requests as it avoids ambiguity with JWT Bearer tokens.
API keys are sensitive credentials. Never expose them in client-side code, commit them to version control, or log them. Store them in environment variables or a secrets manager.