Sign in to Studio and open the workspace you want to authenticate as.
Open Settings → API keys.
Click Create API key. Give it a descriptive name (e.g. production CLI, Zapier integration).
Copy the key starting with gsk_… — you can’t see it again after closing the dialog. Store it in a secrets manager.
API keys grant full access to the workspace they belong to. Treat them like passwords: never commit them to git, never paste them into Slack or shared docs.
Roll the new key into your integration (env var, secrets manager).
Once you’ve confirmed the new key works, revoke the old one in Studio.
There is no overlap window — both keys work simultaneously until you revoke. Plan rotations during low-traffic windows so you can confirm before pulling the trigger.
A key grants full workspace access. There is no per-endpoint or per-resource scoping. If you need a reduced surface, run that integration as a separate workspace with its own data and its own key.