Managing API Keys

Create, use, and manage Reloop API keys from the dashboard or with code.

Everything below works from the dashboard or with code. Pick whichever you prefer — the keys are the same.

Open the UI any time: API Keys


Create

Create API Key modal

  1. Go to API Keys
  2. Create API key
  3. Enter a name (e.g. Production Server)
  4. Create API Key
  5. Copy the secret (or the .env tab), then Done

API Key created — copy once

Copy the secret immediately. After create (and rotate), it is never shown again.


Use

Store the secret, then send it on every request as x-api-key.

After create, copy from the success modal (API Key or .env):

Store the key as RELOOP_API_KEY

Put it in your environment, then call Reloop from your code (next tab).


Manage

Disable, rotate, rename, or delete — dashboard row menu or API.

API key row actions

ActionWhat happens
Disable / EnablePause or restore access
Rotate KeyNew secret, same key — copy once, update apps
Delete API KeyGone for good (type the name to confirm)
EditRename only
  1. Open API Keys
  2. Row ··· menu (or open the key)
  3. Choose Disable, Rotate Key, Delete API Key, or Edit
  4. On rotate: copy the new secret and update every place that used the old one

List

See every key for your org — secret never included.

API Keys table

API Keys shows name, prefix, last used, status.


API reference

Security · Full API Key endpoints

Was this page helpful?

Edit this page