AgentPay
Edge micro-ledger for AI agents. An ultra-fast, zero-fee machine-to-machine financial rail running natively at the serverless edge for autonomous AI agents
Sign in with GitHub (log out first if you used Google) so we can list your repos.
Omit from_repo on pay/escrow when set.
Secret shown once. Agents use Authorization: Bearer a2a_…
Events: escrow.released, escrow.refunded, escrow.expired, wallet.locked, agent.runaway_loop. Header X-AgentPay-Signature: sha256=<hmac>. Secret shown once.
Hold debits sender now. Release pays receiver. Refund returns to sender. Expire now refunds holds past TTL (cron also runs every 15 min).
Hold a budget, drip pay as units meter, cancel anytime to refund the rest — like a live task wallet.
Enable holds budget. Meter moves rate×units to receiver. Cancel refunds unspent.
Zero-trust funding: parent funds a capped child wallet with TTL. Child can only spend via /api/subwallet/spend. Close or expire auto-refunds remainder to parent.
Open holds budget from parent. Spend pays a receiver from the sandbox only. Close refunds unspent. Cron expires past TTL.
Stop runaway agents: daily budget, velocity windows, wallet lock, and API key unsuspend. Defaults apply when fields are empty.
Unlock clears kill-switch on your bound agent. Unsuspend keys from the API keys list when a key was auto-suspended.
Declarative rules enforced on every pay, escrow hold, stream open, and sub-wallet open. Deny wins over allow. Globs: acme/*, *.
Empty allow list = all destinations allowed (still subject to deny). Policy is evaluated before velocity and daily budget.
Collapse A↔B micro-pays into one net obligation. Soft mode annotates the ledger only; hard mode can move balances.
Only pairs with both directions of flow are netted. Gross volume vs net volume shows capital efficiency.
Demo only. Cap $10 / call, $100 / agent.
Same key never double-charges. Empty From = pay as bound agent.
| ID | From | To | Amount | Task | Status | ms | Time |
|---|---|---|---|---|---|---|---|
| Loading… | |||||||
Agents: Bearer key. Escrow: hold → release or refund.