Create an API key
Keys are scoped, shown once and stored as a hash. Here is how to create one and what to do if you lose it.
API access is a Pro and Business feature. Pro allows 2 keys, Business 10.
Open Dashboard → API
Name the key after where it will run — "staging worker" beats "key 2" at 3am.
Select the narrowest scopes that work
A key that only reads analytics should not carry links:write. Scopes are checked per request.
Copy the key immediately
It is displayed once. Only a SHA-256 hash is stored, so it cannot be shown again — not by you and not by us.
Set an expiry if the key is temporary
An expired key stops working on its own, which is better than one you meant to delete.
There is no recovery path by design. Revoke the key, create a replacement and update whatever was using it. Revocation takes effect on the next request.