Interactive Prototype · Agent-Commerce Auction
Atlas · agent-commerce auction simulator.
Walk a buy-side view end-to-end: pick an agent intent (B2B procurement, DTC purchase, travel booking), configure the parallel auction (toggles, publisher revenue share, bidder pool), watch bids stream against a live scoring matrix (price · constraint-match · conversion prior · creative quality), and export the cryptographically-signed receipts and the IAB Tech Lab reconciliation a publisher would file against. Bidders are mocked; the export schemas are real.
- 01Intent
- 02Auction config
- 03Run auction
- 04Export
Pick an agent session.
Sample bindings · parsed-intent preview-
Pick a sample above to populate the parsed-intent profile.
Tune the parallel auction.
Toggles · revshare · bidder poolSettle on a winner.
Parallel bids · signed receipt-
Live scoring matrix · price × constraint × prior × creative
| Bidder | Bid | CM | Prior | Score |
|---|
CM = constraint-match (0-1). Prior = expected conversion probability. Score = bid × CM × prior × creative (0-1).
Bidders
-
In active pool
Settled CPA
-
Second-price clear
Publisher payout
-
Of clearing bid
Receipt size
-
Signed bytes
Bid stream · settlement events · signed receipts will stream here once the auction starts.
Signed artifacts.
OpenRTB-shaped · IAB-shaped · 4 filesProven on the prototype
- Parallel auction over agent-readable units settles in under 7s with a sealed-bid second-price clear and a deterministic constraint-match score.
- Cryptographically-signed receipts (mock SHA-256, OpenRTB-shaped) make verified attribution a contractual artifact, not a probabilistic model.
- Publisher revenue share lands as a daily-granular payout schedule the publisher console can display, with the pool ceiling at 35% per the brief.
- IAB Tech Lab-shaped reconciliation (impressions, agent-actions, conversions, payouts) closes the books for ad-tech accounting.
Out of scope, by design
- Bidder integrations and creative ingest are mocked; live OpenRTB 2.6 transport sits behind real seat onboarding.
- The open Agent Ad Protocol spec ships as the standards lever; this prototype is the reference implementation, not the spec.
- Brand-safety classifier on agent-rendered creative is a separate model surface; counter-metric (incidents per million) sits at 1.5 cap.
- Real cryptographic key custody (HSM · rotation · revocation) is post-engagement infra, not a static-page concern.