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
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.
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