API keys allow you to authenticate with the Vibe OnCall Public API and integrate with external systems without relying on user sessions. Each key is scoped to your organization and should be treated as a secret credential.
API keys use the format vlk_ followed by 40 hex characters (e.g., vlk_a1b2c3d4e5f6...).
Include the key in the Authorization header of all API requests:
Authorization: Bearer vlk_your_api_key_here
See Public API Reference for available endpoints and usage examples.
Navigate to Administration → API Keys to view all keys for your organization. For security, only the key prefix is shown after creation — the full key is never displayed again.