← back to portfolio

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.

  1. 01Intent
  2. 02Auction config
  3. 03Run auction
  4. 04Export
01 · Agent intent

Pick an agent session.

Sample bindings · parsed-intent preview
Pick a sample above to populate the parsed-intent profile.

Proven 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.