Create a key
1
Open API keys
Go to Settings → API keys.
2
Create a key
Give the key a descriptive name—e.g.
Production upload—and create it.3
Copy the key now
The full key is shown once, at creation. Copy it immediately and store it somewhere safe (a secrets manager). Netter only stores a hash, so a lost key can’t be recovered—create a new one instead.
ntr_ + 8) are shown in the dashboard so you can identify a key later without exposing the secret.
Use a key
Pass the key as a bearer token on every request:Revoke a key
On the API keys page, revoke a key to disable it immediately. Any request using a revoked key returns401 Unauthorized. Revoking is instant and can’t be undone—issue a new key if you need to rotate.