API keys
Keys authenticate the SDK against your server's ingest endpoint.
- Publishable. Keys are prefixed
rl_pub_and are safe to ship in client-side code. They can only submit items — never read them. - Any type. A single key can send any submission type (
bug,feedback,waitlist,question,other). - Shown once. The raw value is displayed a single time when created. The server stores only a SHA-256 hash plus a short prefix for display.
- Scoped to a project. Items sent with a key land in that key's project.
- Revocable. Revoking is a soft delete: SDKs using the key start failing immediately, but historical submissions keep their origin.
Creating a key
Dashboard → your project → API Keys → Create key. Give it a name, then copy the value from the dialog right away; you can't retrieve it later. If you lose it, create a new key and revoke the old one.
Rotating
- Create a new key.
- Deploy it to your app.
- Revoke the old key once traffic has moved over.