OCNORA
Solutions · Insurance

Claims, renewals and documents, with an audit trail you can hand to the regulator.

OCNORA was first run in production for insurance platforms. FNOL triage, document extraction and approvals are workflows here, not custom code.

What you automate

Three workflows teams build here first.

  1. 01

    First notice of loss: extract the claim from the form or the email, validate it, triage by severity, notify the adjuster.

  2. 02

    Policy documents and IDs read into structured fields, with a human check on anything below a confidence threshold.

  3. 03

    Renewal and endorsement workflows with the approvals your underwriting rules require, recorded step by step.

From the template library

First notice of loss: extract, validate, triage

A claim notification arrives by webhook; AI extracts the loss details, the payload is validated, an adjuster triages it and the claim is opened in Iris.

Extract the claim, validate it, ask a human if the data is doubtful, branch on severity, notify.7 nodes · about 25 min to set up
Why OCNORA here

Built for this, not adapted to it.

An FNOL triage template

Extract, validate against a schema, ask a human when the data is doubtful, branch by severity, notify. Import it and change the thresholds.

Document extraction as a node

AI extraction with a JSON schema, then a validation node. Bad extractions fail a step, not a claim.

Approvals as first-class steps

Human prompt nodes with timeouts and reminders. Approval is part of the run, so the record of who approved what is part of the run too.

An audit log on every run

Every run, step, payload and mutation is recorded with who and when. Run lineage is a view, not an investigation.

PII crypto-shred

Personal data is encrypted with per-record keys. Deleting the key deletes the data everywhere it was written, including in run history.

Run it where the data must stay

Self-host on your Kubernetes with Helm values for AWS, Azure or GCP, under an offline licence. Nothing leaves your boundary.

Integrations

Apps this kind of workflow usually touches.

Each one has its own page with operations, triggers and auth.

See a workflow run in your first ten minutes.

Create a workspace, import an n8n file or start from a template, and watch Workflow Health check it before it ever runs.