Creating a key
- 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.
Sending the key
Both forms are accepted. Pick one per project and stick with it.Errors
A
401 response always means stop and check the key — retrying won’t help.
Rotation
Keys don’t expire. To rotate:- Create a new key in Studio.
- 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.

