Agent-safe checkout in one call.
ZeroRace exposes a single primitive: POST /v1/purchases/commit — one idempotent ACID transaction on Aurora DSQL that claims inventory, debits a spend mandate, and writes a balanced double-entry ledger, atomically. Drop it into any agent. Retry it forever. It can't oversell, double-charge, or breach a budget.
Run a real commit right now.
No key required. /v1/sandbox/commit runs the exact production kernel against a stocked sandbox SKU and returns a real snapshot from Aurora DSQL. Send it twice with the same Idempotency-Key to watch replay-safety hold.
~10 lines in your agent.
POST /v1/purchases/commit
The one idempotent ACID commit. Request body:
Response snapshot
Status codes
Each guarantee is a database invariant.
// Proven live: a 1,000,000-agent swarm sells exactly 100 units — oversells 0 · duplicate settlements 0 · ledger drift 0 · mandate breaches 0, with OCC retries bounded (585) and visibly non-zero.
See it hold under a million agents.
The same kernel you just called, under a live swarm with a mid-run region failover — every counter pinned at zero.
Enter Mission Control →