Every capability the platform exposes to its own interface is a documented API. The ledger, risk scoring, reconciliation and compliance workflows are all reachable over REST, drivable by your coding agent through MCP, and runnable entirely on your own infrastructure — whether the transaction is a payment, a fare, or a tonne.
The API is generated from the data model rather than hand-written alongside it, so the documentation cannot drift from what the platform actually does. Every endpoint is described by OpenAPI, secured by bearer tokens, and governed by access rules enforced at the data layer.
LedgerFlow ships a token-secured Model Context Protocol server. Point your coding agent at a real deployment and let it read the live shape of the data while it builds your integration — instead of guessing from a PDF.
LedgerFlow runs as a self-contained stack in your own environment. No managed dependency you cannot inspect, and no data crossing your perimeter unless you decide to send it.
The best architecture diagram is the one your on-call engineer never needs at three in the morning. LedgerFlow is built to be understood, deployed and upgraded by a small team — not to impress anyone with the length of its component list.
The Developer surface isn't a separate product — it's how you reach all four pillars programmatically.