API
Programmatic access, scoped properly
Create a key, choose exactly what it can do (read metrics, read links, write links) and use it from a script, a dashboard or an automation. The secret is shown once, at creation, and you can revoke it the moment you need to.
Shown once, on purpose
The secret appears at creation and never again. That is deliberate: a key you can re-read from a dashboard is a key that leaks through screenshots, support threads and shared logins. Store it in your secret manager when you create it, and if you lose it, revoke and issue a new one.
- Scopes:
metrics:read,links:read,links:write - Secret displayed once
- Revoke instantly
- Last-used timestamp per key
- Rate limits by plan
Key creation is available on every plan; rate limits rise with your tier. See pricing.
Common questions
What do people build with it?
Mostly reporting — pulling metrics into a spreadsheet or a client dashboard on a schedule.
Is there a webhook alternative?
Yes. Use webhooks when you want to be told something happened rather than polling for it.