API Keys
3 of 5 configuredYour Odds Uni is wired to five external services. Values are never shown in full — only the first 6 and last 4 characters so you can verify the key in place.
How to rotate a key safely
- Generate a new key at the provider (links above). Disable the old one after the new one is working.
- On Vercel: Project → Settings → Environment Variables. Edit the value, save, then trigger a redeploy (or run
vercel --prod). - For local dev: paste into
.env.local(gitignored), restartnpm run dev. - Verify with /api/health — every configured service should report status: ok.
Never share full key values. This page only reveals first/last characters so you can confirm which key is in place. If you believe a key has been exposed, rotate immediately.