Create an API key
- Open API keys in your API dashboard.
- Enter a Key name, such as
My integration, and select Create API key. - Copy the key into your server-side secret store, then select I stored the key safely. The full key is shown only once.
Live requests use your API allowance and require an active API entitlement and an available capability. Creating a live key does not enable unavailable operations. Check availability before submitting work.
Authenticate requests
SetGMSCRAPER_API_KEY in your application’s environment or secret manager. Send one credential header on every API request:
API-KEY or Authorization: Bearer. MCP also accepts GMS-API-KEY and X-API-KEY. Conflicting credentials are rejected. Keep keys in a server-side secret store and never put them in URLs or browser frontend code.
Included permissions
New dashboard keys include these permissions automatically. Existing keys may have narrower permissions.Manage keys
The key list shows the name, masked key prefix, last use, and actions. Existing test keys carry a Test label, and keys with an expiry show that date beneath their name.- Rotate creates a replacement key and displays it once. Update your integration before the previous key expires; the overlap lasts at most 24 hours.
- Revoke disables a key immediately. Enter a reason of 10–500 characters when prompted.