API keys
Create keys in the Dashboard → API Keys (verified business accounts only). Each key gives you two secrets, shown once at creation:API key
anonage_sk_… — identifies your account on the verification endpoints. Send it as the
X-API-Key header.Signing secret
whsec_… — used to verify the HMAC signature on callbacks. See Callbacks.Using your key
Account vs key auth
Test and live keys
Every key belongs to one environment, and says so in its own prefix:
Test keys need a verified email address. Live keys additionally require a verified identity on the
account — your Dashboard walks you through both.
Rotating & revoking
Revoke a key in your Dashboard at any time — sites using it stop verifying immediately. To rotate with zero downtime, create the new key, deploy it, then revoke the old one.Roadmap: per-key allowed origins, and signing-secret rotation with a grace window.