Before You Begin
Before creating an API key, make sure you:- Have an active Agency or Enterprise subscription.
- Are signed in to your SERPtag account.
- Have permission to manage API keys.
Note API keys provide access to your account data. Never share them publicly or commit them to Git repositories.
Step 1 — Open the API Keys Page
Sign in to your SERPtag dashboard and open the API Keys section.- Sign in to your SERPtag account.
- Open Settings.
- Select API Details.
- Click API Keys.
Step 2 — Generate a New API Key
Click Generate New API Key. Give your key a descriptive name so you can easily recognise it later. Examples include:- Cursor MCP
- Claude Desktop
- VS Code
- Production API
- Development
Step 3 — Copy Your API Key
Once the key has been generated, copy it immediately. It will look similar to:Important You will only see the complete API key once. After leaving this page, the dashboard will only display a masked version for security reasons.After copying your key, click I have saved my key.
Using Your API Key
Your API key is used differently depending on how you connect to SERPtag.Direct HTTP (Cursor)
Include your key in the Authorization header.npm Bridge (Claude Desktop, VS Code)
Set your key using the environment variable below.API Key Best Practices
To keep your account secure, we recommend following these best practices.- Never share your API key publicly.
- Never include API keys in Git repositories.
- Store keys using environment variables whenever possible.
- Create separate keys for production and development environments.
- Revoke unused keys immediately.
Limits
Lost Your API Key?
If you’ve lost your API key, it cannot be recovered. Simply:- Revoke the existing key.
- Generate a new API key.
- Update your MCP configuration or API integration with the new value.