Skip to main content
All requests to the Norbelys API require an org-scoped API key. Keys are tied to a single organization (workspace) — they can only read and write data within that org.

Creating a key

  1. Open the Norbelys dashboard and navigate to Settings → API keys.
  2. Click Create key, give it a name, and copy the value immediately — it is shown only once.
Keys start with ak_live_… for production.

Using your key

Send the key as a bearer token in the Authorization header:
All major HTTP clients support bearer tokens:

Error responses

Missing or invalid keys return a 401:
All errors follow the same shape with the matching HTTP status code.

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.