Act on customer risk the moment it emerges.

DiCorner is a behavioral AI copilot for small and mid-sized businesses. We turn raw product and API events into real-time risk scores, explanations, and next-best actions your teams can actually use.

Bring together signals you already generate — sessions, feature-usage, billing, and support activity — and get a production-ready score in seconds.

Explore the API

Instant Behavioral Score Demo

Edit JSON → Send → Inspect score + explanation
// score + explanation will appear here

How real-time behavioral scoring works

DiCorner ingests behavioral signals from your app, APIs, billing, and support tools, then maintains an always-fresh feature profile for every account and user. Our models score churn risk and activation intent in real time, with explanations you can inspect and override.

1. Capture events

Send product and API events using a single JSON envelope. We enforce schema contracts so your signals stay clean.

2. Score in real time

Features are updated in <45s and scored via a low-latency API designed for in-flow experiences.

3. Explain and act

Every score ships with feature contributions so your teams know why risk changed and what to do next.

API quickstart — from key to score in 3 steps

  1. Create an API key in the DiCorner console.
  2. POST events to /v1/score using our JSON schema.
  3. Read back {score, risk_label, explanation} and route users accordingly.

We provide SDKs for JavaScript and Python, plus copy-paste snippets for cURL and popular HTTP clients.

Example: first score in cURL

curl -X POST https://api.dicorner.com/v1/score \
  -H "Authorization: Bearer <YOUR_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "account_id": "acct_123",
    "user_id": "user_456",
    "events": [
      {
        "name": "session_start",
        "timestamp": "2025-11-23T00:00:00Z",
        "properties": {"device": "web"}
      }
    ]
  }'

Pricing that matches your stage

  • Builder — Free tier for early-stage products; limited events and scoring calls.
  • Growth — Volume-based pricing with higher SLAs, webhooks, and replay.
  • Enterprise — Dedicated tenant, custom retention, and private deployments.

Developer onboarding in two clicks

  1. Sign in with your work email; copy your API key.
  2. Send your first event using our JSON envelope.

Everything else — dashboards, alerts, and advanced routing — stays gated until you are reliably sending events. The first goal is simple: get a trustworthy score and explanation in your stack.