Introduction
Create and use Reloop API keys from the dashboard or with code.
API keys connect your apps to Reloop. You can create and manage them in the dashboard or with code — both do the same job.

Two ways, same keys
| Task | Dashboard | Code |
|---|---|---|
| Create | Click Create API key | reloop.apiKey.create / cURL |
| Use | Copy secret into your app | Send key on every request |
| Manage | Row menu (rotate, disable, delete) | Same actions via API |
Create with either platform. Use the secret in your app. Manage with either platform.
Get going
- Create a key (dashboard or code)
- Copy it once — you won’t see it again
- Use it in your app
Next
Was this page helpful?