Dashboard & operations
- Panel (
/dashboard) with protection KPIs, stacked outcome chart, and approval rate trend line. - Time filters 24 h, 7 días, and 30 días with counters and chart aligned to the browser timezone.
- Simulación for safe scenario testing; results flow to Panel, Protección, and Monitor.
- Equipo invitations with pending-state reconciliation and role-based access (Roles & permissions).
- Unified metric cards across dashboard views.
Documentation
- Public docs use sandbox.clausum.ai for the web app; API hostnames are assigned by support (
$CLAUSUM_API_BASE). - New guides: Getting started, Dashboard overview, Simulation, Protection, Transaction monitor, Team & access.
Partner API (enterprise)
- Unified auth, errors, rate limits, and CORS on
/api/v1/assess,/api/v1/report-fraud, and/api/v1/merchant/*. - Create Partner API keys (
clm_pub_*,clm_sk_*) from Integraciones → API Keys in the dashboard. - Browser SDK v1.3.0 parses structured
error.messageand handles HTTP 429.
API v1.0.0
- Stable release of the
/api/v1programmatic surface. - Real-time risk assessment via
POST /api/v1/assesswith configurable signal weights and decision thresholds. - Fraud reporting via
POST /api/v1/report-fraudwith automatic case creation and blocklist population. - Dynamic blocklists with 10 entry types and three severities.
- Outbound webhooks with HMAC signatures across transaction, fraud, case, and dispute events.
- Event ingestion via
POST /api/webhooks/ingestwith configurable processing rules.
Browser SDK v1.2.0
- Automatic device fingerprint and behavioral signal capture.
Clausum.assess()returnsshouldDecline/requiresChallengehelpers.- Configurable
failOpenbehavior so outages don’t block legitimate customers.
Have feedback or need a feature? Reach out at api@clausum.ai. For API hostname provisioning, contact support.