Creating a key
- Open the Norbelys dashboard and navigate to Settings → API keys.
- Click Create key, give it a name, and copy the value immediately — it is shown only once.
ak_live_… for production.
Using your key
Send the key as a bearer token in theAuthorization header:
Error responses
Missing or invalid keys return a401:
Key security
- Store keys in environment variables, never in source code.
- Rotate keys in Settings → API keys if one is compromised.
- Keys carry full org-level write access — treat them like passwords.