Dashboard
API Keys
Create and manage API keys for MCP server authentication
API Key Management
API keys authenticate your MCP server with Metrifyr.
Creating an API Key
- Go to Dashboard
- Click "Create API Key"
- Copy the key immediately (shown only once)
Key Format
Keys follow the pattern: mtfr_xxxx...xxxx
Security Best Practices
- Never commit keys to source control
- Rotate keys periodically
- Delete unused keys
- Use one key per device/project
Key Storage
The MCP server stores your key at:
- macOS/Linux:
~/.credentials/config.json - Windows:
%USERPROFILE%\.credentials\config.json
Revoking Keys
To revoke an API key:
- Go to Dashboard
- Find the key in the API Keys table
- Click the delete button
- Confirm deletion
The key is immediately invalidated and can no longer be used.