Skip to main content
Mongeflow

Developers

Connect decisions to the rest of your stack.

Generate an API key. Submit a brief, fetch the recommendation, listen for events. The same primitives the dashboard uses.

Submit a decision

POST a brief in business language. Mongeflow returns a decision id, a structured plan, and a list of inputs it inferred or still needs.

curl https://mongeflow.com/api/decisions \
  -H "Authorization: Bearer mf_live_..." \
  -H "Content-Type: application/json" \
  -d '{ "brief": "Rebalance freight across 3 hubs..." }'

Listen for events

Configure a webhook endpoint. We sign payloads, retry with backoff, and ship every event the dashboard sees.

{
  "event": "decision.solved",
  "decision_id": "dec_01H...",
  "delivered_at": "2026-05-03T10:42:13Z"
}

Build with us

We document only what works. If it isn't here, it isn't ready.