Overview
API keys let you securely authenticate with Blnk Cloud APIs. They allow your applications, scripts, and automated workflows to interact with Blnk Cloud programmatically. You can manage your API keys in Settings > API Keys.How API keys work
When you make an API call, include your API key in the request headers to verify your identity and authorize the operation on your Cloud workspace. Each API key has:- Name: A user-friendly identifier to help you organize and identify keys
- Key prefix: A partial identifier visible in the API keys list (e.g.,
blnk_fdb796a5...) - Scopes: Permissions that define what the key can access (e.g.,
*for all permissions, or specific scopes likemcp:read, mcp:write) - Role: Always set to Member (cannot be changed)
- Expiration: Optional expiration date, or “Never” for keys that don’t expire
Create an API key
1
Navigate to API Keys
- Go to Settings > API Keys in your Blnk Cloud dashboard.
- Click Create API Key button in the top-right corner of the API Keys page.
2
Configure your API key
Fill in the required information:
- Name: Enter a descriptive name for your API key (e.g., “Production API Key”, “Testing”, “Alerts Integration”)
- Scopes: Select the permissions for this key:
*for all permissions- Specific scopes like
mcp:read, mcp:writefor limited access
- Expires: Choose when the key should expire:
- Select a specific date
- Choose “Never” for keys that don’t expire
3
Save and copy your API key
After creating the key, the full API key will be displayed only once. Copy it immediately and store it securely.
Revoke an API key
If you need to disable an API key without deleting it permanently, you can revoke it. Revoked keys cannot be used for authentication but remain visible in your API keys list for reference.1
Open API key details
Click on the API key name in the API Keys table to view its details.
2
Revoke the key
In the API key details panel, click the Revoke Key button.
3
Confirm revocation
Confirm that you want to revoke the key. The key’s status will change to “Revoked” in the API Keys table.