clm_pub_, clm_sk_, clm_wh_) identify the key class — create them in Dashboard → Conexiones.
At a glance
Publishable (browser)
Prefix:
Use for: Browser SDK and client-side assess.
Never for: Report fraud, payout, or merchant API.
clm_pub_Use for: Browser SDK and client-side assess.
Never for: Report fraud, payout, or merchant API.
Secret (server)
Prefix:
Use for: Server assess, payout, report fraud, merchant endpoints.
Never in: Browser or mobile bundles.
clm_sk_Use for: Server assess, payout, report fraud, merchant endpoints.
Never in: Browser or mobile bundles.
Webhook ingest
Prefix:
Use for:
Not for: Assess or SDK.
clm_wh_Use for:
POST /api/webhooks/ingest only.Not for: Assess or SDK.
Create keys
1
Open Conexiones
Sign in at sandbox.clausum.ai (or your production dashboard) → Conexiones.
2
Choose the tab
- Claves API → publishable or secret partner keys
- Entrada (webhooks) → ingest key (
clm_wh_*) and outbound webhook URL
3
Copy once
Clausum shows the full key one time. Store it in your secrets manager immediately.
4
Set CLAUSUM_API_BASE
Use the hostname for your stage — see Access & environments.
Default permissions
Per-key rate limits are configurable when creating secret keys (
rate_limit_per_minute, rate_limit_per_day).
Troubleshooting
If Conexiones is empty after onboarding, contact api@clausum.ai with your organization name — workspace provisioning may still be in progress.Next steps
Quickstart
First assess call.
Authentication
Headers, permissions, errors.