DEV Community

t49qnsx7qt-kpanks
t49qnsx7qt-kpanks

Posted on

control planes for agent payments are shipping now

paysentry launched this week as an open-source control plane for ai agent payments. it's the third governance-layer tool to ship this month, after ledge and agentkey.

the timing isn't random. agents are moving from demos to production, and production means real money moving without human approval on every transaction. that requires a control plane — something that sits between the agent and the payment rail, enforces policy, and logs decisions.

paysentry, ledge, and mnemopay's fiscalgate all solve the same core problem: an agent wants to pay someone, and something has to decide whether that payment should happen before it clears.

the control plane checks budget (is there money left), policy (is this vendor approved), and context (did the agent already pay this invoice). if all checks pass, the payment proceeds. if any check fails, the payment blocks and the failure gets logged.

mnemopay's fiscalgate adds two things on top of that: two-phase commit (request and commit are separate steps, so you can rollback if phase two fails) and merkleaudit (tamper-evident logs for article 12 compliance).

the fact that three tools with similar architecture shipped in 30 days proves the market is real. agents handling money need governance layers. the question isn't whether to build one — it's which one fits your stack.

if you're wiring payments to agents, start with a control plane. paysentry is open-source, fiscalgate is built for compliance, ledge focuses on policy rules. pick one and ship.

Top comments (0)