API keys
Create and manage keys in the dashboard: Integrate → API keys.- Use test keys in development, live in production.
- Public keys are safe in frontend env vars (
NEXT_PUBLIC_…,VITE_…) and in the CDN URL path (https://cdn.keverd.com/v1/kv_pk_…/keverd.min.js). Copy them anytime from the dashboard. - Secret keys belong in server env / secrets manager only. To view a secret again, request a verification code by email, enter it in the dashboard, then copy — the key itself is never emailed.
- Key names must be unique within a workspace.
- On create, the full key is shown once in the dashboard. Store it immediately.

