Authorization header as a Bearer token. Without a valid key, all requests return a 401 Unauthorized response.
Generating an API Key
1
Open API Keys settings
Navigate to Settings → API Keys in your Chevre dashboard.
2
Create a new key
Click New Key, enter a descriptive name (e.g.,
production-integration), and choose the appropriate scope for your use case.3
Copy and store the key
Copy the key immediately and store it somewhere secure — a secrets manager or environment variable. Chevre will never display the full key again after you close this dialog.
Authenticating Requests
Pass your API key as a Bearer token in theAuthorization header of every request: