What's new.
Notable additions and changes to the API and developer experience. The API reference always reflects the current production spec.
-
2026-06 · unreleased
Developer docs portal
This docs site launches at
/docs, with a live API reference rendered from the production OpenAPI spec (/swagger/v1/swagger.json, now served read-only in all environments). -
2026-06
Quotas, bulk & monitoring
Per-tenant monthly screening quotas (
GET /v1/usage, adminPUT …/quota), bulk screening (JSON or CSV, up to 1,000 rows) and ongoing monitoring with themonitoring.alertwebhook. -
2026-06
Signed webhooks
HMAC-SHA256 webhook signatures (
X-AML-Signature) with timestamp binding for replay protection. See Webhooks. -
initial
Screening core
Single-call onboarding, sanctions / PEP / adverse-media screening with a
Pass/Review/Faildecision and a risk band, plus idempotent screens.