Skip to main content
Mongeflow

Developers

Connect decisions to the rest of your stack.

Generate an API key. Read decisions, pull exports, receive signed webhooks. Decisions are created in the app — a key never creates or solves one.

Read a decision

List decisions or fetch one by id, with its verdict and the evidence behind it. Responses carry X-RateLimit headers. Decisions are created in the app, never by key.

curl https://mongeflow.com/api/v1/analyses \
  -H "Authorization: Bearer mf_live_..."

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.