Oleqlog

Apps & API keys

Create apps and generate API keys in the Oleqlog dashboard

Apps map to SDK appName. API keys are scoped to one app.

Create an app

  1. Open AppsCreate app.
  2. Enter an App name and confirm. This name is what your SDK must send as appName.

From the app row you can jump to API keys filtered for that app.

Generate an API key

  1. Open API KeysGenerate New Key.
  2. Pick a name, the app, and an expiration (Never expires, 30 / 90 days, 1 year, or a custom date).
  3. Click Generate. Copy the key once — it is only shown at create time.

One key, one app

Keys are app-scoped. Filter the list with All apps if you manage several. Revoke a key from the row actions if it leaks.

Security

  • Treat keys like passwords — never commit them or expose them in browser code.
  • Limit is 5 active keys per user.
  • Each key shows prefix, created date, expiry, and last used.

Next: send your first event from Getting started or pick an SDK installation guide.

On this page