API keys provide programmatic access to the Blink API. Use them to integrate Blink with your CI/CD pipelines, scripts, or other automation tools.Documentation Index
Fetch the complete documentation index at: https://docs.blink.so/docs/llms.txt
Use this file to discover all available pages before exploring further.
Creating API Keys
Create API keys through the Blink web UI:- Navigate to your *User settings (top right corner)
- Go to Settings → API Keys
- Click Create API Key
- Optionally provide a name for the key
- Copy and save the key immediately
API Key Format
API keys follow this format:bk- Fixed prefix identifying Blink API keyslookup- 12-character identifiersecret- 32-character secret
Using API Keys
Include the API key in theAuthorization header:
Key Properties
Each API key has:| Property | Description |
|---|---|
| Name | Optional friendly name for identification |
| Permissions | Access level (currently all keys have full access) |
| Created | When the key was created |
| Last Used | When the key was last used for authentication |
| Expires | Expiration date (default: 1 year from creation) |
Revoking API Keys
Revoke API keys that are no longer needed or may have been compromised:- Navigate to Settings → API Keys
- Find the key you want to revoke
- Click the Revoke button