[
  {
    "id": "2024-w48-standards-anthropic-mcp",
    "date": "2024-11-25",
    "lane": "Standards",
    "type": "spec",
    "title": "Anthropic releases Model Context Protocol",
    "summary": "Open spec for connecting AI assistants to data sources and tools, published with reference servers in TypeScript and Python.",
    "why_it_matters": "The Model Context Protocol (MCP) is the first cross-vendor specification for the tool-access layer of agent infrastructure, predating Google's agent-to-agent (A2A) protocol (2025-w15-standards-google-a2a) by roughly five months and the Agent Payments Protocol (2025-w38-standards-google-ap2-protocol) by ten. The reference servers ship under the MIT licence with bindings in TypeScript and Python, providing the substrate that later commerce specs layer on top of \u2014 AP2 cites MCP as a transport, and the Stripe-OpenAI Agentic Commerce Protocol (2025-w40-payments-stripe-openai-acp-instant-checkout) uses MCP-shaped tool calls. The 2025-11-25 anniversary revision (2025-w48-standards-mcp-spec-update) adds async Tasks and OAuth refinements. MCP is also one of three flagship projects under the Linux Foundation's Agentic AI Foundation (2025-w50-standards-linux-foundation-aaif), establishing neutral governance for the layer.",
    "source_url": "https://www.anthropic.com/news/model-context-protocol",
    "source_name": "Anthropic Engineering",
    "importance": 5,
    "added_in_week": "2024-w48"
  },
  {
    "id": "2025-w15-standards-google-a2a",
    "date": "2025-04-09",
    "lane": "Standards",
    "type": "spec",
    "title": "Google publishes Agent2Agent protocol at Cloud Next",
    "summary": "Open protocol for inter-agent communication and capability negotiation, launched at Google Cloud Next with support from 50+ technology and services partners.",
    "why_it_matters": "The agent-to-agent (A2A) protocol occupies the inter-agent layer that MCP (2024-w48-standards-anthropic-mcp) does not address: MCP standardises how an agent reaches tools and data, while the A2A protocol standardises how two agents discover, authenticate, and negotiate capabilities with each other. The 50+ launch partners include Salesforce, SAP, ServiceNow, and Atlassian, placing enterprise workflow vendors alongside cloud providers in the spec's governance. A2A becomes the transport that Google's Agent Payments Protocol (2025-w38-standards-google-ap2-protocol) extends with payment Mandates, and the Universal Commerce Protocol (2026-w02-standards-google-ucp-launch) layers full commerce flows on top. The protocol is later folded into the Linux Foundation Agentic AI Foundation governance discussion (2025-w50-standards-linux-foundation-aaif), joining MCP and AGENTS.md under neutral stewardship.",
    "source_url": "https://developers.googleblog.com/en/a2a-a-new-era-of-agent-interoperability/",
    "source_name": "Google Developers Blog",
    "importance": 4,
    "added_in_week": "2025-w15"
  },
  {
    "id": "2025-w18-payments-mastercard-agent-pay",
    "date": "2025-04-29",
    "lane": "Payments",
    "type": "launch",
    "title": "Mastercard unveils Agent Pay",
    "summary": "Network-level agentic payments programme introduces Agentic Tokens \u2014 cryptographically secure, traceable credentials for agent-initiated transactions \u2014 with Microsoft as launch partner.",
    "why_it_matters": "Mastercard Agent Pay is the first network-level entry from a card scheme into agentic payments, predating Visa's Trusted Agent Protocol (2025-w42-payments-visa-trusted-agent-protocol) by roughly six months. Agentic Tokens borrow from EMVCo tokenisation, binding a card credential to a specific agent identity and transaction context. The launch frames the network rails \u2014 not the agent vendor \u2014 as the trust anchor, a position Mastercard extends through PayPal wallet integration (2025-w44-payments-mastercard-paypal-integration), live Citi and US Bank issuance (2025-w44-payments-mastercard-agent-pay-live-us), enterprise Agent Suite (2026-w05-payments-mastercard-agent-suite-enterprise), Australia's first authenticated transaction (2026-w05-pilots-mastercard-australia-first-agentic-payment), and Europe's first live end-to-end agent payment with Santander (2026-w10-pilots-santander-mastercard-europe-first-payment). By Q1 2026 (2026-w18-payments-mastercard-agent-pay-q1-milestone) Mastercard Agent Pay covers nearly all Mastercard cards globally.",
    "source_url": "https://www.mastercard.com/us/en/news-and-trends/press/2025/april/mastercard-unveils-agent-pay-pioneering-agentic-payments-technology-to-power-commerce-in-the-age-of-ai.html",
    "source_name": "Mastercard Newsroom",
    "importance": 5,
    "added_in_week": "2025-w18"
  },
  {
    "id": "2025-w37-payments-mastercard-agent-pay-expansion",
    "date": "2025-09-10",
    "lane": "Payments",
    "type": "launch",
    "title": "Mastercard expands Agent Pay with developer tools and Stripe, Google, Antom partnerships",
    "summary": "New Agent Toolkit, Insight Tokens, and Agent Sign-Up tools released; Stripe, Google, and Ant International's Antom join as implementation partners.",
    "why_it_matters": "The expansion adds the developer-facing layer that the April Mastercard Agent Pay launch (2025-w18-payments-mastercard-agent-pay) deferred: an Agent Toolkit for integrators, Insight Tokens for merchant context, and an Agent Sign-Up flow. Stripe's involvement predates its own Agentic Commerce Suite (2025-w50-payments-stripe-agentic-commerce-suite) by three months and the Agentic Commerce Protocol launch with OpenAI (2025-w40-payments-stripe-openai-acp-instant-checkout) by three weeks. Antom brings Ant International's Asia-Pacific agentic-payments rails into the partner set, foreshadowing Mastercard's Australian agent transaction (2026-w05-pilots-mastercard-australia-first-agentic-payment). The structural pattern \u2014 card network plus payment processor plus AI vendor \u2014 recurs in Visa's Trusted Agent Protocol (2025-w42-payments-visa-trusted-agent-protocol) the following month with Stripe, Adyen, and Microsoft. Google's involvement at this stage predates the Universal Commerce Protocol launch (2026-w02-standards-google-ucp-launch) by four months.",
    "source_url": "https://www.mastercard.com/us/en/news-and-trends/press/2025/september/mastercard-unveils-new-tools-and-collaborations-to-power-smarter,-safer-agentic-commerce.html",
    "source_name": "Mastercard Newsroom",
    "importance": 4,
    "added_in_week": "2025-w37"
  },
  {
    "id": "2025-w38-standards-google-ap2-protocol",
    "date": "2025-09-16",
    "lane": "Standards",
    "type": "spec",
    "title": "Google launches Agent Payments Protocol (AP2) with 60+ partners",
    "summary": "Open payment protocol using cryptographically-signed Mandates to authorise agent-led transactions across credit, debit, stablecoins, and real-time transfers; extends A2A and MCP.",
    "why_it_matters": "AP2 extends the A2A inter-agent layer (2025-w15-standards-google-a2a) and the MCP tool layer (2024-w48-standards-anthropic-mcp) into payment authorisation, using cryptographically-signed Mandates that record human intent, agent identity, and transaction scope. The 60+ partner roster spans card networks (Mastercard, American Express), processors (Adyen, Worldpay), stablecoin issuers, and real-time payment operators, making AP2 the first agent payment spec with cross-rails coverage. The Mandate model later anchors the FIDO Alliance Agentic Auth working group (2026-w18-standards-fido-agentic-working-groups). AP2 sits beneath the Universal Commerce Protocol (2026-w02-standards-google-ucp-launch) as the payment leg of the full commerce stack and informs Visa's parallel Trusted Agent Protocol (2025-w42-payments-visa-trusted-agent-protocol) released a month later.",
    "source_url": "https://cloud.google.com/blog/products/ai-machine-learning/announcing-agents-to-payments-ap2-protocol",
    "source_name": "Google Cloud Blog",
    "importance": 5,
    "added_in_week": "2025-w38"
  },
  {
    "id": "2025-w40-payments-stripe-openai-acp-instant-checkout",
    "date": "2025-09-29",
    "lane": "Payments",
    "type": "launch",
    "title": "Stripe and OpenAI launch Agentic Commerce Protocol and ChatGPT Instant Checkout",
    "summary": "Jointly developed open standard enables agent-to-merchant commerce via Shared Payment Tokens; US users can purchase from Etsy and Shopify merchants directly in ChatGPT.",
    "why_it_matters": "ACP is the first agent-to-merchant agentic-payments spec co-authored by a payment processor and an AI vendor, contrasting with the network-led model of Mastercard's Agent Pay (2025-w18-payments-mastercard-agent-pay) and Google's AP2 (2025-w38-standards-google-ap2-protocol). Shared Payment Tokens delegate scoped charge authority from user to agent without exposing the underlying card. The Etsy and Shopify launch surfaces map to two merchant ecosystems whose ChatGPT integrations later extend to Walmart (2025-w42-pilots-walmart-openai-chatgpt-checkout). Stripe's full Agentic Commerce Suite (2025-w50-payments-stripe-agentic-commerce-suite) operationalises ACP at scale, and Stripe Link adds agent APIs (2026-w18-payments-stripe-link-agents). OpenAI retires the centralised merchant-of-record model in 2026 (2026-w13-aeo-openai-instant-checkout-shutdown), pivoting to brand-owned agentic checkout. Walmart's same-week disclosure of one-third conversion versus its own site (2026-w13-pilots-walmart-chatgpt-conversion-data) is the empirical signal that drove the retirement.",
    "source_url": "https://stripe.com/newsroom/news/stripe-openai-instant-checkout",
    "source_name": "Stripe Newsroom",
    "importance": 5,
    "added_in_week": "2025-w40"
  },
  {
    "id": "2025-w41-identity-openid-foundation-ai-whitepaper",
    "date": "2025-10-07",
    "lane": "Identity",
    "type": "research",
    "title": "OpenID Foundation publishes whitepaper on AI agent identity management",
    "summary": "AI Identity Management Community Group paper covers authentication, authorisation, and governance frameworks for autonomous AI agents using existing OAuth 2.0 infrastructure.",
    "why_it_matters": "The paper places AI agent identity inside the OAuth 2.0 framework instead of inventing a parallel stack, complementing the credential-binding direction of Mastercard's Agentic Tokens (2025-w18-payments-mastercard-agent-pay) and Google's signed Mandates (2025-w38-standards-google-ap2-protocol). The Identity lane on this site has only one other entry to date, the OpenID4VP self-certification programme (2026-w09-identity-openid-vc-self-certification), reflecting how thinly populated the non-payments identity layer is. The whitepaper covers delegation, scope, audit logging, and revocation \u2014 the structural primitives that later show up in FIDO's Agentic Auth working group (2026-w18-standards-fido-agentic-working-groups) and Visa's Trusted Agent Protocol (2025-w42-payments-visa-trusted-agent-protocol), which both reuse existing authentication infrastructure rather than building from zero. The paper precedes MCP's OAuth-aligned anniversary spec (2025-w48-standards-mcp-spec-update) by six weeks.",
    "source_url": "https://openid.net/new-whitepaper-tackles-ai-agent-identity-challenges/",
    "source_name": "OpenID Foundation",
    "importance": 3,
    "added_in_week": "2025-w41"
  },
  {
    "id": "2025-w42-payments-visa-trusted-agent-protocol",
    "date": "2025-10-14",
    "lane": "Payments",
    "type": "spec",
    "title": "Visa introduces Trusted Agent Protocol",
    "summary": "Open framework developed with Cloudflare lets merchants verify AI agents and distinguish them from malicious bots; 12 launch partners include Shopify, Stripe, Adyen, and Microsoft.",
    "why_it_matters": "The Visa Trusted Agent Protocol is Visa's response to the Mastercard Agent Pay launch (2025-w18-payments-mastercard-agent-pay), arriving roughly six months after and co-developed with Cloudflare's edge bot-management infrastructure. The 12-partner roster overlaps with both Stripe-OpenAI's ACP (2025-w40-payments-stripe-openai-acp-instant-checkout) and Google's AP2 (2025-w38-standards-google-ap2-protocol), positioning Visa as a multi-protocol participant. The framework's bot-distinction problem is later quantified by Visa's own PERC threat report (2025-w47-security-visa-perc-fall-2025-threats) and by Google's prompt-injection census (2026-w17-security-google-prompt-injection-empirical-study). TAP becomes the foundation for Visa's Intelligent Commerce Connect on-ramp (2026-w15-payments-visa-intelligent-commerce-connect) and the Agentic Ready production programme in Europe (2026-w11-payments-visa-agentic-ready-europe) and globally (2026-w18-payments-visa-agentic-ready-global). Shopify, Stripe, Adyen, and Microsoft in the launch roster overlap with the Mastercard, OpenAI, and PayPal ecosystems, placing the same processor and merchant set across both card networks.",
    "source_url": "https://investor.visa.com/news/news-details/2025/Visa-Introduces-Trusted-Agent-Protocol-An-Ecosystem-Led-Framework-for-AI-Commerce/default.aspx",
    "source_name": "Visa Newsroom",
    "importance": 5,
    "added_in_week": "2025-w42"
  },
  {
    "id": "2025-w42-pilots-walmart-openai-chatgpt-checkout",
    "date": "2025-10-14",
    "lane": "Pilots",
    "type": "pilot",
    "title": "Walmart partners with OpenAI to enable ChatGPT Instant Checkout",
    "summary": "US customers can purchase Walmart and Sam's Club products directly inside ChatGPT via Instant Checkout; Stripe powers payment processing.",
    "why_it_matters": "Walmart's onboarding makes ChatGPT Instant Checkout the first AI-surface checkout to include a US big-box retailer, extending coverage that previously stopped at Etsy and Shopify merchants (2025-w40-payments-stripe-openai-acp-instant-checkout). Stripe handles the payment leg via Shared Payment Tokens. Five months later Walmart discloses that ChatGPT Instant Checkout converted at roughly a third of Walmart.com's rate (2026-w13-pilots-walmart-chatgpt-conversion-data), prompting OpenAI to retire the merchant-of-record model (2026-w13-aeo-openai-instant-checkout-shutdown) and Walmart to embed its Sparky agent directly inside ChatGPT instead. The pilot is the first data-rich case study of agentic-surface conversion economics in this dataset and informs the brand-native pivot across the AEO lane. Walmart's parallel role as a Universal Commerce Protocol co-launch retailer (2026-w02-standards-google-ucp-launch) places the company across both major AI-commerce protocol stacks.",
    "source_url": "https://corporate.walmart.com/news/2025/10/14/walmart-partners-with-openai-to-create-ai-first-shopping-experiences",
    "source_name": "Walmart Corporate",
    "importance": 4,
    "added_in_week": "2025-w42"
  },
  {
    "id": "2025-w42-aeo-mckinsey-agentic-commerce-study",
    "date": "2025-10-17",
    "lane": "AEO",
    "type": "research",
    "title": "McKinsey estimates agentic commerce at $3\u20135 trillion globally by 2030",
    "summary": "Study forecasts up to $1 trillion in US B2C retail and $3\u20135 trillion globally redirected through agentic commerce by 2030, comparing the shift to the mobile era.",
    "why_it_matters": "The McKinsey estimate is the first multi-trillion-dollar sizing of agentic commerce from a top-tier consultancy, anchoring later GMV-disclosure events: Shopify's Q1 2026 report of 8x AI-driven traffic and 13x AI-order growth (2026-w19-aeo-shopify-q1-2026-ai-traffic) and Mastercard's Q1 2026 disclosure that Agent Pay reaches nearly all cards globally (2026-w18-payments-mastercard-agent-pay-q1-milestone). The mobile-era comparison is structural rather than predictive \u2014 McKinsey maps the funnel-redirection mechanism, not the timeline. The report frames the addressable market that the answer engine optimization (AEO) lane's PayPal, Perplexity, and OpenAI launches (2025-w44-aeo-paypal-agentic-commerce-services, 2025-w47-aeo-perplexity-paypal-instant-buy, 2025-w48-aeo-openai-chatgpt-shopping-research) compete to capture. Publication falls in the same October week as Visa's Trusted Agent Protocol launch (2025-w42-payments-visa-trusted-agent-protocol), bracketing the week with both market sizing and network-level infrastructure.",
    "source_url": "https://www.mckinsey.com/capabilities/quantumblack/our-insights/the-agentic-commerce-opportunity-how-ai-agents-are-ushering-in-a-new-era-for-consumers-and-merchants",
    "source_name": "McKinsey & Company",
    "importance": 4,
    "added_in_week": "2025-w42"
  },
  {
    "id": "2025-w44-payments-mastercard-paypal-integration",
    "date": "2025-10-27",
    "lane": "Payments",
    "type": "launch",
    "title": "Mastercard and PayPal integrate Agent Pay into PayPal wallet",
    "summary": "Mastercard Agent Pay integrated into PayPal's wallet, enabling AI agents to complete transactions on behalf of PayPal users with fraud detection and buyer protection.",
    "why_it_matters": "The PayPal integration extends Mastercard Agent Pay (2025-w18-payments-mastercard-agent-pay) from its card-network base into a major digital wallet, adding fraud detection and PayPal Buyer Protection to the agentic transaction set. The deal precedes PayPal's own Agentic Commerce Services (2025-w44-aeo-paypal-agentic-commerce-services) by one day, pairing a network-level credential with a wallet-level discovery and acceptance layer. PayPal Instant Buy later powers Perplexity's free shopping agent (2025-w47-aeo-perplexity-paypal-instant-buy) and joins Microsoft Copilot Checkout (2026-w02-payments-microsoft-copilot-checkout). The integration uses the same Agentic Token model that goes live for Citi and US Bank cardholders the same week (2025-w44-payments-mastercard-agent-pay-live-us), establishing PayPal as a parallel issuance surface.",
    "source_url": "https://newsroom.paypal-corp.com/2025-10-27-Mastercard-and-PayPal-Join-Forces-To-Accelerate-Secure-Global-Agentic-Commerce",
    "source_name": "PayPal Newsroom",
    "importance": 4,
    "added_in_week": "2025-w44"
  },
  {
    "id": "2025-w44-aeo-paypal-agentic-commerce-services",
    "date": "2025-10-28",
    "lane": "AEO",
    "type": "launch",
    "title": "PayPal launches Agentic Commerce Services",
    "summary": "Agent Ready and Store Sync tools let merchants accept payments on AI surfaces and make product data discoverable across channels including Perplexity; one integration covers multiple AI shopping surfaces.",
    "why_it_matters": "Agent Ready and Store Sync sit on the merchant side of the agentic stack, complementing the consumer-side checkout work in Stripe-OpenAI's ACP (2025-w40-payments-stripe-openai-acp-instant-checkout) and Mastercard Agent Pay (2025-w18-payments-mastercard-agent-pay). The Perplexity surface coverage links to PayPal Instant Buy's later debut in Perplexity's free shopping agent (2025-w47-aeo-perplexity-paypal-instant-buy). The one-integration-many-surfaces model is later echoed by Visa's Intelligent Commerce Connect (2026-w15-payments-visa-intelligent-commerce-connect) and Stellagent's Commerce Studio (2026-w20-pilots-stellagent-commerce-studio). The release pairs with the same-week Mastercard wallet integration (2025-w44-payments-mastercard-paypal-integration), giving PayPal both the credential and the discoverability layer of agentic commerce within a single 48-hour window. PayPal Instant Buy later anchors Microsoft Copilot Checkout (2026-w02-payments-microsoft-copilot-checkout).",
    "source_url": "https://newsroom.paypal-corp.com/2025-10-28-PayPal-Launches-Agentic-Commerce-Services-to-Power-AI-Driven-Shopping",
    "source_name": "PayPal Newsroom",
    "importance": 4,
    "added_in_week": "2025-w44"
  },
  {
    "id": "2025-w44-payments-mastercard-agent-pay-live-us",
    "date": "2025-10-31",
    "lane": "Payments",
    "type": "pilot",
    "title": "Mastercard Agent Pay goes live for Citi and US Bank cardholders",
    "summary": "First confirmed live issuers for Mastercard Agent Pay; full US cardholders rollout announced for November 2025.",
    "why_it_matters": "Citi and US Bank are the first confirmed issuers to enable Agent Pay on live cardholder credentials, six months after the April launch (2025-w18-payments-mastercard-agent-pay) and five weeks after the developer-tools expansion (2025-w37-payments-mastercard-agent-pay-expansion). The full-US rollout target of November 2025 sits before Visa's parallel sandbox milestone (2025-w51-payments-visa-secure-ai-transactions-milestone) by six weeks. Visa records hundreds of closed-beta transactions across 30+ partners by mid-December while Mastercard runs production transactions on Citi and US Bank cards. The Citi-US Bank pairing covers both a major US-issuer bank and a regional issuer, exercising the Agentic Token model across issuer tiers. Australia's first authenticated agent payment (2026-w05-pilots-mastercard-australia-first-agentic-payment) and Europe's Santander milestone (2026-w10-pilots-santander-mastercard-europe-first-payment) follow within four months.",
    "source_url": "https://www.digitalcommerce360.com/2025/10/31/mastercard-agentic-commerce-is-here/",
    "source_name": "Digital Commerce 360",
    "importance": 4,
    "added_in_week": "2025-w44"
  },
  {
    "id": "2025-w47-pilots-amazon-rufus-auto-buy",
    "date": "2025-11-18",
    "lane": "Pilots",
    "type": "launch",
    "title": "Amazon rolls out auto-buy and agentic upgrades to Rufus for 250 million users",
    "summary": "50+ Rufus enhancements include autonomous auto-buy at target price for US Prime members; 250 million customers used Rufus in 2025, up 149% year-over-year.",
    "why_it_matters": "Rufus is the first AI shopping assistant deployed at quarter-billion-user scale, running on Amazon-internal infrastructure rather than a third-party agent surface. The auto-buy capability moves Amazon from search-assistance into autonomous transaction territory previously associated with external agents using Stripe-OpenAI's ACP (2025-w40-payments-stripe-openai-acp-instant-checkout) or Mastercard Agent Pay (2025-w18-payments-mastercard-agent-pay). The 149% year-over-year growth figure anchors the demand-side context for Shopify's Q1 2026 AI-traffic disclosure (2026-w19-aeo-shopify-q1-2026-ai-traffic). Amazon's parallel posture toward external agents is reflected in the Comet court order four months later (2026-w11-regulation-amazon-perplexity-court-order), drawing a structural line between first-party agent deployment and third-party agent access to account-protected surfaces. Auto-buy is the first major retailer-deployed autonomous purchase feature at consumer scale in this dataset.",
    "source_url": "https://www.aboutamazon.com/news/retail/amazon-rufus-ai-assistant-personalized-shopping-features",
    "source_name": "About Amazon",
    "importance": 5,
    "added_in_week": "2025-w47"
  },
  {
    "id": "2025-w47-aeo-perplexity-paypal-instant-buy",
    "date": "2025-11-19",
    "lane": "AEO",
    "type": "launch",
    "title": "Perplexity launches free shopping agent with PayPal Instant Buy",
    "summary": "Perplexity releases US shopping agent with real-time merchant catalog browsing and PayPal Instant Buy checkout inside search results.",
    "why_it_matters": "Perplexity's shopping agent extends real-time merchant-catalog browsing into an AI search interface, joining ChatGPT's Instant Checkout (2025-w40-payments-stripe-openai-acp-instant-checkout) and Amazon's Rufus (2025-w47-pilots-amazon-rufus-auto-buy) on the same week. PayPal Instant Buy provides the agentic-payments checkout primitive, drawing on the Agent Ready surface coverage PayPal announced five days earlier (2025-w44-aeo-paypal-agentic-commerce-services). The free-tier positioning contrasts with subscription-gated agent surfaces and broadens the AEO lane's addressable user base. Perplexity's later Comet browser becomes the subject of Amazon's preliminary-injunction case (2026-w11-regulation-amazon-perplexity-court-order), establishing the company as both a payments partner and a regulatory test case for third-party agent access to merchant accounts. The third week of November 2025 forms the densest cluster of consumer-surface launches in the AEO lane to date.",
    "source_url": "https://www.cnbc.com/2025/11/19/perplexity-ai-online-shopping-paypal.html",
    "source_name": "CNBC",
    "importance": 4,
    "added_in_week": "2025-w47"
  },
  {
    "id": "2025-w47-security-visa-perc-fall-2025-threats",
    "date": "2025-11-20",
    "lane": "Security",
    "type": "research",
    "title": "Visa PERC Fall 2025 report: 450% rise in dark-web AI agent fraud mentions",
    "summary": "Biannual threats report documents 450%+ increase in dark-web posts mentioning AI agents for fraud and 25% rise in malicious bot transactions targeting merchants.",
    "why_it_matters": "PERC is Visa's biannual payments-ecosystem risk report, and this edition is the first to make AI agent security and agentic fraud a headline category. The 450% dark-web mention figure and 25% malicious-bot transaction rise quantify the threat surface that Visa's own Trusted Agent Protocol (2025-w42-payments-visa-trusted-agent-protocol) targets. The data is later corroborated structurally by Google's empirical prompt-injection census (2026-w17-security-google-prompt-injection-empirical-study), which finds 15,300 injection instances across 11,700 pages with payment-fraud payloads among the most common. Together the two studies form the only quantified bot-and-injection data in the Security lane of this archive. The report's release a week before Mastercard Agent Pay goes live (2025-w44-payments-mastercard-agent-pay-live-us) marks the moment production agent payments and measured threat data both arrived.",
    "source_url": "https://usa.visa.com/about-visa/newsroom/press-releases.releaseId.21796.html",
    "source_name": "Visa Newsroom",
    "importance": 4,
    "added_in_week": "2025-w47"
  },
  {
    "id": "2025-w48-aeo-openai-chatgpt-shopping-research",
    "date": "2025-11-24",
    "lane": "AEO",
    "type": "launch",
    "title": "OpenAI launches ChatGPT Shopping Research",
    "summary": "Product discovery feature powered by a reinforcement-trained GPT-5 mini variant achieves 52% accuracy on multi-constraint queries; available free to all logged-in users.",
    "why_it_matters": "ChatGPT Shopping Research is OpenAI's first dedicated product-discovery feature outside Instant Checkout (2025-w40-payments-stripe-openai-acp-instant-checkout). The reinforcement-trained GPT-5 mini variant and the published 52% multi-constraint accuracy figure place a concrete benchmark on agent product reasoning, contrasting with the conversion-rate data Walmart later discloses (2026-w13-pilots-walmart-chatgpt-conversion-data). The free-tier rollout matches Perplexity's free shopping agent positioning (2025-w47-aeo-perplexity-paypal-instant-buy) and contrasts with Amazon's account-gated Rufus (2025-w47-pilots-amazon-rufus-auto-buy). Shopping Research's discovery layer later becomes part of OpenAI's pivot to brand-native apps inside ChatGPT (2026-w13-aeo-openai-instant-checkout-shutdown), with discovery decoupled from the centralised checkout model retired the same week. Discovery survived; the merchant-of-record checkout did not. Shopping Research and Instant Checkout were the two consumer touchpoints of the Stripe-OpenAI partnership; the discovery layer persisted while the payment layer pivoted to brand-owned flows.",
    "source_url": "https://openai.com/index/chatgpt-shopping-research/",
    "source_name": "OpenAI",
    "importance": 4,
    "added_in_week": "2025-w48"
  },
  {
    "id": "2025-w48-standards-mcp-spec-update",
    "date": "2025-11-25",
    "lane": "Standards",
    "type": "spec",
    "title": "Model Context Protocol publishes 2025-11-25 specification",
    "summary": "One-year anniversary spec adds async Tasks, improved OAuth support, and extensions; first revision with backward-compatibility guarantees.",
    "why_it_matters": "The 2025-11-25 revision is the first Model Context Protocol (MCP) spec update to ship a backward-compatibility guarantee, marking the protocol's transition from rapid iteration to stable infrastructure one year after its original release (2024-w48-standards-anthropic-mcp). Async Tasks address the long-running-operation gap that earlier MCP servers worked around with polling. OAuth refinements align MCP authentication with the OpenID Foundation's identity work (2025-w41-identity-openid-foundation-ai-whitepaper). The release precedes MCP's adoption as a flagship project of the Linux Foundation's Agentic AI Foundation (2025-w50-standards-linux-foundation-aaif) by two weeks, and the spec is the transport that the Stripe-OpenAI Agentic Commerce Protocol (2025-w40-payments-stripe-openai-acp-instant-checkout) and Google's AP2 (2025-w38-standards-google-ap2-protocol) both compose on top of. The anniversary timing makes the release an explicit governance checkpoint for the protocol.",
    "source_url": "https://blog.modelcontextprotocol.io/posts/2025-11-25-first-mcp-anniversary/",
    "source_name": "Model Context Protocol Blog",
    "importance": 4,
    "added_in_week": "2025-w48"
  },
  {
    "id": "2025-w50-standards-linux-foundation-aaif",
    "date": "2025-12-09",
    "lane": "Standards",
    "type": "launch",
    "title": "Linux Foundation forms Agentic AI Foundation with MCP, goose, and AGENTS.md",
    "summary": "AAIF launched with Anthropic's MCP, Block's goose, and OpenAI's AGENTS.md as flagship projects; AWS, Google, and Microsoft among platinum members.",
    "why_it_matters": "The Agentic AI Foundation (AAIF) places the Model Context Protocol (MCP) (2024-w48-standards-anthropic-mcp), goose, and AGENTS.md under a neutral, vendor-independent governance body \u2014 the same structural move the Linux Foundation made for Kubernetes, OCI, and OpenJS. The platinum-member roster covers every major cloud provider, removing single-vendor capture risk from the agent stack's lower layers. The formation parallels the Universal Commerce Protocol Tech Council (2026-w02-standards-google-ucp-launch, 2026-w17-standards-ucp-tech-council-expansion) and the FIDO Agentic Auth working group (2026-w18-standards-fido-agentic-working-groups), creating three multi-stakeholder governance bodies covering different layers: AAIF for tool-and-discovery, UCP for commerce flows, FIDO for authentication. MCP's anniversary spec (2025-w48-standards-mcp-spec-update) shipped two weeks earlier as part of the transition to neutral stewardship. Block's goose contribution adds a developer-facing CLI agent alongside the protocol-level MCP.",
    "source_url": "https://www.linuxfoundation.org/press/linux-foundation-announces-the-formation-of-the-agentic-ai-foundation",
    "source_name": "Linux Foundation",
    "importance": 5,
    "added_in_week": "2025-w50"
  },
  {
    "id": "2025-w50-payments-stripe-agentic-commerce-suite",
    "date": "2025-12-11",
    "lane": "Payments",
    "type": "launch",
    "title": "Stripe launches Agentic Commerce Suite",
    "summary": "Shared Payment Tokens, one-time card generation, and end-to-end solution for selling through AI agents; URBN, Etsy, Ashley Furniture, and Coach among launch retail partners.",
    "why_it_matters": "The Stripe Agentic Commerce Suite operationalises the Agentic Commerce Protocol Stripe co-authored with OpenAI (2025-w40-payments-stripe-openai-acp-instant-checkout) as a productised stack, joining Mastercard Agent Pay (2025-w18-payments-mastercard-agent-pay) and Visa Trusted Agent Protocol (2025-w42-payments-visa-trusted-agent-protocol) as a third commercial agentic payments offering. URBN, Etsy, Ashley Furniture, and Coach span apparel, marketplaces, home goods, and accessories, exercising the Suite across merchant categories. Shared Payment Tokens and one-time card generation later extend into Stripe Link's agent APIs (2026-w18-payments-stripe-link-agents) and inside Google Gemini and AI Mode (2026-w18-aeo-stripe-google-gemini-checkout). Stripe's parallel inclusion in the UCP Tech Council (2026-w17-standards-ucp-tech-council-expansion) places the company across every major commerce-protocol governance body. The Suite ships eleven weeks after the ACP launch, converting protocol to product on a one-quarter timeline.",
    "source_url": "https://stripe.com/newsroom/news/agentic-commerce-suite",
    "source_name": "Stripe Newsroom",
    "importance": 5,
    "added_in_week": "2025-w50"
  },
  {
    "id": "2025-w51-payments-visa-secure-ai-transactions-milestone",
    "date": "2025-12-18",
    "lane": "Payments",
    "type": "pilot",
    "title": "Visa and partners complete hundreds of secure AI-initiated transactions in closed beta",
    "summary": "Visa announces hundreds of agent-initiated payments completed with 30+ partners in Intelligent Commerce sandbox; sets mainstream adoption target for 2026.",
    "why_it_matters": "The hundreds-of-transactions figure is the first volume disclosure from Visa's Intelligent Commerce sandbox following the Trusted Agent Protocol launch (2025-w42-payments-visa-trusted-agent-protocol). The 30+ partner count overlaps with Mastercard Agent Pay's live-issuer set (2025-w44-payments-mastercard-agent-pay-live-us), though Visa remains in closed beta while Mastercard runs production transactions. The 2026 mainstream target sets up the Agentic Ready Europe launch (2026-w11-payments-visa-agentic-ready-europe), the global expansion to 85+ partners (2026-w18-payments-visa-agentic-ready-global), and Intelligent Commerce Connect (2026-w15-payments-visa-intelligent-commerce-connect). The milestone documents the transition from spec to live transactions and frames the comparative production posture of the two largest US card networks heading into 2026. The disclosure is the final Payments-lane event of the 2025 calendar year before Microsoft Copilot Checkout (2026-w02-payments-microsoft-copilot-checkout) opens 2026.",
    "source_url": "https://usa.visa.com/about-visa/newsroom/press-releases.releaseId.21961.html",
    "source_name": "Visa Newsroom",
    "importance": 4,
    "added_in_week": "2025-w51"
  },
  {
    "id": "2026-w02-payments-microsoft-copilot-checkout",
    "date": "2026-01-08",
    "lane": "Payments",
    "type": "launch",
    "title": "Microsoft launches Copilot Checkout with PayPal, Shopify, and Stripe",
    "summary": "In-chat checkout on Copilot.com lets shoppers complete purchases without leaving the interface; early merchants report 194% higher purchase likelihood in Copilot-assisted journeys.",
    "why_it_matters": "Copilot Checkout is the first chat-native checkout shipped by a top-three cloud provider and extends Microsoft's launch-partner role in Mastercard Agent Pay (2025-w18-payments-mastercard-agent-pay) into a consumer surface. PayPal, Shopify, and Stripe cover wallet, merchant platform, and processor in one integration, mirroring the stack Walmart used inside ChatGPT (2025-w42-pilots-walmart-openai-chatgpt-checkout) but deployed inside a Microsoft-owned interface. The 194% purchase-likelihood figure is the earliest disclosed lift number for an agentic-surface checkout, predating Walmart's 1.18% conversion disclosure (2026-w13-pilots-walmart-chatgpt-conversion-data) by ten weeks. Microsoft later joins the Universal Commerce Protocol Tech Council (2026-w17-standards-ucp-tech-council-expansion), placing the company in both the single-vendor and the multi-stakeholder commerce-protocol layers.",
    "source_url": "https://about.ads.microsoft.com/en/blog/post/january-2026/conversations-that-convert-copilot-checkout-and-brand-agents",
    "source_name": "Microsoft Ads Blog",
    "importance": 4,
    "added_in_week": "2026-w02"
  },
  {
    "id": "2026-w02-standards-google-ucp-launch",
    "date": "2026-01-11",
    "lane": "Standards",
    "type": "spec",
    "title": "Google launches Universal Commerce Protocol at National Retail Federation",
    "summary": "Open-source standard covering the full shopping journey co-launched with Shopify, Walmart, Target, and Etsy, endorsed by 20+ partners including Mastercard, Visa, and Stripe.",
    "why_it_matters": "The Universal Commerce Protocol (UCP) is the first open standard scoped to the full shopping journey rather than a single leg, layering on top of A2A (2025-w15-standards-google-a2a) for inter-agent transport and AP2 (2025-w38-standards-google-ap2-protocol) for payments. The Shopify, Walmart, Target, and Etsy co-launch covers four of the largest US merchant ecosystems; Mastercard, Visa, and Stripe inclusion places UCP across all major payment rails. UCP later expands with multi-item carts, Identity Linking, and BNPL (2026-w21-standards-google-ucp-gml) and brings on Amazon, Meta, Microsoft, Salesforce, and Stripe to its Tech Council (2026-w17-standards-ucp-tech-council-expansion). The Universal Cart launch at I/O 2026 (2026-w21-aeo-google-universal-cart) is the first consumer surface built on UCP, and Ulta Beauty (2026-w17-pilots-ulta-beauty-google-gemini-checkout) is the first retailer to ship UCP checkout.",
    "source_url": "https://techcrunch.com/2026/01/11/google-announces-a-new-protocol-to-facilitate-commerce-using-ai-agents/",
    "source_name": "TechCrunch",
    "importance": 5,
    "added_in_week": "2026-w02"
  },
  {
    "id": "2026-w05-payments-mastercard-agent-suite-enterprise",
    "date": "2026-01-27",
    "lane": "Payments",
    "type": "launch",
    "title": "Mastercard launches Agent Suite for enterprise deployment",
    "summary": "Combines customisable AI agents, agentic payments consulting, and Mastercard payments expertise into an integrated enterprise offering targeting Q2 2026 general availability.",
    "why_it_matters": "Agent Suite is the first enterprise-targeted productisation of agentic payments, extending the consumer-focused Mastercard Agent Pay launch (2025-w18-payments-mastercard-agent-pay) and its developer-tools expansion (2025-w37-payments-mastercard-agent-pay-expansion) into a consulting-and-deployment package. The Q2 2026 general-availability target aligns with the Q1 2026 Agent Pay milestone (2026-w18-payments-mastercard-agent-pay-q1-milestone) showing near-universal card coverage. The Suite packages the same Agentic Token primitives used in PayPal wallet integration (2025-w44-payments-mastercard-paypal-integration), Citi and US Bank issuance (2025-w44-payments-mastercard-agent-pay-live-us), and the Australian and European pilot transactions (2026-w05-pilots-mastercard-australia-first-agentic-payment, 2026-w10-pilots-santander-mastercard-europe-first-payment), repositioning them for enterprise buyers rather than individual issuers. The launch falls within the same week as the Australian first authenticated agent transaction, pairing enterprise productisation with field deployment in one news cycle.",
    "source_url": "https://www.mastercard.com/us/en/news-and-trends/press/2026/january/mastercard-launches-agent-suite-to-ready-enterprises-for-a-new-e.html",
    "source_name": "Mastercard Newsroom",
    "importance": 4,
    "added_in_week": "2026-w05"
  },
  {
    "id": "2026-w05-pilots-mastercard-australia-first-agentic-payment",
    "date": "2026-01-28",
    "lane": "Pilots",
    "type": "pilot",
    "title": "Mastercard and Australian banks complete country's first authenticated agentic transactions",
    "summary": "CBA and Westpac cards complete Australia's first fully authenticated agentic payments via Mastercard Agent Pay using Maincode's Matilda LLM in a controlled test.",
    "why_it_matters": "The Australian pilot is the first authenticated agentic transaction outside the US for Mastercard Agent Pay (2025-w18-payments-mastercard-agent-pay), executed via CBA and Westpac \u2014 two of Australia's Big Four banks \u2014 using local LLM provider Maincode's Matilda model rather than a US foundation-model vendor. The structural pattern (network plus local issuers plus regional LLM) repeats four weeks later in Europe with Santander (2026-w10-pilots-santander-mastercard-europe-first-payment). The pilot follows the Citi and US Bank live-issuance milestone (2025-w44-payments-mastercard-agent-pay-live-us) by three months and precedes the Q1 2026 disclosure of near-universal global card coverage (2026-w18-payments-mastercard-agent-pay-q1-milestone). The Maincode involvement places a non-US frontier-model lab inside Mastercard's launch geography.",
    "source_url": "https://www.mastercard.com/news/ap/en/newsroom/press-releases/en/2026/mastercard-accelerates-ai-powered-commerce-with-australia-s-first-authenticated-agentic-transactions-using-agent-pay/",
    "source_name": "Mastercard Newsroom",
    "importance": 4,
    "added_in_week": "2026-w05"
  },
  {
    "id": "2026-w07-aeo-google-ai-mode-shopping-expansion",
    "date": "2026-02-11",
    "lane": "AEO",
    "type": "launch",
    "title": "Google activates AI Mode shopping with Direct Offers, Business Agent, and Gemini checkout",
    "summary": "Google enables Direct Offers, Business Agent chat, and sponsored formats inside AI Mode Search; Etsy and Wayfair items become purchasable inside Gemini without leaving Google.",
    "why_it_matters": "Direct Offers, Business Agent, and sponsored formats add the discovery, conversation, and monetisation layers to Google's AI Mode, extending the protocol-level Universal Commerce Protocol launch (2026-w02-standards-google-ucp-launch) four weeks earlier into a consumer surface. The Etsy and Wayfair purchase paths mirror Etsy's earlier launch in ChatGPT Instant Checkout (2025-w40-payments-stripe-openai-acp-instant-checkout), placing the same merchant inside two competing AI shopping ecosystems. Stripe's subsequent Gemini and AI Mode integration (2026-w18-aeo-stripe-google-gemini-checkout) and Ulta Beauty's UCP-powered Gemini checkout (2026-w17-pilots-ulta-beauty-google-gemini-checkout) build on this consumer foundation. The Universal Cart launch at I/O 2026 (2026-w21-aeo-google-universal-cart) extends AI Mode into a cross-service cart layer. The launch is Google's first cross-format consumer surface for answer engine optimization (AEO) and AI Mode shopping.",
    "source_url": "https://www.bloomberg.com/news/articles/2026-02-11/google-pushes-ai-shopping-features-in-search-and-gemini-chatbot",
    "source_name": "Bloomberg",
    "importance": 4,
    "added_in_week": "2026-w07"
  },
  {
    "id": "2026-w09-identity-openid-vc-self-certification",
    "date": "2026-02-26",
    "lane": "Identity",
    "type": "spec",
    "title": "OpenID Foundation opens self-certification for Verifiable Credential specifications",
    "summary": "Self-certification launches for OpenID4VP, OpenID4VCI, and HAIP 1.0, enabling wallets and issuers in 38 jurisdictions to validate compliance with the VC credential specs.",
    "why_it_matters": "Self-certification is the operational step that turns OpenID4VP, OpenID4VCI, and HAIP 1.0 from drafts into testable production specs. The 38-jurisdiction scope is the broadest geographic baseline for any AI agent identity infrastructure in this archive, extending the OpenID Foundation's earlier AI agent identity whitepaper (2025-w41-identity-openid-foundation-ai-whitepaper). Verifiable Credentials provide the wallet-level credential primitive that Mastercard Agentic Tokens (2025-w18-payments-mastercard-agent-pay) and Google's AP2 Mandates (2025-w38-standards-google-ap2-protocol) compose with at the payment layer. The programme precedes the FIDO Alliance's Agentic Auth working group (2026-w18-standards-fido-agentic-working-groups) by two months, with FIDO citing both Google AP2 and Mastercard Verifiable Intent as backing implementations. The Identity lane's two-entry footprint underlines how thinly populated the non-payments identity layer remains.",
    "source_url": "https://openid.net/openid-for-verifiable-credential-self-certification-to-launch-feb-2026/",
    "source_name": "OpenID Foundation",
    "importance": 3,
    "added_in_week": "2026-w09"
  },
  {
    "id": "2026-w10-pilots-santander-mastercard-europe-first-payment",
    "date": "2026-03-02",
    "lane": "Pilots",
    "type": "pilot",
    "title": "Santander and Mastercard complete Europe's first live end-to-end AI-agent payment",
    "summary": "First fully authenticated AI-agent payment executed within Santander's regulated banking infrastructure via Mastercard Agent Pay in a controlled production test.",
    "why_it_matters": "Santander's pilot is the second non-US authenticated agentic payment milestone for Mastercard Agent Pay (2025-w18-payments-mastercard-agent-pay), following the Australian first (2026-w05-pilots-mastercard-australia-first-agentic-payment) by five weeks. Execution inside Santander's regulated banking infrastructure \u2014 rather than a sandbox \u2014 tests the model against European supervisory regimes. The pilot precedes Visa's Agentic Ready Europe launch (2026-w11-payments-visa-agentic-ready-europe) with Barclays, HSBC, and Nationwide by one week, marking the moment both major card networks established European production footing within a single fortnight. The UK FCA's subsequent inclusion of agentic AI payments in its 2026 priorities (2026-w13-regulation-uk-fca-agentic-payments-priorities) cites the regulatory layer the Santander pilot operates within. The pilot uses the same Agentic Token model that went live for Citi and US Bank cardholders five months earlier (2025-w44-payments-mastercard-agent-pay-live-us).",
    "source_url": "https://www.mastercard.com/news/europe/en/newsroom/press-releases/en/2026/santander-and-mastercard-complete-europe-s-first-live-end-to-end-payment-executed-by-an-ai-agent/",
    "source_name": "Mastercard Newsroom",
    "importance": 4,
    "added_in_week": "2026-w10"
  },
  {
    "id": "2026-w11-regulation-amazon-perplexity-court-order",
    "date": "2026-03-10",
    "lane": "Regulation",
    "type": "regulation",
    "title": "Court grants Amazon preliminary injunction blocking Perplexity's Comet browser from Amazon accounts",
    "summary": "Federal judge bars Perplexity's Comet AI browser from accessing password-protected Amazon accounts on behalf of users, citing unauthorised access concerns.",
    "why_it_matters": "The injunction is the first US federal-court action specifically targeting an AI agent's access to password-protected accounts, populating the otherwise thin Regulation lane alongside the UK FCA's 2026 priorities (2026-w13-regulation-uk-fca-agentic-payments-priorities). The order draws a legal line between first-party agent deployment \u2014 Amazon Rufus serving Amazon customers (2025-w47-pilots-amazon-rufus-auto-buy) \u2014 and third-party agent access to the same accounts. Perplexity's parallel work on its free shopping agent (2025-w47-aeo-perplexity-paypal-instant-buy) sits outside the injunction's scope. The ruling foregrounds the authentication-versus-impersonation problem that FIDO Alliance later targets with its Agentic Auth working group (2026-w18-standards-fido-agentic-working-groups) and that Visa's Trusted Agent Protocol (2025-w42-payments-visa-trusted-agent-protocol) addresses at the network level.",
    "source_url": "https://www.cnbc.com/2026/03/10/amazon-wins-court-order-to-block-perplexitys-ai-shopping-agent.html",
    "source_name": "CNBC",
    "importance": 4,
    "added_in_week": "2026-w11"
  },
  {
    "id": "2026-w11-payments-visa-agentic-ready-europe",
    "date": "2026-03-17",
    "lane": "Payments",
    "type": "launch",
    "title": "Visa launches Agentic Ready programme in Europe and UK",
    "summary": "Production-grade testing programme for agent-initiated payments launched with Barclays, HSBC UK, and Nationwide as initial partners.",
    "why_it_matters": "Agentic Ready Europe operationalises Visa's Trusted Agent Protocol (2025-w42-payments-visa-trusted-agent-protocol) at production grade outside the US, five months after the closed-beta volume milestone (2025-w51-payments-visa-secure-ai-transactions-milestone). Barclays, HSBC UK, and Nationwide cover three of the UK's largest issuer banks and arrive one week after the Santander-Mastercard European first (2026-w10-pilots-santander-mastercard-europe-first-payment), placing both major card networks in live European production within a single fortnight. The programme later expands to 85+ partners across Asia Pacific and Latin America (2026-w18-payments-visa-agentic-ready-global) and joins Intelligent Commerce Connect (2026-w15-payments-visa-intelligent-commerce-connect) as the production-rails on-ramp for European agents. The UK FCA's subsequent inclusion of agentic AI in its 2026 payments priorities (2026-w13-regulation-uk-fca-agentic-payments-priorities) cites the regulatory layer this programme operates within.",
    "source_url": "https://www.visa.co.uk/about-visa/newsroom/press-releases.3437886.html",
    "source_name": "Visa UK Newsroom",
    "importance": 4,
    "added_in_week": "2026-w11"
  },
  {
    "id": "2026-w13-aeo-openai-instant-checkout-shutdown",
    "date": "2026-03-24",
    "lane": "AEO",
    "type": "launch",
    "title": "OpenAI shuts down Instant Checkout merchant-of-record model, pivots to brand-owned checkout",
    "summary": "OpenAI retires its centralised merchant-of-record approach after poor merchant onboarding; pivots to brand-native apps inside ChatGPT with Shopify, Etsy, and Walmart.",
    "why_it_matters": "The retirement closes the centralised merchant-of-record experiment launched with Stripe in 2025 (2025-w40-payments-stripe-openai-acp-instant-checkout), citing low merchant onboarding. The brand-native pivot \u2014 apps inside ChatGPT \u2014 aligns with Walmart's parallel disclosure of one-third conversion versus its own website (2026-w13-pilots-walmart-chatgpt-conversion-data) and Walmart's pivot to embedding the Sparky agent inside ChatGPT. The Shopify and Etsy continuity preserves the original merchant relationships in a different structural form. The shift parallels the broader industry move toward merchant-owned agentic checkout flows visible in Stripe's Suite (2025-w50-payments-stripe-agentic-commerce-suite), PayPal's Agent Ready (2025-w44-aeo-paypal-agentic-commerce-services), and Google's UCP (2026-w02-standards-google-ucp-launch), which all keep the merchant as the transacting party of record. The pivot closes the merchant-of-record experimental period for OpenAI.",
    "source_url": "https://www.cnbc.com/2026/03/24/openai-revamps-shopping-experience-in-chatgpt-after-instant-checkout.html",
    "source_name": "CNBC",
    "importance": 4,
    "added_in_week": "2026-w13"
  },
  {
    "id": "2026-w13-pilots-walmart-chatgpt-conversion-data",
    "date": "2026-03-24",
    "lane": "Pilots",
    "type": "research",
    "title": "Walmart discloses ChatGPT Instant Checkout converted at one-third the rate of its own website",
    "summary": "Walmart reports ChatGPT Instant Checkout achieved 1.18% conversion vs ~3.5% on Walmart.com; company pivots to embedding its Sparky agent inside ChatGPT instead.",
    "why_it_matters": "The 1.18% versus 3.5% disclosure is the first quantified comparison of agentic-surface conversion against a retailer's own website in this archive, contrasting with the earlier 194% purchase-likelihood lift reported for Microsoft Copilot Checkout (2026-w02-payments-microsoft-copilot-checkout). The data triggers OpenAI's retirement of the centralised merchant-of-record model the same week (2026-w13-aeo-openai-instant-checkout-shutdown) and Walmart's pivot to embedding its Sparky agent directly inside ChatGPT \u2014 preserving the OpenAI partnership (2025-w42-pilots-walmart-openai-chatgpt-checkout) while moving from third-party checkout to first-party agent. The disclosure provides the empirical counterweight to McKinsey's $3-5 trillion sizing (2025-w42-aeo-mckinsey-agentic-commerce-study) by documenting per-funnel friction at one major retailer. Walmart's role as a Universal Commerce Protocol co-launch retailer (2026-w02-standards-google-ucp-launch) is unaffected.",
    "source_url": "https://searchengineland.com/walmart-chatgpt-checkout-converted-worse-472071",
    "source_name": "Search Engine Land",
    "importance": 4,
    "added_in_week": "2026-w13"
  },
  {
    "id": "2026-w13-regulation-uk-fca-agentic-payments-priorities",
    "date": "2026-03-25",
    "lane": "Regulation",
    "type": "regulation",
    "title": "UK FCA 2026 priorities include potential rule changes for agentic AI payments",
    "summary": "FCA publishes 2026 Payments Regulatory Priorities, stating it will consider whether regulation change is needed to support agentic AI payments as a discrete area.",
    "why_it_matters": "The FCA priorities document is the first formal regulatory acknowledgment that agentic AI payments may warrant rule changes, joining the Regulation lane alongside the US Amazon-Perplexity injunction (2026-w11-regulation-amazon-perplexity-court-order). The agentic-AI line item appears alongside Open Banking and stablecoin priorities, framing agentic payments as a peer category. The publication follows Visa's Agentic Ready Europe launch (2026-w11-payments-visa-agentic-ready-europe) by two weeks and Santander-Mastercard's first European agent payment (2026-w10-pilots-santander-mastercard-europe-first-payment) by three weeks, sequencing the regulator's attention immediately after live production transactions. The FCA operates one of the most active payments regulators globally, and the inclusion establishes UK supervisory interest as a distinct workstream for the year.",
    "source_url": "https://paymentexpert.com/2026/03/25/fca-2026-payments-regulatory-priorities-report/",
    "source_name": "Payment Expert",
    "importance": 4,
    "added_in_week": "2026-w13"
  },
  {
    "id": "2026-w15-payments-visa-intelligent-commerce-connect",
    "date": "2026-04-08",
    "lane": "Payments",
    "type": "launch",
    "title": "Visa launches Intelligent Commerce Connect",
    "summary": "Protocol- and network-agnostic on-ramp enabling agents, merchants, and enablers to connect to the Visa agentic commerce ecosystem via a single integration.",
    "why_it_matters": "Intelligent Commerce Connect is Visa's first protocol-agnostic on-ramp, accepting agents that speak Stripe-OpenAI's ACP (2025-w40-payments-stripe-openai-acp-instant-checkout), Google's AP2 (2025-w38-standards-google-ap2-protocol), or Visa's own Trusted Agent Protocol (2025-w42-payments-visa-trusted-agent-protocol). The single-integration model mirrors PayPal's Agent Ready (2025-w44-aeo-paypal-agentic-commerce-services) and Stellagent's Commerce Studio (2026-w20-pilots-stellagent-commerce-studio), reducing the merchant and agent-builder integration burden across competing protocols. Connect sits alongside Visa's Agentic Ready programmes (2026-w11-payments-visa-agentic-ready-europe, 2026-w18-payments-visa-agentic-ready-global) as the network-agnostic acceptance surface for agentic payments. The launch precedes Stripe's Gemini and AI Mode integration (2026-w18-aeo-stripe-google-gemini-checkout) by three weeks. Together these pieces complete Visa's network-agnostic stack. The on-ramp mirrors PayPal's Agent Ready (2025-w44-aeo-paypal-agentic-commerce-services) one-integration-many-surfaces model and the merchant-readiness positioning of Stellagent's Commerce Studio (2026-w20-pilots-stellagent-commerce-studio).",
    "source_url": "https://www.intelligentfin.tech/2026/04/09/visa-launches-intelligent-commerce-connect-to-power-ai-driven-shopping-for-global-businesses/",
    "source_name": "Intelligent FinTech",
    "importance": 4,
    "added_in_week": "2026-w15"
  },
  {
    "id": "2026-w17-pilots-ulta-beauty-google-gemini-checkout",
    "date": "2026-04-22",
    "lane": "Pilots",
    "type": "pilot",
    "title": "Ulta Beauty deploys Gemini-powered shopping agent and UCP agentic checkout at Google Cloud Next",
    "summary": "Ulta AI launches on Ulta.com via Gemini; UCP-enabled agentic checkout goes live inside Google AI Mode and the Gemini app for Ulta products.",
    "why_it_matters": "Ulta is the first retailer to ship a live Universal Commerce Protocol checkout flow inside Google AI Mode and Gemini, eleven weeks after UCP's NRF launch (2026-w02-standards-google-ucp-launch). Ulta AI on Ulta.com pairs first-party deployment with UCP-enabled agent surfaces, mirroring the dual posture Walmart adopted after retiring centralised checkout (2026-w13-aeo-openai-instant-checkout-shutdown, 2026-w13-pilots-walmart-chatgpt-conversion-data). The launch sits inside the AI Mode shopping expansion (2026-w07-aeo-google-ai-mode-shopping-expansion) and precedes the Universal Cart launch (2026-w21-aeo-google-universal-cart) by four weeks. Beauty is the first vertical to receive a dedicated UCP retailer deployment, joining apparel and marketplaces represented in Stripe's Agentic Commerce Suite launch partners (2025-w50-payments-stripe-agentic-commerce-suite). The deployment doubles as the flagship case study for the Google Cloud Next 2026 stage.",
    "source_url": "https://www.googlecloudpresscorner.com/2026-04-22-Ulta-Beauty-and-Google-Introduce-Gemini-Enabled-Shopping-Experiences-That-Streamline-Beauty-Discovery-and-Purchase",
    "source_name": "Google Cloud Press Corner",
    "importance": 4,
    "added_in_week": "2026-w17"
  },
  {
    "id": "2026-w17-security-google-prompt-injection-empirical-study",
    "date": "2026-04-24",
    "lane": "Security",
    "type": "research",
    "title": "Google Security Blog: 15,300 prompt injection instances found across 11,700 web pages",
    "summary": "Empirical study finds 32% rise in malicious injections from Nov 2025 to Feb 2026; payment-fraud payloads targeting agents with PayPal and Stripe capabilities are among the most common.",
    "why_it_matters": "The Google census is the first quantified, web-scale measurement of in-the-wild AI agent security threats via prompt injection in this archive, providing the empirical complement to Visa PERC's dark-web-mention figures (2025-w47-security-visa-perc-fall-2025-threats). The PayPal and Stripe targeting maps directly to the agent payment stacks built on Mastercard Agent Pay's PayPal integration (2025-w44-payments-mastercard-paypal-integration), Stripe-OpenAI's ACP (2025-w40-payments-stripe-openai-acp-instant-checkout), Stripe's Suite (2025-w50-payments-stripe-agentic-commerce-suite), and the Gemini-Stripe integration (2026-w18-aeo-stripe-google-gemini-checkout). The 32% rise figure documents threat-surface growth across the same months that production agent payments reached near-universal card coverage (2026-w18-payments-mastercard-agent-pay-q1-milestone). Together with the FIDO Alliance Agentic Auth working group (2026-w18-standards-fido-agentic-working-groups), the study anchors the Security lane with measured baselines.",
    "source_url": "https://security.googleblog.com/2026/04/ai-threats-in-wild-current-state-of.html",
    "source_name": "Google Security Blog",
    "importance": 4,
    "added_in_week": "2026-w17"
  },
  {
    "id": "2026-w17-standards-ucp-tech-council-expansion",
    "date": "2026-04-24",
    "lane": "Standards",
    "type": "launch",
    "title": "Amazon, Meta, Microsoft, Salesforce, and Stripe join Universal Commerce Protocol Tech Council",
    "summary": "Ten-member governance body now spans retail, social commerce, cloud infrastructure, enterprise software, and payments, signalling broad industry convergence on UCP.",
    "why_it_matters": "The five additions extend the Universal Commerce Protocol Tech Council (2026-w02-standards-google-ucp-launch) from a retail-and-payments group into a cross-category governance body. Amazon's inclusion is structurally notable given its first-party agent posture in Rufus (2025-w47-pilots-amazon-rufus-auto-buy) and its litigation against Perplexity's Comet browser (2026-w11-regulation-amazon-perplexity-court-order). Meta brings social commerce, Microsoft brings the Copilot Checkout consumer surface (2026-w02-payments-microsoft-copilot-checkout), Salesforce brings enterprise CRM, and Stripe brings the processor layer it already operates across ACP (2025-w40-payments-stripe-openai-acp-instant-checkout) and its own Suite (2025-w50-payments-stripe-agentic-commerce-suite). The expansion places UCP alongside the Linux Foundation's AAIF (2025-w50-standards-linux-foundation-aaif) and the FIDO Agentic Auth working group (2026-w18-standards-fido-agentic-working-groups) as a multi-stakeholder governance body. The council now totals ten members.",
    "source_url": "https://www.newsfilecorp.com/release/294133/Amazon-Meta-Microsoft-Salesforce-and-Stripe-Join-the-Universal-Commerce-Protocol-Tech-Council",
    "source_name": "Newsfile Corp",
    "importance": 4,
    "added_in_week": "2026-w17"
  },
  {
    "id": "2026-w18-payments-stripe-link-agents",
    "date": "2026-04-30",
    "lane": "Payments",
    "type": "launch",
    "title": "Stripe updates Link to support AI agent payments",
    "summary": "Link gains agent-access APIs allowing agents to request spend approval, generate one-time credentials, and pay via Stripe's network without exposing the user's underlying card details.",
    "why_it_matters": "Link's agent APIs add a wallet-level credential primitive to the Stripe agentic stack, operating alongside the merchant-side Agentic Commerce Suite (2025-w50-payments-stripe-agentic-commerce-suite) and the consumer-side ACP launched with OpenAI (2025-w40-payments-stripe-openai-acp-instant-checkout). The one-time credential model parallels Mastercard's Agentic Tokens (2025-w18-payments-mastercard-agent-pay) and Visa's Trusted Agent Protocol credentials (2025-w42-payments-visa-trusted-agent-protocol), with the spend-approval primitive borrowing from Google AP2's Mandate framing (2025-w38-standards-google-ap2-protocol). The release is the same week as Stripe's Gemini and AI Mode integration (2026-w18-aeo-stripe-google-gemini-checkout) and the FIDO Agentic Auth working group formation (2026-w18-standards-fido-agentic-working-groups), placing Stripe across the wallet, AI-surface, and authentication layers of the agent payments stack. The announcement names spend-approval limits, one-time card generation, and tokenisation as the three primitives of Link's agent-access tier.",
    "source_url": "https://techcrunch.com/2026/04/30/stripe-link-digital-wallet-ai-agents-shopping/",
    "source_name": "TechCrunch",
    "importance": 5,
    "added_in_week": "2026-w18"
  },
  {
    "id": "2026-w18-standards-fido-agentic-working-groups",
    "date": "2026-04-28",
    "lane": "Standards",
    "type": "spec",
    "title": "FIDO Alliance to Develop Standards for Trusted AI Agent Interactions",
    "summary": "FIDO Alliance formed Agentic Auth TWG backed by Google AP2 and Mastercard Verifiable Intent; 60+ orgs committed.",
    "why_it_matters": "The Agentic Auth Technical Working Group is the first FIDO-led standards body scoped specifically to AI agents, extending FIDO2 and passkey infrastructure into agent authentication. Google AP2 (2025-w38-standards-google-ap2-protocol) and Mastercard Verifiable Intent contribute the protocol-level inputs, paralleling the OpenID Foundation's AI identity whitepaper (2025-w41-identity-openid-foundation-ai-whitepaper) and the OpenID4VP self-certification programme (2026-w09-identity-openid-vc-self-certification). The 60+ committed organisations span identity vendors, browser makers, and payment networks, structurally echoing the Linux Foundation AAIF formation (2025-w50-standards-linux-foundation-aaif) and the UCP Tech Council expansion (2026-w17-standards-ucp-tech-council-expansion). FIDO becomes the third multi-stakeholder governance body for agentic infrastructure formed in this archive, occupying the authentication layer. The working group's outputs feed into the Identity Linking capability Google added to UCP at I/O 2026 (2026-w21-standards-google-ucp-gml).",
    "source_url": "https://fidoalliance.org/fido-alliance-to-develop-standards-for-trusted-ai-agent-interactions/",
    "source_name": "FIDO Alliance",
    "importance": 5,
    "added_in_week": "2026-w18"
  },
  {
    "id": "2026-w18-aeo-stripe-google-gemini-checkout",
    "date": "2026-04-29",
    "lane": "AEO",
    "type": "launch",
    "title": "Stripe Brings Merchant Checkout to Google's AI Apps",
    "summary": "Stripe's Agentic Commerce Suite enables merchant checkout inside Google Gemini and AI Mode.",
    "why_it_matters": "The integration places Stripe's Agentic Commerce Suite (2025-w50-payments-stripe-agentic-commerce-suite) inside Google's Gemini and AI Mode surfaces, extending the AI Mode shopping expansion (2026-w07-aeo-google-ai-mode-shopping-expansion) with a processor-grade checkout. Stripe now operates checkout across ChatGPT via the Agentic Commerce Protocol (2025-w40-payments-stripe-openai-acp-instant-checkout), Microsoft Copilot (2026-w02-payments-microsoft-copilot-checkout), and Google Gemini, covering the three largest US AI consumer surfaces in a single processor. The launch coincides with Stripe Link's agent APIs (2026-w18-payments-stripe-link-agents) and Stripe's seat on the Universal Commerce Protocol Tech Council (2026-w17-standards-ucp-tech-council-expansion). Ulta Beauty's same-month Gemini checkout (2026-w17-pilots-ulta-beauty-google-gemini-checkout) is the first live retailer flow using this integration. The integration uses Shared Payment Tokens introduced with ACP and operates inside the AI Mode Direct Offers and Business Agent surfaces that shipped in February (2026-w07-aeo-google-ai-mode-shopping-expansion).",
    "source_url": "https://www.pymnts.com/artificial-intelligence-2/2026/stripe-scales-ai-economic-infrastructure-with-google-deal/",
    "source_name": "PYMNTS",
    "importance": 4,
    "added_in_week": "2026-w18"
  },
  {
    "id": "2026-w18-payments-visa-agentic-ready-global",
    "date": "2026-04-29",
    "lane": "Payments",
    "type": "launch",
    "title": "Visa Announces Global Expansion of Agentic Ready Program",
    "summary": "Visa expanded Agentic Ready to 85+ partners in Asia Pacific and Latin America, following 20+ live European partners.",
    "why_it_matters": "The 85+ partner expansion is Visa's largest single geographic increase for Agentic Ready, building on the Europe launch (2026-w11-payments-visa-agentic-ready-europe) and the closed-beta volume milestone (2025-w51-payments-visa-secure-ai-transactions-milestone). Asia Pacific coverage complements Mastercard's Australian first authenticated agent payment (2026-w05-pilots-mastercard-australia-first-agentic-payment), placing both major card networks in the same regional production set within ten weeks. Latin America inclusion is the first agentic-payments expansion into that region in this archive. The programme runs in parallel with Visa's Intelligent Commerce Connect (2026-w15-payments-visa-intelligent-commerce-connect) as the protocol-agnostic acceptance layer and the Trusted Agent Protocol (2025-w42-payments-visa-trusted-agent-protocol) as the underlying credential model. The 85+ partner number is the largest single regional-expansion partner count in the Payments lane.",
    "source_url": "https://usa.visa.com/about-visa/newsroom/press-releases.releaseId.22341.html",
    "source_name": "Visa",
    "importance": 4,
    "added_in_week": "2026-w18"
  },
  {
    "id": "2026-w18-payments-mastercard-agent-pay-q1-milestone",
    "date": "2026-04-30",
    "lane": "Payments",
    "type": "launch",
    "title": "Mastercard Q1 results indicate payments are going agentic",
    "summary": "Mastercard Q1 2026 earnings disclosed Agent Pay is now enabled across nearly all cards globally.",
    "why_it_matters": "Q1 2026 earnings provide the first quantified disclosure of Agent Pay's card-coverage footprint, one year after launch (2025-w18-payments-mastercard-agent-pay) and seven months after the developer-tools expansion (2025-w37-payments-mastercard-agent-pay-expansion). Near-universal global card coverage subsumes the Citi and US Bank live-issuance milestone (2025-w44-payments-mastercard-agent-pay-live-us), the PayPal wallet integration (2025-w44-payments-mastercard-paypal-integration), the Australian transaction (2026-w05-pilots-mastercard-australia-first-agentic-payment), and Santander's European first (2026-w10-pilots-santander-mastercard-europe-first-payment) within a single audited financial disclosure. The figure provides the empirical anchor for McKinsey's $3-5 trillion sizing (2025-w42-aeo-mckinsey-agentic-commerce-study) and Shopify's Q1 AI traffic disclosures (2026-w19-aeo-shopify-q1-2026-ai-traffic), all covering the same January-to-March 2026 quarter. The disclosure is the first earnings-call confirmation of agent payments at global-card-portfolio scale and the second earnings-call data point on the agentic commerce shift alongside Shopify.",
    "source_url": "https://paymentexpert.com/2026/04/30/mastercard-q1-2026-results-agentic/",
    "source_name": "Payment Expert",
    "importance": 4,
    "added_in_week": "2026-w18"
  },
  {
    "id": "2026-w19-payments-aws-agentcore-payments",
    "date": "2026-05-07",
    "lane": "Payments",
    "type": "launch",
    "title": "Agents that transact: Amazon Bedrock AgentCore now includes Payments (preview)",
    "summary": "AgentCore Payments lets AI agents pay for APIs via x402; built with Coinbase and Stripe, in AWS preview as of May 7.",
    "why_it_matters": "AgentCore Payments extends Bedrock from agent runtime into agentic-payments infrastructure, placing AWS alongside Google (AP2 \u2014 2025-w38-standards-google-ap2-protocol), Microsoft (Copilot Checkout \u2014 2026-w02-payments-microsoft-copilot-checkout), and Stripe (Agentic Commerce Suite \u2014 2025-w50-payments-stripe-agentic-commerce-suite) as cloud and processor entrants in the same lane. x402 is HTTP-native agentic-checkout plumbing, and the Coinbase involvement brings stablecoin-rail support that parallels Circle's Agent Stack (2026-w20-payments-circle-agent-stack) launched the same month. The Stripe co-build links AgentCore Payments to the same processor underlying ACP (2025-w40-payments-stripe-openai-acp-instant-checkout) and Stripe Link's agent APIs (2026-w18-payments-stripe-link-agents). The launch completes the cloud-provider trio with native agent payment offerings inside their respective managed runtimes. AgentCore Payments addresses the API-and-machine-payment regime that Circle Agent Stack (2026-w20-payments-circle-agent-stack) also targets from the stablecoin issuer side.",
    "source_url": "https://aws.amazon.com/about-aws/whats-new/2026/04/amazon-bedrock-agentcore-payments-preview/",
    "source_name": "AWS What's New",
    "importance": 4,
    "added_in_week": "2026-w19"
  },
  {
    "id": "2026-w19-aeo-shopify-q1-2026-ai-traffic",
    "date": "2026-05-05",
    "lane": "AEO",
    "type": "research",
    "title": "Shopify Delivers Again as Merchants Clear $100 Billion in Q1 GMV",
    "summary": "Shopify Q1 2026: AI-driven traffic rose 8x YoY; orders from AI searches up 13x; GMV hit $100.7B on 35% growth.",
    "why_it_matters": "The 8x AI-traffic and 13x AI-order figures are the first publicly disclosed merchant-side demand-curve numbers from a top-five global e-commerce platform, providing the empirical counterweight to McKinsey's $3-5 trillion sizing (2025-w42-aeo-mckinsey-agentic-commerce-study) and Walmart's 1.18% ChatGPT conversion disclosure (2026-w13-pilots-walmart-chatgpt-conversion-data). The data covers the same January-March 2026 window as Mastercard's Q1 Agent Pay milestone (2026-w18-payments-mastercard-agent-pay-q1-milestone). Shopify is also a launch merchant on the Stripe-OpenAI ACP (2025-w40-payments-stripe-openai-acp-instant-checkout), Microsoft Copilot Checkout (2026-w02-payments-microsoft-copilot-checkout), and the Universal Commerce Protocol (2026-w02-standards-google-ucp-launch), placing the platform across every major AI commerce surface. GMV growth of 35% year-over-year frames the underlying commerce demand against which the AI-traffic multiples sit. The disclosure is the first earnings quarter where AI-driven order volume on a major platform broke into double-digit-multiple territory.",
    "source_url": "https://www.shopify.com/investors/press-releases/shopify-delivers-again-merchants-clear-100-billion-q1-gmv",
    "source_name": "Shopify Newsroom",
    "importance": 3,
    "added_in_week": "2026-w19"
  },
  {
    "id": "2026-w20-payments-circle-agent-stack",
    "date": "2026-05-11",
    "lane": "Payments",
    "type": "launch",
    "title": "Introducing Circle Agent Stack: Financial Infrastructure for the Agentic Economy",
    "summary": "Circle launched Agent Stack on May 11, giving AI agents USDC wallets, marketplace, CLI, and sub-cent nanopayments infrastructure.",
    "why_it_matters": "Agent Stack is the first stablecoin issuer's purpose-built agent payments infrastructure, providing USDC wallets and a marketplace for agent-to-agent settlement. Sub-cent nanopayments target the API-and-machine-payment regime that AWS AgentCore Payments (2026-w19-payments-aws-agentcore-payments) addresses via x402. The launch sits structurally adjacent to Google AP2's stablecoin support (2025-w38-standards-google-ap2-protocol) and extends the Payments lane's stablecoin footprint beyond the existing card-network plus processor stack of Mastercard Agent Pay (2025-w18-payments-mastercard-agent-pay), Visa Trusted Agent Protocol (2025-w42-payments-visa-trusted-agent-protocol), and Stripe Agentic Commerce Suite (2025-w50-payments-stripe-agentic-commerce-suite). Circle's CLI tooling parallels the developer-facing surface of Mastercard's Agent Toolkit (2025-w37-payments-mastercard-agent-pay-expansion). Together with AgentCore Payments, stablecoin presence extends across two cloud-and-issuer entry points within eight days.",
    "source_url": "https://www.circle.com/blog/introducing-circle-agent-stack-financial-infrastructure-for-the-agentic-economy",
    "source_name": "Circle Blog",
    "importance": 4,
    "added_in_week": "2026-w20"
  },
  {
    "id": "2026-w20-pilots-stellagent-commerce-studio",
    "date": "2026-05-14",
    "lane": "Pilots",
    "type": "launch",
    "title": "Stellagent Launches Agentic Commerce Studio for AI Agent Shopping Readiness",
    "summary": "Stellagent released a browser-based playground for merchants to test AI agent discovery, checkout flows, and protocol readiness.",
    "why_it_matters": "Commerce Studio is the first merchant-facing sandbox dedicated to AI-agent readiness testing, covering discovery, checkout, and protocol compliance in one tool. The single-environment model parallels PayPal's Agent Ready (2025-w44-aeo-paypal-agentic-commerce-services) and Visa Intelligent Commerce Connect (2026-w15-payments-visa-intelligent-commerce-connect), both of which abstract multi-protocol integration. The browser-based delivery contrasts with the SDK-and-CLI model of Circle Agent Stack (2026-w20-payments-circle-agent-stack) and Mastercard's Agent Toolkit (2025-w37-payments-mastercard-agent-pay-expansion). Stellagent's positioning addresses the merchant-onboarding gap that OpenAI cited in retiring its centralised merchant-of-record model (2026-w13-aeo-openai-instant-checkout-shutdown), and complements the conversion-readiness questions raised by Walmart's ChatGPT data (2026-w13-pilots-walmart-chatgpt-conversion-data). The Studio's release signals that merchant-side agent-readiness testing has emerged as a distinct product category in 2026, joining Visa Intelligent Commerce Connect (2026-w15-payments-visa-intelligent-commerce-connect) as a multi-protocol abstraction surface.",
    "source_url": "https://www.morningstar.com/news/pr-newswire/20260514ph59815/stellagent-launches-agentic-commerce-studio-for-ai-agent-shopping-readiness",
    "source_name": "PR Newswire",
    "importance": 3,
    "added_in_week": "2026-w20"
  },
  {
    "id": "2026-w21-standards-anthropic-acquires-stainless",
    "date": "2026-05-18",
    "lane": "Standards",
    "type": "M&A",
    "title": "Anthropic acquires Stainless",
    "summary": "Anthropic acquired Stainless, which generates SDKs and MCP servers for OpenAI, Google, and hundreds of other companies.",
    "why_it_matters": "The acquisition is Anthropic's first developer-tooling M&A in this archive and consolidates the SDK-and-MCP-server generation layer that sits beneath every major API vendor \u2014 Stainless customers include OpenAI, Google, and hundreds of other companies. MCP (2024-w48-standards-anthropic-mcp, 2025-w48-standards-mcp-spec-update) remains the substrate; Stainless industrialises its production for the broader ecosystem. The deal sits alongside MCP's flagship-project role inside the Linux Foundation AAIF (2025-w50-standards-linux-foundation-aaif) \u2014 Anthropic owns the spec stewardship via the foundation while operating the leading SDK generator commercially. The acquisition extends the Standards lane's M&A footprint, which previously consisted only of protocol launches and governance formations such as the UCP Tech Council expansion (2026-w17-standards-ucp-tech-council-expansion).",
    "source_url": "https://www.anthropic.com/news/anthropic-acquires-stainless",
    "source_name": "Anthropic News",
    "importance": 4,
    "added_in_week": "2026-w21"
  },
  {
    "id": "2026-w21-aeo-google-universal-cart",
    "date": "2026-05-19",
    "lane": "AEO",
    "type": "launch",
    "title": "Introducing the Universal Cart and more ways to help you shop",
    "summary": "Google launched Universal Cart at I/O 2026, a cross-service shopping cart with AI price alerts and UCP-powered checkout.",
    "why_it_matters": "Universal Cart is the first consumer surface built directly on the Universal Commerce Protocol (2026-w02-standards-google-ucp-launch), released at I/O 2026 alongside UCP's multi-item cart, Identity Linking, and BNPL feature additions (2026-w21-standards-google-ucp-gml). The cross-service cart unifies items collected across Search, Gemini, and YouTube into a single checkout, extending the AI Mode shopping expansion (2026-w07-aeo-google-ai-mode-shopping-expansion). The launch operates on the merchant-and-payments stack established by Ulta Beauty's pilot (2026-w17-pilots-ulta-beauty-google-gemini-checkout), Stripe's Gemini integration (2026-w18-aeo-stripe-google-gemini-checkout), and the UCP Tech Council expansion (2026-w17-standards-ucp-tech-council-expansion). The AI price alerts feature is the first agent-monitored pricing primitive shipped by a major search engine and parallels Amazon Rufus's auto-buy at target price (2025-w47-pilots-amazon-rufus-auto-buy).",
    "source_url": "https://blog.google/products-and-platforms/products/shopping/google-shopping-cart/",
    "source_name": "Google Blog",
    "importance": 5,
    "added_in_week": "2026-w21"
  },
  {
    "id": "2026-w21-standards-google-ucp-gml",
    "date": "2026-05-20",
    "lane": "Standards",
    "type": "spec",
    "title": "How we're helping retailers thrive with new Universal Commerce Protocol features and AI tools on Google",
    "summary": "Google added multi-item carts, Identity Linking, and BNPL to UCP; expanded internationally to Canada, Australia, and UK.",
    "why_it_matters": "The Google Marketing Live additions push the Universal Commerce Protocol (2026-w02-standards-google-ucp-launch) past single-item checkout into multi-item carts, Identity Linking, and BNPL, completing the feature parity gap with platform-native checkouts on Amazon and Shopify. The Canada, Australia, and UK expansion is UCP's first geographic move outside the US launch geography and parallels Mastercard Agent Pay's Australian transaction (2026-w05-pilots-mastercard-australia-first-agentic-payment) and Santander's European first (2026-w10-pilots-santander-mastercard-europe-first-payment). Identity Linking ties to the FIDO Agentic Auth working group (2026-w18-standards-fido-agentic-working-groups) and OpenID4VP self-certification (2026-w09-identity-openid-vc-self-certification). The release accompanies the Universal Cart consumer launch (2026-w21-aeo-google-universal-cart) and the expanded UCP Tech Council (2026-w17-standards-ucp-tech-council-expansion). GML is Google's annual advertiser event, so the release links UCP feature additions to the advertising-and-monetisation stack rather than the engineering-conference cadence used for the original UCP launch.",
    "source_url": "https://blog.google/products-and-platforms/products/shopping/shopping-updates-google-marketing-live/",
    "source_name": "Google Blog",
    "importance": 4,
    "added_in_week": "2026-w21"
  },
  {
    "id": "2026-w22-standards-anthropic-series-h",
    "date": "2026-05-28",
    "lane": "Standards",
    "type": "M&A",
    "title": "Anthropic raises $65B in Series H funding at $965B post-money valuation",
    "summary": "Anthropic closed a $65B Series H on May 28 at a $965B post-money valuation, disclosing $47B in run-rate revenue for the first time.",
    "why_it_matters": "The round was led by Altimeter Capital, Dragoneer, Greenoaks, and Sequoia Capital, with $15B from previously committed hyperscaler capital including Amazon. The $47B ARR figure is the first public revenue milestone Anthropic has published and the largest reported by any AI-native software company. Anthropic builds and maintains Model Context Protocol (MCP), the open standard used by the majority of commercial agent integrations. The Stainless acquisition (2026-w21) brought SDK and MCP server generation in-house the week before this raise. The Series H also includes strategic infrastructure positions from Micron, Samsung, and SK hynix. The round extends Anthropic's position as the publisher of MCP at a moment when three distinct agent protocol stacks \u2014 MCP, A2A, and UCP \u2014 are competing for enterprise adoption across agentic commerce deployments.",
    "source_url": "https://www.anthropic.com/news/series-h",
    "source_name": "Anthropic News",
    "importance": 3,
    "added_in_week": "2026-w22"
  },
  {
    "id": "2026-w22-standards-claude-opus-4-8",
    "date": "2026-05-28",
    "lane": "Standards",
    "type": "launch",
    "title": "Introducing Claude Opus 4.8",
    "summary": "Anthropic released Claude Opus 4.8 on May 28, scoring 84% on Online-Mind2Web and completing every case in the Super-Agent benchmark, beating GPT-5.5 at parity cost.",
    "why_it_matters": "Online-Mind2Web measures autonomous web navigation including checkout flows; the 84% score is described as a meaningful jump over Opus 4.7 and sets the new high for any deployed browser-agent model. Claude Opus 4.8 is also the first model to complete every end-to-end case in the Super-Agent benchmark. Dynamic Workflows, a research-preview feature in Claude Code, runs hundreds of parallel subagents within a single session \u2014 enabling automation at the scale required for multi-merchant checkout orchestration and catalog-wide AEO operations. Pricing is unchanged from Opus 4.7 at $5 per million input tokens; fast mode is now three times cheaper than it was for prior models. The Stainless acquisition (2026-w21) means Anthropic now controls the SDK tooling used to distribute MCP server connections; Opus 4.8's browser-agent improvements compound with that distribution layer for agents operating in checkout or discovery contexts.",
    "source_url": "https://www.anthropic.com/news/claude-opus-4-8",
    "source_name": "Anthropic News",
    "importance": 3,
    "added_in_week": "2026-w22"
  },
  {
    "id": "2026-w22-security-stripe-radar-agent-fraud",
    "date": "2026-05-27",
    "lane": "Security",
    "type": "launch",
    "summary": "Stripe expanded Radar on May 27 to assign bot scores on Checkout, cover all payment methods globally, and block multi-account abuse at AI companies.",
    "title": "Expanding Stripe Radar to protect more of your business",
    "why_it_matters": "Radar's bot score is the first fraud signal published by a major payment processor designed to distinguish authorized AI agents from malicious bots on Stripe Checkout. The expansion covers all globally supported payment methods \u2014 bank debits, BNPL, crypto, digital wallets, and real-time payments \u2014 connecting network signals across methods: a flagged device fingerprint now blocks across card, wallet, and BNPL in one pass. Stripe reported a 71% reduction in suspected fraud over five months for businesses using Affirm, Cash App, Klarna, and PayPal. The multi-account abuse figure is the first network-level statistic Stripe has published on AI company fraud: more than one in six sign-ups at AI companies on Stripe are linked to multi-account abuse. The launch adds a fraud layer to the agentic-payments infrastructure Stripe released in March and April (2026-w13, 2026-w18).",
    "source_url": "https://stripe.com/blog/expanding-stripe-radar-to-protect-more-of-your-business",
    "source_name": "Stripe Blog",
    "importance": 3,
    "added_in_week": "2026-w22"
  },
  {
    "id": "2026-w22-aeo-google-preferred-sources-ai",
    "date": "2026-05-27",
    "lane": "AEO",
    "type": "launch",
    "title": "New ways to find your favorite sources and original content in AI Search",
    "summary": "Google brought Preferred Sources into AI Overviews and AI Mode on May 27, surfacing labeled links from preferred publishers in AI responses with a new Highly Cited badge.",
    "why_it_matters": "Preferred Sources now injects publisher-level signals directly into AI Mode responses \u2014 the surface where agentic shopping queries increasingly land. Users who select preferred sources are twice as likely to click through to those outlets; 345,000 unique sources have been selected since launch. The Highly Cited badge identifies original reporting that other articles reference, giving AI Search a structural authority signal distinct from PageRank-style link count. For publishers and merchants optimizing for AEO (answer engine optimization), Google has added two new discovery controls: explicit user source preferences and editorial citation strength. The Universal Cart launch at I/O 2026 (2026-w21) established the transaction layer across Search, Maps, and Shopping; Preferred Sources now adds a discovery filter that governs which merchant and publisher content reaches the AI responses feeding into that transaction layer.",
    "source_url": "https://blog.google/products-and-platforms/products/search/original-high-quality-content-search/",
    "source_name": "Google Blog (AI + Search)",
    "importance": 2,
    "added_in_week": "2026-w22"
  },
  {
    "id": "2026-w23-pilots-worldline-ing-mastercard-europe",
    "date": "2026-06-02",
    "lane": "Pilots",
    "type": "pilot",
    "title": "Worldline, ING and Mastercard complete a live end-to-end European agentic payment in production",
    "summary": "Worldline, ING and Mastercard ran Europe's first live end-to-end agentic payment in production.",
    "why_it_matters": "The transaction ran between an ING cardholder and a merchant in the Netherlands, with a merchant AI agent identifying concert tickets within a defined budget and completing the purchase after explicit consumer approval. Worldline processed the transaction end-to-end across its issuing and acquiring platforms, covering the Netherlands and Belgium on the same infrastructure. Mastercard's Verifiable Intent framework attached a tamper-resistant authorisation record to the transaction, giving the issuing bank full visibility. A companion Mastercard Europe post confirmed all Mastercard issuers across Europe are now enabled at network level for Agent Pay. Prior Mastercard Agent Pay pilots covered Australia, New Zealand, India (2026-w09), South Korea (2026-w12), and Latin America (2026-w13). This is the first live deployment in European regulated markets, extending the programme from Asia-Pacific and emerging markets to EU-supervised financial institutions.",
    "source_url": "https://www.mastercard.com/news/europe/en/newsroom/press-releases/en/2026/worldline-ing-and-mastercard-complete-a-live-end-to-end-european-agentic-payment-in-production/",
    "source_name": "Mastercard Newsroom",
    "importance": 5,
    "added_in_week": "2026-w23"
  },
  {
    "id": "2026-w23-standards-anthropic-s1-sec",
    "date": "2026-06-01",
    "lane": "Standards",
    "type": "M&A",
    "title": "Anthropic confidentially submits draft S-1 to the SEC",
    "summary": "Anthropic submitted a confidential draft S-1 registration statement to the SEC for a proposed IPO.",
    "why_it_matters": "The S-1 filing follows Anthropic's $65B Series H (2026-w22), which valued the company at $965B post-money and disclosed $47B in annualised revenue. A confidential S-1 submission under the JOBS Act starts the SEC review clock without committing to a public offering timeline. Anthropic is the third major AI company to file an S-1 in the 2026 window: SpaceX submitted a public S-1 on May 20 targeting a June Nasdaq listing, and OpenAI submitted its own confidential draft around May 22. No offering price or share count was set at the June 1 filing date. Anthropic builds and maintains the Model Context Protocol open standard and the Stainless SDK generation platform acquired in May (2026-w21), which generates official client libraries for hundreds of API providers.",
    "source_url": "https://www.anthropic.com/news/confidential-draft-s1-sec",
    "source_name": "Anthropic News",
    "importance": 4,
    "added_in_week": "2026-w23"
  },
  {
    "id": "2026-w23-security-anthropic-glasswing-expansion",
    "date": "2026-06-02",
    "lane": "Security",
    "type": "launch",
    "title": "Expanding Project Glasswing",
    "summary": "Anthropic extended Project Glasswing to 150 new organizations in 15+ countries to defend critical infrastructure.",
    "why_it_matters": "Project Glasswing's initial cohort of roughly 50 partners, granted Claude Mythos Preview access in April 2026, identified more than 10,000 high- or critical-severity security flaws in their codebases. The 150 new organizations span power, water, healthcare, communications, and hardware industries not represented in the first group. Anthropic estimates a major attack on any partner's codebase could affect more than 100 million people. Anthropic also released Claude Security, a product using Claude Opus 4.8 (2026-w22) for codebase scanning and patch suggestions, to complement the restricted-access Mythos Preview. Alongside Glasswing, Anthropic published a separate analysis of 832 banned accounts mapping AI-enabled cyberattack tactics to MITRE ATT&CK; the report found the share of medium-risk or higher threat actors rose from 33% to 56% across two consecutive six-month periods.",
    "source_url": "https://www.anthropic.com/news/expanding-project-glasswing",
    "source_name": "Anthropic News",
    "importance": 3,
    "added_in_week": "2026-w23"
  },
  {
    "id": "2026-w23-identity-google-wallet-spa-direct-checkout",
    "date": "2026-06-04",
    "lane": "Identity",
    "type": "launch",
    "title": "Bringing secure digital identity and payment tools to more people",
    "summary": "Google launched Pay direct checkout and EU digital IDs in Wallet, with SPA reducing authentication time by 50%.",
    "why_it_matters": "Google Pay direct checkout embeds payment options from Google Wallet onto retailer checkout pages, available at launch for Airwallex merchants with Adyen planned. Updated Secure Payment Authentication (SPA, the European strong-authentication flow for online payments) reduced authentication time by 50% and increased conversion by 3% in internal testing; Visa, Checkout.com, Autopay, and Adyen will roll it out in the United Kingdom and Poland. The direct checkout path connects to Universal Cart (2026-w21), giving consumer agents a settlement layer at participating merchants. Digital IDs in Google Wallet expand to select EU member states, adding to existing coverage in Brazil, India, Taiwan, and the United Kingdom. Sparkasse Bank became the first EU national credential partner for age assurance, allowing age verification without disclosing name, address, or date of birth.",
    "source_url": "https://blog.google/products-and-platforms/platforms/google-pay/secure-identity-payment-tools/",
    "source_name": "Google Blog",
    "importance": 3,
    "added_in_week": "2026-w23"
  },
  {
    "id": "2026-w23-payments-stripe-visa-dcap",
    "date": "2026-06-03",
    "lane": "Payments",
    "type": "launch",
    "title": "Helping businesses optimize network costs with the Visa Digital Commerce Authentication Program (DCAP)",
    "summary": "Stripe reported $18.4M in annualised DCAP savings since April 18 and an 8x increase in eligible transactions.",
    "why_it_matters": "Visa's Digital Commerce Authentication Program (DCAP) rewards US merchants for sharing richer transaction data \u2014 device ID, billing address, IP address, and customer email \u2014 during authentication in exchange for a five-basis-point interchange reduction. Stripe's Authorization Boost routed qualifying transactions through Data Only 3DS, a frictionless authentication path that sends device-risk signals to the issuer without triggering a consumer-visible step, preventing DCAP from degrading authorization rates. The $18.4 million in annualised savings accrued from April 18, the rollout date. The 8x increase in eligible transactions reflects the effect of Stripe's data-collection integration across its merchant base. DCAP is the first US card-network program to tie a cost reduction to enriched transaction data rather than to authentication outcomes, adding a financial incentive for merchants to share the cardholder data that also underlies agentic-checkout fraud scoring (2026-w22).",
    "source_url": "https://stripe.com/blog/helping-businesses-optimize-network-costs-with-visa-digital-commerce-authentication-program",
    "source_name": "Stripe Blog",
    "importance": 3,
    "added_in_week": "2026-w23"
  },
  {
    "id": "2026-w24-payments-mastercard-agent-pay-machines",
    "date": "2026-06-10",
    "lane": "Payments",
    "type": "launch",
    "title": "Mastercard launches Agent Pay for Machines to unlock super-fast, always-on payments",
    "summary": "Mastercard's AP4M enables machine-to-machine payments at network scale, with 30+ partners including Stripe and Coinbase.",
    "why_it_matters": "Agent Pay for Machines (AP4M) extends Mastercard's Agent Pay programme — which reached European live deployment in June (2026-w23) — to autonomous, machine-initiated micropayments down to fractions of a cent. The service adds credentialing via Verifiable Intent, per-agent spending limits, and multi-rail settlement across cards, bank accounts, and stablecoins. More than 30 named partners signed at launch, spanning processors (Adyen, Global Payments, Checkout.com, Stripe), stablecoin platforms (Coinbase, Ripple, Tempo), and developer infrastructure (Cloudflare). This marks the first time a major card network has published infrastructure explicitly for AI-to-AI transactions without a human authorizing each payment. Circle's Agent Stack (2026-w20) and AWS AgentCore Payments (2026-w19) established stablecoin-rail components; AP4M adds card-network-grade governance, settlement guarantees, and interoperability across those rails.",
    "source_url": "https://www.mastercard.com/us/en/news-and-trends/press/2026/june/mastercard-launches-agent-pay-for-machines.html",
    "source_name": "Mastercard Newsroom",
    "importance": 5,
    "added_in_week": "2026-w24"
  },
  {
    "id": "2026-w24-payments-visa-openai-intelligent-commerce",
    "date": "2026-06-10",
    "lane": "Payments",
    "type": "launch",
    "title": "Visa Partners with OpenAI to Power the Next Generation of AI Commerce",
    "summary": "Visa integrated its global payment network, tokenization, and fraud monitoring into OpenAI agentic experiences at the Visa Payments Forum.",
    "why_it_matters": "Announced at the Visa Payments Forum in San Francisco on June 10, the collaboration embeds Visa Intelligent Commerce infrastructure directly into OpenAI products, including ChatGPT agents and Codex developer workflows. Visa provides tokenized credentials, real-time authorization, and fraud monitoring; OpenAI provides the agent layer that initiates transactions within user-defined spending limits and merchant category controls. This is the second major card network to announce agent-payment infrastructure on the same day — Mastercard launched AP4M simultaneously (2026-w24-payments-mastercard-agent-pay-machines). Mastercard's AP4M is an open multi-party protocol logging permissions to public blockchains; Visa's model is a bilateral integration extending its existing Intelligent Commerce infrastructure to a specific AI platform. Both card networks announcing simultaneously signals that authenticated, network-backed agent payment standards have crossed from experiment to competitive requirement.",
    "source_url": "https://investor.visa.com/news/news-details/2026/Visa-Partners-with-OpenAI-to-Power-the-Next-Generation-of-AI-Commerce/default.aspx",
    "source_name": "Visa Newsroom",
    "importance": 5,
    "added_in_week": "2026-w24"
  },
  {
    "id": "2026-w24-regulation-us-directive-fable-mythos",
    "date": "2026-06-12",
    "lane": "Regulation",
    "type": "regulation",
    "title": "Statement on the US government directive to suspend access to Fable 5 and Mythos 5",
    "summary": "The US government suspended Fable 5 and Mythos 5 globally via an export control directive citing national security.",
    "why_it_matters": "Anthropic launched Fable 5 three days earlier on June 9, positioning it as the first Mythos-class model for general use. On June 12, the US government issued an export control directive — the first known such action targeting a deployed commercial AI model — requiring Anthropic to suspend Fable 5 and Mythos 5 for all foreign nationals, including Anthropic employees, anywhere in the world. Anthropic received the directive at 5:21pm ET with no specific technical disclosure. Access to all other Anthropic models — Opus 4.8, Sonnet, and Haiku — is unaffected. Anthropic disputes the finding, characterizing the claimed jailbreak as narrow and non-universal, and notes GPT-5.5 replicates the same capability without bypass. This is the first instance of a US government agency using national security authorities to remove a commercial frontier AI model from global deployment.",
    "source_url": "https://www.anthropic.com/news/fable-mythos-access",
    "source_name": "Anthropic News",
    "importance": 5,
    "added_in_week": "2026-w24"
  },
  {
    "id": "2026-w24-standards-anthropic-fable-5-mythos-5",
    "date": "2026-06-09",
    "lane": "Standards",
    "type": "launch",
    "title": "Claude Fable 5 and Claude Mythos 5",
    "summary": "Anthropic launched Claude Fable 5 for general use and Mythos 5 (restricted) at $10/$50 per million tokens on June 9.",
    "why_it_matters": "Fable 5 is Anthropic's first Mythos-class model made generally available, replacing Claude Mythos Preview (restricted to Glasswing partners since April 2026; 2026-w23). Mythos 5 is the same underlying model with cybersecurity safeguards lifted; it is restricted to Glasswing partners and select biology researchers. Fable 5 ranks highest among frontier models on Cognition's FrontierCode benchmark and achieves 84% on Online-Mind2Web (autonomous web navigation including checkout flows). Pricing at $10 per million input and $50 per million output tokens is less than half the cost of Mythos Preview. Anthropic required 30-day data retention for all Mythos-class model traffic. Stripe reported Fable 5 completed a 50-million-line Ruby codebase migration in one day. Three days after launch, the US government issued a directive suspending both models (2026-w24-regulation-us-directive-fable-mythos).",
    "source_url": "https://www.anthropic.com/news/claude-fable-5-mythos-5",
    "source_name": "Anthropic News",
    "importance": 4,
    "added_in_week": "2026-w24"
  },
  {
    "id": "2026-w24-payments-ripple-xrpl-ai-starter-kit",
    "date": "2026-06-10",
    "lane": "Payments",
    "type": "launch",
    "title": "Building the Future of Agentic Payments: Introducing the XRP Ledger AI Starter Kit",
    "summary": "Ripple's XRPL AI Starter Kit enables AI agents to settle XRP and RLUSD payments autonomously via the x402 protocol.",
    "why_it_matters": "The kit extends x402 (the open HTTP micropayment standard, first adopted at scale through Stripe's Tempo mainnet in March 2026, 2026-w13) to the XRP Ledger (XRPL), adding XRP and Ripple's RLUSD stablecoin as settlement assets. x402 processed $24.24 million in monthly volume as of April 29, with 99.8% of value in USDC (2026-w20). XRPL settlement completes in 3–5 seconds with predictable transaction costs; native escrow and multi-signing provide agent spending controls. The kit includes Claude Code integration via MCP tooling, making it the first x402 implementation published with a first-party MCP server by a non-Stripe party. Ripple is also a founding partner in Mastercard's Agent Pay for Machines (2026-w24-payments-mastercard-agent-pay-machines), joining card-network settlement alongside stablecoin rails. Three distinct x402 providers — Stripe (via Tempo), Circle (via Agent Stack), and Ripple (via XRPL) — now publish production tooling for the same protocol.",
    "source_url": "https://ripple.com/insights/xrpl-ai-starter-kit/",
    "source_name": "Ripple",
    "importance": 3,
    "added_in_week": "2026-w24"
  },
  {
    "id": "2026-w24-standards-stripe-projects-agent-integrations",
    "date": "2026-06-11",
    "lane": "Standards",
    "type": "launch",
    "title": "Stripe Projects adds new agent integrations, more providers, and custom developer controls",
    "summary": "Stripe Projects added 16 providers (49 total) and agent integrations with Hermes, Factory Droids, and Warp on June 11.",
    "why_it_matters": "Stripe Projects enables AI agents to provision cloud infrastructure (hosting, databases, authentication, billing) from the command line without human dashboard interaction. Agent traffic reached 40% of Stripe's documentation requests in 2025, and 70% of CLI calls for API resources now come from agents. The June 11 update added three integrations: Hermes (Nous Research's open-source persistent agent), Factory Droids, and Warp — all model-agnostic coding agents. Per-provider spending caps and named environment isolation (development, staging, production) provide the first enterprise-grade guardrails for agent-provisioned software published by a major payments infrastructure company. Cloudflare Radar reported agent traffic surpassed human internet traffic for the first time the week of this announcement. Stripe's Agentic Commerce Suite (Sessions 2026) and Projects together span the full agent workflow: infrastructure provisioning, checkout, fraud detection (Radar bot-score, 2026-w22), and authorization optimization (DCAP, 2026-w23).",
    "source_url": "https://stripe.com/blog/stripe-projects-adds-new-agents-providers-developer-controls",
    "source_name": "Stripe Blog",
    "importance": 3,
    "added_in_week": "2026-w24"
  }
]