Skip to content
Kauzio Lumi · For builders

The decision layer,one endpoint away.

Lumi exposes the full Kauzio platform as one clean API. Plain JSON in, plain JSON out. Send any choice your users are about to make and get back a verdict, the case for and against, a reversibility score and a signed receipt your users can verify. Pay only for what you call. Free to start.

50 calls free · 99.9% SLA on paid plans · No card to start

Kauzio Lumi

Kauzio Lumi

Decision intelligence.

One POST.

Drop signed verdicts and risk scores into your own product. Six engines behind one endpoint.

POST/v1/decide
{ verdict: "…" }
Signed receipt issued

Simple by design

One API call.
Full decision analysis.

Send any decision as plain text. Get back structured analysis, bias flags, a recommended action and a confidence score, all in a single response.

Get your API key
Example request
curl -X POST \
  https://api.kauzio.com/v1/decide/analyze \
  -H "Authorization: Bearer kz_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "decision": "Should we expand to the US market in Q3?"
  }'
Response
{
  "decision_id": "dec_8f2a...",
  "recommendation": "Delay to Q4",
  "confidence": 0.74,
  "biases_detected": ["optimism_bias"],
  "factors": [...],
  "second_order_effects": [...]
}

API Reference

Key endpoints

A selection of the most powerful endpoints in the Kauzio API.

POST/v1/decide/analyze
POST/v1/kernel/consequence/simulate
GET/v1/analytics/insights
POST/v1/simulation/run
GET/v1/kernel/signals
POST/v1/agents/decision-room

Platform features

Built for production

API Keys & Rate Limiting

Generate multiple API keys per project, set rate limits, and monitor usage per key, all from the Lumi developer dashboard.

Webhooks

Subscribe to decision events, simulation completions, and signal triggers. Get real-time notifications sent to your endpoint.

Usage Analytics

Track API calls, latency, and error rates. Get a full audit log of every request made against your keys.

Enterprise Security

Webhook signing, IP allowlisting, and OAuth 2.0. Encryption in transit and at rest, full audit logging, and compliance controls in progress.

Low Latency

Decision analysis in under 800 ms. Consequence simulation in under 2 s. Hosted on European infrastructure.

SDKs Coming Soon

Python, Node.js, and Go SDKs in development. Today, our REST API works with any language or framework.

In the terminal

One API key. A whole Decision OS behind it.

Stripe gave developers payments. Twilio gave them communication. Kauzio gives them the Decision OS. One key, three signed endpoints, eight webhook events. Drop a verdict, a risk score and a tamper-proof certificate into anything you build.

POST /v1/decide{"question": "Should we acquire Northpoint?"}→ 200 OK{"verdict": "proceed","confidence": 0.82,"receipt_id": "kz_a14f..."kz_a14f
One POST · signed receipt back · verifiable forever

One API. Every product you build.

Your code. One verdict away.

Lumi sits behind one REST endpoint. Drop a verdict, a risk score and a signed certificate into anything you ship: web, mobile, server, SaaS, AI agent, e-commerce, you name it.

Kauzio Lumi

API · /v1/decide

200 OK · 221 ms:

Web app

browser → API

Mobile · iOS · Android

on-device call

Backend service

server-side decision

CLI · ops scripts

curl or SDK

AI agent

tool-call from LLM

E-commerce store

checkout, returns

SaaS product

embedded inside

Slack · Discord bot

chat-driven calls

Analytics pipeline

real-time scoring

One API key. Pay per call, free to start. Every response ships a tamper-proof signed receipt you can verify with /v1/verify.

How the API flows

Seven stages. One signed response.

Every public endpoint runs the same seven-stage loop server-side and returns a verdict, a risk score and a verifiable certificate id.

Step 01

Suggested

A POST hits /brain/query with a decision

Step 02

Reviewed

Engines run, for / against compiled

Step 03

Approved

API returns verdict + risk + cert id

Step 04

Executed

Your app executes the decision downstream

Step 05

Measured

You PATCH outcome back to /decisions/:id

Step 06

Learned

Webhook delivered · models recalibrate

Step 07

Closed & fed back in

usage.recorded · loop closed for the call

The loop closes — every outcome feeds the next decision

Inside the Developer API

Production decision intelligence at API-call scale.

Three endpoints, eight webhook events, signed certificates. Drop the entire Decision OS into anything you ship.

API Keys

kz_live_* keys, scopes, rate limits

8 Webhook Events

HMAC-signed, retried, logged

Certificate Verify

Public verify endpoint, no auth

/brain/query

Grounded AI Q&A over user data

/consequence/simulate

Full cascade in one API call

/opposition/challenge

Get an honest second opinion’s reply

Usage Meter

Daily + monthly limits, real-time

Delivery Logs

Every webhook attempt, status, retries

99.9% SLA

On paid plans, status.kauzio.com

Pricing

Pay per call. Free to start.

Free · Indie · Studio · Enterprise.

50 calls free

See API pricing

14-day free trial · No credit card · Cancel any time