
Platform
The pipeline, end to end.
Six stages between a written brief and a verified decision. Each one is visible, and each one is checked.
STEP 01 • DESCRIBE
A brief, not a form
The intake is a written brief in business language. It is validated before anything runs, and the decision type is detected with a reported confidence.

STEP 02 • FORMULATE
The model card is the contract
Objective, fields, and constraints materialize as an editable model card. Every cell carries provenance. One serialization feeds the solver — what you see is what runs.

STEP 03 • VALIDATE
Gaps are named
Before the solve, the model is checked for completeness. Missing required fields are listed explicitly — no silent assumptions.
STEP 04 • SOLVE
Draft first, then certified
A fast heuristic draft gives a feasible answer early, marked as not proven optimal. The certified run executes on production solvers and returns the objective value and the solution.
STEP 05 • VERIFY
Checked before shown
Every solution passes a per-check validation report. The certified badge appears only when all checks pass — the trail of how it got there ships with the answer.
STEP 06 • DELIVER
From answer to deliverable
Recommendation cards, scenario comparisons, eight export formats, API reads, and signed webhooks carry the solved decision to wherever the work happens.
The solvers
Production solvers. The real ones.
The same industrial-grade optimization engines specialist teams reach for — constraint programming and linear programming — now reachable in plain language.
The API
Read, export, verify
Keys are mf_live_xxxxxxxxxxxxxxxxx and mf_test_xxxxxxxxxxxxxxxxx bearers. Rate limits scale by plan — 30, 120, or 600 requests per minute, with X-RateLimit headers on every response. The full surface is documented in OpenAPI 3.1 at /api/v1/openapi.json.
# Every webhook is signed
X-Mongeflow-Signature: sha256=…
# HMAC-SHA256 over the payload — verify before trusting
# Signed event types include:
analysis.solved · the decision is certified
export.ready · the deliverable is built
Questions
Asked, answered
Can I see the formulation?
Yes. The model card shows the objective, fields, and constraints, with provenance on every cell, and it is editable before the solve.
Which solvers run my problem?
Industrial-grade production solvers — constraint programming and linear programming engines. The draft solve is a heuristic pass and is labeled as such.
What does “certified” mean?
A solution is certified only when the post-solve validation report passes every check. The report ships with the decision.
Can I edit the model?
Yes — the model card is editable, and validation re-runs after every change.
How is my data handled?
Organizations are isolated at the database layer with row-level security. Our infrastructure providers maintain SOC 2 Type II certification.
What are the plan limits?
Decisions per month, seats, export formats, and API rate limits scale by plan — see pricing for the exact numbers.