Minctrl is the AI-native workflow builder for regulated operations. Design a process once; AI agents execute it end-to-end, and a governance layer — risk-tiered gates, a panel of compliance judges, calibrated confidence and a tamper-evident audit trail — decides exactly when a step pauses for human sign-off.
See every decision an agent made, why each gate paused, and who signed off — in a tamper-evident trail your auditor can read.
Minctrl turns a regulated process into a running, governed workflow — 45 ready across fintech, telecom, health, legal & insurance, or describe your own.
Every risky step is a gate. A tier resolver routes it — low-risk reversible work can auto-clear, medium goes to a panel of compliance judges, irreversible always waits for a human. Calibrated confidence and a tamper-evident audit trail on every decision.
Design → validate → run → gate → park → resume → audit. Every run follows the same replayable path with durable checkpoints — parked runs survive restarts and resume exactly where a human signed off.
Operational-process depth, not generic automation: AML/SAR triage, prior-authorization, chargeback representment, collections under FDCPA — 45 flows across 11 verticals, each with the right gates pre-wired.
Design, run, gate, and audit — plus the connectors and BPMN interop to fit your existing stack.
Design a process as a node graph, then validate it — reachability and gate-removal checks before anything runs.
Real branched processes across 11 verticals, each with the right risk gates already wired in.
Every step scored by blast radius and reversibility. A compliance-judge panel weighs in on the medium-risk ones.
Bind any step's tool to your own HTTP API — base URL, method, auth, field mapping — and test the wiring before you save.
Bring an existing BPMN model in, or export any Minctrl process out. Round-trips with your BPM tooling.
A Temporal-backed runtime parks a run at a gate and survives restarts — resuming deterministically on sign-off.
Who decided what, why each gate paused, which connector fired — sealed into the artefact a regulator asks for.
Each agent decision carries a calibrated confidence score, so a low-confidence step can escalate to a human.
Design a process once — on the canvas or from your existing BPMN — then watch a governed run drive it step-by-step, calling real APIs through connectors and parking for human sign-off exactly where risk demands. Durable, replayable, sealed.
Lay out the process on a node canvas — or import your existing BPMN 2.0. Every step is a typed node; bind its tool to a real HTTP connector.
Deep reasoning at the gate: risk-tiering, judge panel, calibrated confidence on irreversible steps
Per-step execution across 45 flows — enrich, screen, decide, call the bound HTTP connector
High-frequency deterministic work: intake, routing, sealing the audit trail, replay guards
Need the underlying app too? The same agents can scaffold the vertical application a process runs on — see the AI app builder.
Minctrl scores every step by blast radius and reversibility, then routes it: low-risk reversible work clears automatically, medium-risk goes to a panel of compliance judges with calibrated confidence, and irreversible actions always wait for a human. A tamper-evident audit trail records who decided what — the artefact a regulator asks for.
Not every step stops. The resolver routes each one by risk — reversible work clears on its own, and an irreversible step (filing a SAR, releasing a payment) can never fire without a human sign-off.
These aren't demos. Each is a real, branched process — multi-step, gated at every irreversible action — that runs across fintech, telecom, health, legal, insurance and more.
Reversible steps run on their own; the risk gate parks the run and waits for a human before the one irreversible action — then everything is sealed into a tamper-evident audit trail.
Integrated views into a governed run — the live console, a tamper-evident audit trail, the execution graph, plus the board, wiki and analytics.


Project list + create workflow.

Auto-populated tickets per gate.

Auto-generated docs across runs.
A governed AI run completes a process step in seconds for cents of tokens — a human analyst takes minutes to hours at a loaded rate. The human stays only on the irreversible step.
cents of LLM tokens per case, vs analyst-hours
an agent runs the reversible steps end-to-end
a person reviews only the irreversible gate, not every case
Figures above are illustrative examples for shaping intuition — not measured customer results. Token cost varies with model tier, case complexity and prompt size; analyst time and loaded rate vary by team and jurisdiction.
Every governed run is an API call away. Authenticate, bind a step to your own HTTP API, start a run that parks at the first human gate, then record the decision to resume it.
curl -X POST https://api.minctrl.com/auth/login \
-H "Content-Type: application/json" \
-d '{"email":"you@bank.com","password":"••••••"}'
# → { "token": "eyJhbGciOi..." } (also: POST /auth/register)curl -X PUT https://api.minctrl.com/connectors/sanctions_screen \
-H "Authorization: Bearer $TOKEN" -H "Content-Type: application/json" \
-d '{"base_url":"https://api.yourbank.com","method":"POST",
"path":"/screen","auth_type":"bearer","auth_token":"$KEY",
"body_map":{"name":"customer.name"},"reversible":true}'
curl -X POST https://api.minctrl.com/connectors/sanctions_screen/test \
-H "Authorization: Bearer $TOKEN" -H "Content-Type: application/json" \
-d '{"config":{...},"state":{"customer":{"name":"Acme Ltd"}}}'curl -X POST https://api.minctrl.com/process-runs \
-H "Authorization: Bearer $TOKEN" -H "Content-Type: application/json" \
-d '{"vertical":"kyc-aml","inputs":{"case":"A-4471"}}'
# → { "run_id": "...", "status": "parked", "gate": "signoff" }
curl -X POST https://api.minctrl.com/process-runs/$RUN_ID/resume \
-H "Authorization: Bearer $TOKEN" -H "Content-Type: application/json" \
-d '{"gate":"signoff","decision":"approved"}'
curl https://api.minctrl.com/process-runs/$RUN_ID \
-H "Authorization: Bearer $TOKEN" # full run + sealed audit trailcurl https://api.minctrl.com/process-templates/ \
-H "Authorization: Bearer $TOKEN"
curl https://api.minctrl.com/process-templates/kyc-aml/canvas -H "Authorization: Bearer $TOKEN"
curl https://api.minctrl.com/process-templates/kyc-aml/bpmn -H "Authorization: Bearer $TOKEN"The full OpenAPI / Swagger schema is served by the API at /docs — every endpoint, model and response documented and try-it-live.
Three tiers — start free, pay only when a governed run executes. Enterprise gets bespoke compliance frameworks and on-prem deploy.
Explore governed automation. Bring your own LLM key.
Avg cost per governed run: cents in LLM tokens · Free tier covers your first 30 runs
Start a governed run in minutes — agents execute end-to-end through your own APIs, park at the gates you define, and seal a tamper-evident audit trail. For cents per run.