Usage
Requests per day, last 30 days. Aggregated across your active tokens.
No requests yet. Create a token to get started.
Privacy
What this console records, and what it doesn't.
Usage data is a count per day and nothing else. No request paths, no IP addresses, no user agents, no per-request log rows. It cannot be mined for behaviour because there is nothing in it but integers.
Your token secret is not stored. Only a one-way hash of it is, salted with a key that never touches the database. Melodreams cannot show you a token again after you create it, and cannot recover one for you — not by support request, not by any means.
This page is never cached or indexed, sends no referrer, and can only talk to the Melodreams API.
API tokens
Server-side credentials for the Melodreams API. One per integration.
You don't have any API tokens yet.
Create one to start using the API.
Keeping tokens safe
The rules that matter most.
Server-side only. A token in front-end JavaScript or a mobile app is a leaked token — anyone can read it. The API only permits browser requests from this console, so browser calls will fail by design.
Never commit a token. Read it from an environment variable or a secret manager.
One token per integration. Then revoking a compromised one doesn't take down everything else you built.
Revocation takes up to 30 seconds to apply everywhere. That delay is deliberate — it's what keeps authentication from hitting the database on every single request.
Account
Managed on your main Melodreams account.
Appearance
Stored locally in this browser only.
Danger zone
Applies to API access only. Your Melodreams account is unaffected.
Immediately invalidates all of your API tokens. Anything you've built that uses them will stop working. This cannot be undone.