API keys
Create keys in the Console → 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
Rotating & revoking
Revoke a key in the Console 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: separate test and live keys (test keys run against sandbox and don’t bill),
per-key allowed origins, and signing-secret rotation with a grace window.