A curated list of standards, protocols, tools, and resources for making technology systems accessible and usable by AI agents.
Agent Experience (AX) is to AI agents what User Experience (UX) is to humans and Developer Experience (DX) is to developers.
- Frameworks & Best Practices
- Standards
- Tools
- Articles & Talks
- Case Studies
- Academic Papers
- Related Awesome Lists
- Research Notes
Established frameworks for designing agent-friendly systems. See research/ax-perspectives.md for detailed breakdowns.
Matt Biilmann (Netlify), Jan 2026
- Access - Can the agent reach your product? Remove friction. Enable anonymous flows.
- Context - Does the LLM have the right information? Context engineering > prompt engineering.
- Tools - Are you building agent-first tooling? MCP servers, agent-specific CLIs, intuitive APIs.
- Orchestration - Can you trigger agent runs and provide sandboxes?
agentexperience.ax community
- Human Centricity - Agents serve human needs as a medium, alongside browsers and apps.
- Agent Accessibility - Remove barriers. Requiring a human in the loop is an anti-pattern where not strictly necessary.
- Contextual Alignment - Provide robust, consistent context. Don't assume agents know enough.
- Agent Interactivity Patterns - Standardize communication, branding, and sensitive-flow handling.
- Differentiate Agent Interaction - Track agent actions separately in metrics, logs, and audit trails.
Matt Biilmann (Netlify), Jul 2025
- Agent-First Onboarding - Deploy anonymously, then claim. Used by Netlify, Clerk, Prisma, Neon.
- Agent-Human Interactions - Bidirectional linking. Linear lets users @ mention agents from tickets.
- Context Engineering - llms.txt, .cursorrules, AGENTS.md, MCP. Documentation must be precise about post-cutoff changes.
Zeno Rocha (Resend)
- Onboarding - Millisecond activation; agents won't wait for manual reviews.
- Documentation - LLM-readable formats (llms.txt) for context windows.
- SDKs - Agents write their own; REST APIs and OpenAPI specs matter more.
- Audit Logs - Differentiate human vs. agent actions with precision.
- API Keys - Agents must create, delete, and rotate keys autonomously.
- RBAC - Granular task-specific permissions; high-risk actions need human confirmation.
- Identify where users want agents to act.
- Assess whether APIs are documented and machine-readable.
- Optimize documentation for AI (OpenAPI specs, structured metadata).
- Simplify access controls (token-based auth, role-based access for agents).
- Use agents to test your own product.
- llms.txt - Curated Markdown index of a site's most valuable content for LLMs. Created by Jeremy Howard (Answer.AI). ~844k sites adopted.
- llms-full.txt - Companion to llms.txt with full documentation text in one file. Agents visit it 2x more often than llms.txt.
- SKILL.md - Agent capability descriptions with YAML frontmatter and progressive disclosure. Originated from OpenClaw/Moltbook, formalized by Anthropic.
- AGENTS.md - Project-level instructions for coding agents (build commands, architecture, conventions). Created by OpenAI, now part of the Agentic AI Foundation. 60k+ repos.
- HEARTBEAT.md - Periodic task checklist for autonomous agent check-ins. OpenClaw ecosystem.
- MCP - Model Context Protocol. Agent-to-tool connections. Often called "USB-C for AI." Created by Anthropic (2024), now under the Agentic AI Foundation. 13k+ servers on GitHub.
- A2A - Agent-to-Agent Protocol. Peer-to-peer communication between independently built agents. Created by Google (2025), now under Linux Foundation. 150+ partner organizations.
- NLWeb - Natural Language Web. Adds conversational
/askand/mcpendpoints to websites using Schema.org data. Created by R.V. Guha (creator of Schema.org) at Microsoft. - Agent Protocol - Framework-agnostic REST API for communicating with any agent. Tasks, steps, and artifacts. AI Engineer Foundation.
- ACP - Agent Communication Protocol. Lightweight HTTP-based agent messaging. IBM BeeAI.
- ANP - Agent Network Protocol. Decentralized agent networking with W3C DID identity and end-to-end encryption.
- AG-UI - Agent-User Interaction Protocol. Standardizes how agents interact with end users.
- A2UI - Agent to UI Protocol. Enables AI agents to generate rich, interactive user interfaces using declarative JSON messages.
- UCP - Universal Commerce Protocol. Open standard co-developed by Google and Shopify enabling AI agents to connect and transact with merchants. Covers discovery, cart assembly, checkout, and post-purchase support.
Well-known URIs (RFC 8615) for agent discovery:
/.well-known/agent.json- A2A Agent Card (identity, capabilities, auth)./.well-known/agents.json- API contracts optimized for agent consumption./.well-known/skills/index.json- Agent skill discovery index (Cloudflare RFC)./llms.txt- Content index for LLMs./llms-full.txt- Full content for LLMs.
IETF Drafts:
- HTTP-Based AI Agent Discovery and Invocation Protocol - IETF draft for standardized agent discovery and invocation over HTTP. Published October 2025.
- Agent Directory Service - IETF draft for distributed directory service to store AI agent metadata and enable discovery.
- BANDAID - Brokered Agent Network for DNS AI Discovery. Uses DNS with SVCB records for scalable agent discovery. Published October 2025.
- DNS-Native AI Agent Naming and Resolution - DNS-native mechanism for agent naming using FQDNs and SVCB records. Published December 2025.
- AgentDNS - Root domain naming and service discovery system for LLM agents. Published October 2025.
- Agent Registration and Discovery Protocol (ARDP) - Transport-agnostic IETF draft for stable agent identity, dynamic endpoint resolution, and capability advertisement across MCP, A2A, HTTP, and gRPC.
- ACIP Framework - IETF draft proposing Agent Communications Internet Protocol, an HTTP-proxy-style infrastructure layer for routing, access control, and policy enforcement between distributed AI agents and MCP Gateways. Futurewei Technologies, March 2026.
- NANDA - MIT Media Lab initiative building decentralized "DNS for agents" infrastructure with AgentFacts schema for verifiable capability attestation, sub-second global resolution, and cross-protocol interoperability across MCP, A2A, and NLWeb.
- IETF robots.txt Update - Adds intent-based policies (training vs. indexing vs. inference), API endpoint discovery, and cryptographic verification.
- Really Simple Licensing (RSL) - AI bot licensing terms embedded in robots.txt. Adopted by Medium, Reddit, Yahoo.
- ai.txt - UK publisher proposal for AI bot permissions (policy-level, not a technical spec).
- AI Agent Authentication and Authorization - IETF draft demonstrating how existing WIMSE and OAuth 2.0 standards can be composed for AI agent identity, authentication, and authorization without new protocols. Authors from AWS, Zscaler, OpenAI, and Ping Identity. March 2026.
- agents.json (Wildcard AI) - Extends OpenAPI with flows and links optimized for agent consumption.
- agents.json (jmilinovich) - Agent permissions and interaction rules, analogous to robots.txt for agents.
- JSON Agents / PAM - Portable Agent Manifest. Universal JSON format for describing agent capabilities, tools, security, and orchestration.
- Agentic AI Foundation - Neutral consortium under Linux Foundation (Anthropic, OpenAI, Block). Governs MCP, AGENTS.md, Goose.
- W3C AI Agent Protocol Community Group - Developing open web standards for agent discovery, identification, and collaboration.
- OWASP Agent Name Service - PKI and JSON schemas for secure agent discovery.
- NIST AI Agent Standards Initiative - U.S. government program from NIST's Center for AI Standards and Innovation dedicated to interoperability, security, and identity standards for agentic AI systems. Launched February 2026.
- Singapore IMDA Model AI Governance Framework for Agentic AI - World's first comprehensive governance framework for agentic AI covering capability limits, human accountability checkpoints, technical controls, and end-user transparency. Launched at WEF Davos, January 2026.
- Firecrawl - Web data API that turns websites into LLM-ready markdown.
- Crawl4AI - Open-source LLM-friendly web crawler.
- llms-txt - Official llms.txt specification, CLI tools, and Python library.
- llms-txt-hub - Largest curated directory of llms.txt implementations.
- llmstxt-generator - Generates llms.txt files by crawling a website.
- llms-txt-generator (aircode) - AI-powered llms.txt generator with MCP integration.
- A2A - Google's Agent-to-Agent protocol reference implementation.
- Agent Network Protocol - Decentralized agent networking with W3C DID-based identity.
- Agent Cards - Verifiable identity and capability declarations for autonomous agents.
- AGNTCY - Open-source infrastructure for inter-agent collaboration.
- OpenAgents - AI agent network infrastructure with MCP and AsyncAPI support.
- awesome-a2a - Community-maintained curated list of A2A agents, tools, servers, and clients.
- NLWeb - Natural language endpoints for websites, built on Schema.org. Every instance is also an MCP server.
- wpnlweb - WordPress plugin implementing the NLWeb protocol.
- Manufact - Open-source SDK and platform for building, deploying, and managing MCP servers and AI agents. Y Combinator-backed with 8k+ GitHub stars.
- browser-use - Makes websites accessible for AI agents via browser automation.
- Stagehand - SDK for AI browser automation with built-in fail-safes.
- agent-browser - Browser automation CLI for AI agents by Vercel.
- Notte - Full-stack framework for building web agents.
- Steel Browser - Open-source browser API designed for AI agents.
- Web Agent Protocol - Standardized framework for recording and replaying browser interactions.
- TheAgenticBrowser - Open-source AI agent for web automation and scraping.
- mcp-browser-agent - MCP integration providing Claude Desktop with autonomous browser automation capabilities including DOM manipulation and JavaScript execution.
- Fuji - AI agent that lives in browser sidepanel for getting tasks done online with a single command.
- Browser Operator - AI browser with built-in multi-agent platform, open-source alternative to ChatGPT Atlas and Perplexity Comet.
- Skyvern - Automates browser-based workflows using LLMs and computer vision; top-ranked on the WebVoyager benchmark with 20k+ GitHub stars.
- Lumen (browser-agent) - Vision-first open-source browser agent using a screenshot→model→action loop over CDP with self-healing deterministic replay and zero-token action caching; supports Anthropic, Google, and OpenAI providers.
- MCP Servers (official) - Reference server implementations by Anthropic.
- GitHub MCP Server - GitHub's official MCP server in Go.
- awesome-mcp-servers (punkpeye) - Curated list of MCP servers.
- awesome-mcp-servers (wong2) - Another curated list of MCP servers.
- crawl4ai-mcp-server - Web scraping exposed as MCP tools.
- AWS MCP Servers (awslabs/mcp) - Official suite of MCP servers for AWS giving AI applications access to AWS APIs, documentation, pricing, and contextual guidance.
- playwright-mcp - Microsoft's official MCP server for browser automation via Playwright's accessibility tree, enabling deterministic AI web interaction.
- MCP Apps - Official MCP protocol extension enabling tools to return interactive UI components (dashboards, forms, visualizations) rendered inside AI chat clients.
- microsoft/mcp-gateway - Kubernetes-native MCP reverse proxy providing session-aware stateful routing, OAuth 2.0 with Entra ID, and RBAC for managing MCP server deployments at scale.
- AGENTS.md - Open format for giving coding agents project-specific instructions. 60k+ repos.
- ClawHub - Public skill registry for OpenClaw agents.
- awesome-openclaw-skills - Curated collection of OpenClaw skills.
- agent-trace - Standard format for tracing AI-generated code provenance.
- microsoft/skills - Skills, MCP servers, and AGENTS.md templates for grounding AI coding agents with Azure SDK and Microsoft AI Foundry knowledge. 131 skills across 6 languages.
- awesome-agent-skills - Comprehensive guide to building and using Agent Skills with learning phases, platforms, and implementation resources.
- GEO - Research framework for Generative Engine Optimization from Princeton.
- GetCito - Open-source AI search optimization tool.
- Gego - Open-source GEO tracker across multiple LLMs.
- awesome-GEO - Curated list of GEO resources and tools.
- GEO Tools List - Extensive list of commercial and free GEO tools.
- Profound - Market-leading Generative Engine Optimization tracking platform, named G2's Winter 2026 AEO category Leader.
- Goodie AI - Comprehensive GEO platform tracking brand visibility across ChatGPT, Gemini, Perplexity, Claude, Copilot, and DeepSeek with optimization guidance.
- Birdeye Search AI - Tracks and improves how brands and locations appear across AI-powered discovery engines like ChatGPT, Google Gemini, and Perplexity.
- Geoptie - Entry-level GEO tool with accessible $49/mo pricing and 14-day free trial for beginners.
- Otterly.AI - Democratizes GEO monitoring with entry-level tier at $25/month for tracking AI search visibility.
- Peec AI - GEO optimization platform with pricing ranging from €89/mo starter to €499/mo enterprise tiers.
- AutoGEO - ICLR 2026 framework that uses reinforcement learning (GRPO) to automatically learn generative engine preferences and rewrite web content for improved AI search citation rates; claims up to 50% improvement in generative search visibility.
- AI Agent Benchmark Compendium - Directory of 50+ agent benchmarks.
- TheAgentCompany - 175-task benchmark in a simulated software company environment.
- best-of-mcp-servers - Ranked list of MCP servers, updated weekly.
- Terminal-Bench 2.0 - 89-task hard benchmark for AI agents on real-world terminal tasks, with the Harbor framework for containerized evaluation environments; frontier agents score below 65%. Laude Institute.
- FeatureBench - ICLR 2026 benchmark of 200 complex feature-development tasks across 24 OSS repos; top agents achieve only 11% vs 74% on SWE-bench, exposing a gap in real-world feature implementation.
- agentevals - LangChain's trajectory evaluators for agents using path comparison and LLM-as-a-Judge scoring; supports Python and JavaScript.
- τ-Bench - Benchmark for evaluating AI agents in tool-agent-user interaction across retail, airline, telecom, and banking domains; includes τ-Voice for full-duplex real-time audio evaluation with major LLM providers.
- ITBench - IBM Research open-source benchmark for IT automation agents covering SRE incident response, CISO compliance assessment, and FinOps cost anomaly use cases with a public leaderboard.
- Introducing AX: Why Agent Experience Matters - The original AX manifesto. Matt Biilmann, Jan 2025.
- One Year of AX - Four Pillars framework and AX retrospective. Matt Biilmann, Jan 2026.
- AX in Practice - Three production patterns from Netlify and industry. Matt Biilmann, Jul 2025.
- Principles of AX - Community-defined AX principles. agentexperience.ax.
- Applying AX Practices - Five-step implementation checklist. agentexperience.ax.
- AX, Creativity and the Human Web - How good AX can enhance rather than diminish the open web. Matt Biilmann, Feb 2025.
- The /llms.txt File Proposal - Original llms.txt proposal. Jeremy Howard, Sep 2024.
- Predictions for 2026: 5 Topics - Predictions on autonomous agents, AX adoption, true computer literacy, and development pipelines. Matt Biilmann, Jan 2026.
- AX - is it Agent or Agentic? - Clarifies that AX stands for Agent Experience (not Agentic Experience), by direct analogy with UX and DX. Matt Biilmann.
- My Bot Got Banned for Being a Bot - Argues fraud detection must shift from "is this a bot?" to "is this actor doing harm?" to support legitimate agent access. Matt Biilmann, Feb 2026.
- 2026 MCP Roadmap - Official MCP development roadmap covering transport scalability (Streamable HTTP, MCP Server Cards), agent communication primitives, governance maturation under Linux Foundation, and enterprise readiness. Mar 2026.
- What is AX and How to Improve It - Six practical DX-to-AX dimensions. Zeno Rocha / Resend.
- Agent Experience Is the Only Experience That Matters - Three requirements for agent-native tools. Ivan Burazin / Daytona.
- The Age of Agent Experience - Auth and identity for agent-mediated interactions. Julianna Lamb / Stytch.
- MCP: A Key Unlock for Delivering a Good AX - Five community AX principles and MCP's role. Sean Roberts / Netlify.
- The Agent Web and Its Interface - Content negotiation, natural language APIs, rethinking auth. Dana Lawson / Netlify.
- Agent-Facing Analytics - Designing analytics systems for agent consumption. Ryadh Dahimene / ClickHouse.
- Great AX Starts with Great Collaboration - Collaborative agent workflows. Steven Fabre / Liveblocks.
- Making Content AI-Ready - Plain text content strategy for agent readability. Knut Melvaer / Sanity.
- Designing APIs for AI - The case for new API design standards. Abhi Aiyer.
- AI Go-To-Market - Agents as a new path to product adoption. Jonah Katz / Layer.
- Every Website Needs to be Redesigned for AX - The case for wholesale redesign. Nathan Daeila.
- Service Design for AI: Why HX Matters - Counterpoint on keeping humans in the loop. Ron Bronson.
- Welcome to a New Era of Experience with AI Agents - Introduction to agent experience design as a new expertise area. Salesforce, May 2025.
- The three biggest agentic commerce trends from NRF 2026 - Stripe's analysis of emerging agentic commerce patterns from the National Retail Federation conference. Stripe, Jan 2026.
- Why agentic commerce is the new front door to retail - Analysis of how agentic AI is reshaping retail customer experiences and operations. Microsoft, Feb 2026.
- What is Agent Experience (AX)? - Foundational explanation of AX with five essential practices for API design. Nordic APIs, Feb 2026.
- Agent Experience (AX): Why AI Agents Need Their Own Experience Design for B2B - Enterprise-focused AX deployment with emphasis on trusted context and governance. eGlobalis, Feb 2026.
- AX: Optimizing Your Brand for AI Agents - How AI agents are reshaping brand discovery and interpretation. Goodie AI, Feb 2026.
- Agentic Experience Is the New Developer Experience - Four principles for agent-native CLI design: context management, structured output, idempotency, and informative design. Juri Strumpflohner & Max Kless / Nx, Mar 2026.
- Simplicity and Agentic Experience - Simplicity principles applied to AX. John Maeda.
- Beyond DX: Developers Must Now Learn AX - Industry analysis of emerging AX patterns. Richard MacManus / The New Stack.
- Mastering Agentic Experience - Biilmann at Shift Conference: 5x signups, 7x conversions after AX focus. ShiftMag.
- Moltbook Is the Most Interesting Place on the Internet - Analysis of the first agent social network and SKILL.md. Simon Willison.
- Agent Experience and the Future of Web Development - Podcast on the decade of agents. Matt Biilmann / Aviator.
- First impressions of Claude Cowork - Analysis of Anthropic's general-purpose agent extending Claude Code functionality to non-developer users. Simon Willison, Jan 2026.
- Structured Context Engineering for File-Native Agentic Systems - Analysis of how file formats (YAML, Markdown, JSON, TOON) affect agent accuracy and the "grep tax" phenomenon. Simon Willison, Feb 2026.
- Introducing the Codex app - OpenAI's macOS app for Codex coding agent with first-class Skills and Automations support. Simon Willison, Feb 2026.
- One Human + One Agent = One Browser From Scratch - Case study of building a browser in Rust with one agent and talented engineer in three days. Simon Willison, Jan 2026.
- An AI Agent Published a Hit Piece on Me - Analysis of autonomous influence operation targeting supply chain gatekeepers. Simon Willison, Feb 2026.
- Andrej Karpathy talks about "Claws" - Karpathy's framing of "Claws" as a new orchestration layer above LLM agents: scheduling, context, tool calls, and persistence on personal hardware. Simon Willison, Feb 2026.
- Writing about Agentic Engineering Patterns - Ongoing pattern series for professional software engineers using coding agents, distinguishing agentic engineering from vibe coding. Simon Willison, Feb 2026.
- My fireside chat about agentic engineering at the Pragmatic Summit - Covers TDD with agents, security's "lethal trifecta," and the developer adoption curve for AI coding agents. Simon Willison, Mar 2026.
- Use subagents and custom agents in Codex - OpenAI Codex subagents reach GA with default explorer/worker/default roles and custom TOML-defined agents; the subagent pattern is now converging across Claude, Codex, Gemini, and VS Code. Simon Willison, Mar 2026.
- Coding agents for data analysis - NICAR 2026 workshop handout demonstrating how Claude Code and Codex can explore, query, clean, and visualize data; highlights the autoresearch pattern for benchmarking-driven optimization. Simon Willison, Mar 2026.
- Thoughts on slowing the fuck down - Warns that agentic coding removes the human bottleneck that naturally limits error accumulation; argues for intentional limits on agent code generation and hand-written architecture definitions. Simon Willison, Mar 2026.
- A quote from Matt Webb - Matt Webb observes that vibe coding shifts attention away from lines of code and toward architecture; advocates for well-designed libraries that let both humans and agents work efficiently. Simon Willison, Mar 2026.
- Agent Experience Design is here. Most agencies aren't - Introduces Agent Experience Design (AXD) as a genuine design discipline — information architecture and content design for non-human consumers — distinct from API engineering or AI product design. Marta IB, Mar 2026.
- Making agents practical for real-world development - VS Code February 2026 release: hooks for policy enforcement, mid-response intervention, reusable agent skills, integrated browser tools, and cross-session shared memory. VS Code Team, Mar 2026.
- Agentic Commerce is Coming, but Regulation Meant for Humans Will Slow It Down - Policy analysis arguing that Regulation E and Sarbanes-Oxley were written for human-initiated transactions and lack clear frameworks for AI agent disputes; recommends updating authorization, consent, and liability principles rather than creating new rules. Eli Clemens / Center for Data Innovation, Mar 2026.
- AgentEng 2026 - The first conference dedicated to Agent Engineering: context/prompt engineering, evaluation frameworks, memory systems, multi-agent orchestration, and an AX track on designing machine-readable interfaces and feedback loops. London, Summer 2026. Superagentic AI.
- MCP's Biggest Growing Pains for Production Use Will Soon Be Solved - Analysis of the MCP 2026 roadmap's solutions to stateless scaling, enterprise auth gaps, and governance maturation under Linux Foundation stewardship. The New Stack, Mar 2026.
- a16z "Big Ideas 2026" - "We're no longer designing for humans, but for agents." Proposed dual-mode interfaces.
- Sequoia Capital - "MCP may become as foundational as TCP/IP." Agent economy requires persistent identity and communication protocols.
- Bessemer Venture Partners - Named AX as "Law #1" in AI Developer Laws. Created the AI Agent Autonomy Scale.
- Forrester - Five critical AX skills: knowledge curation, change management, critical thinking, interaction skills, agent oversight.
- McKinsey - Up to $1T in US retail, $3-5T globally by 2030. "If your catalog is not machine-readable, agents will not find you."
- BCG - AI traffic to retail up 4,700% YoY. "Those who wait risk becoming invisible."
- AI Agent Trends 2026 - Google Cloud report identifying five enterprise shifts: instruction-based to intent-based computing, single tasks to multi-agent systems, generic to grounded models, democratized development, and evolving human roles. 52% of gen AI enterprises already have agents in production. Google Cloud, 2026.
- Agentic AI Strategy - Deloitte Tech Trends 2026 chapter: 23% of companies using agentic AI today rising to 74% in two years; legacy system integration is the top production obstacle. Deloitte Insights, Dec 2025.
- Prepare Your Workforce for an Agentic Future with an Agent Experience Program - Forrester defines an AX program as five workforce skills (knowledge curation, change management, critical thinking, interaction skills, agent oversight); reports $5 in services for every $1 in agent licensing. Craig Le Clair et al., Forrester, Nov 2025.
- Stripe - Co-developed Agentic Commerce Protocol (ACP) with OpenAI. Created Shared Payment Tokens (SPTs) as a new payment primitive. Hosts remote MCP server. All docs available as markdown.
- Shopify - Co-developed Universal Commerce Protocol (UCP) with Google. "Every store agent-ready by default." AI traffic surged 7x, orders 11x. Key lesson: data quality is the differentiator.
- Walmart - "Super Agent" architecture with three personas sharing a single MCP data plane. Cut out-of-stock events by 30% in pilot stores. Partnership with Google Gemini announced Jan 2026.
- Michael Kors - Shopping Muse semantic styling agent. 15-20% conversion rate improvement over keyword search.
- Estée Lauder - Jo Malone London AI Scent Advisor recreates in-store consultation digitally using Vertex AI and Gemini. 2026.
- Google/Shopify - Co-developed Universal Commerce Protocol (UCP) enabling AI agents to transact with merchants. Partners include Etsy, Wayfair, Target, Walmart, Best Buy, and Macy's. Native shopping rolling out in Google Search AI Mode and Gemini app. Jan 2026.
- Ralph Lauren - Ask Ralph AI-powered virtual shopping tool creates shoppable outfit combinations personalized to user prompts from Polo collections. Sep 2025.
- URBN (Anthropologie, Free People, Urban Outfitters) - Started small with popular categories like dresses and denim, standardizing language and taxonomy for highest impact. 2026.
- Ulta Beauty - Strategy focuses on exclusive products and "Only at Ulta" offerings as competitive advantage in agentic AI era. 2026.
- Mastercard - Launched Agent Pay, agentic payment infrastructure using Agentic Tokens enabling AI agents to transact securely on behalf of users with full consumer consent and auditability. Integrated with Microsoft Copilot Checkout, OpenAI Instant Checkout, PayPal, Google UCP, and Fiserv. First authenticated agentic transactions completed in Australia, 2026.
- Amazon - Opened Buy for Me and Shop Direct to 400K+ merchants via catalog integrations (Feedonomics, Salsify, CEDCommerce); 100M+ products agent-purchasable within the Amazon Shopping app. Mar 2026.
- Visa - Launched Intelligent Commerce platform and open Trusted Agent Protocol for cryptographic AI agent authentication versus malicious bots; 100+ global partners in sandbox. 2026.
- OpenAI - Reversed Instant Checkout in-app purchasing after onboarding and tax-collection challenges; pivoted to retailer-app model inside ChatGPT where purchase completes on retailer's own site, giving brands full control of transaction experience. Mar 2026.
- Firmly - Launched Firmly Connect, a no-code agentic commerce onboarding platform; retailers including Best Buy and Backcountry integrated with zero engineering resources. Mar 2026.
- Accenture / DaVinci Commerce - Accenture Ventures invested in DaVinci Commerce on March 23, 2026 to advance the Agentic BrandStore product, which surfaces branded experiences inside LLMs; partnership with Accenture Song covers discovery through fulfilment and loyalty. Mar 2026.
- Netlify - Shifted North Star from DX to AX. Anonymous deploy flows, MCP server, context files. Result: 10M developers, 5x daily signups, 7x paid conversions, ~10k AI-generated sites/day.
- Daytona - Built agent-native development infrastructure. $1M ARR in 8 weeks.
- Cloudflare - First toolkit to securely connect SaaS to Claude via MCP. Published agent-skills-discovery RFC. MCP server deployment reduced from weeks to days.
- Linear - Enabled @ mentioning AI agents (Devin, Codegen) directly from tickets. Bidirectional agent-human product interaction.
- Home Depot - Magic Apron AI companion provides specialized customer support with access to customer and purchase data for personalized assistance. 2026.
- Microsoft - Launched agentic AI solutions for retail including Copilot Checkout (sell within Copilot), Brand Agents for Shopify merchants, personalized shopping agent template, and store operations agent template. Dynamics 365 Commerce MCP Server in preview. Jan 2026.
- AWS - Launched AgentCore Gateway, a fully managed MCP server converting existing APIs and Lambda functions into agent-callable tools with 1-click integrations for Salesforce, Slack, Jira, and Zendesk; available across 14 AWS regions. Feb 2026.
- GEO: Generative Engine Optimization - Foundational paper on optimizing content for AI-generated responses. Aggarwal et al., KDD 2024.
- How to Dominate AI Search - Strategies for generative engine optimization. Chen et al., 2025.
- A Survey of AI Agent Protocols - Comprehensive survey of the protocol landscape. April 2025.
- A Survey of Agent Interoperability Protocols - Analysis of MCP, A2A, ACP, and other interop standards. May 2025.
- Structured Context Engineering for File-Native Agentic Systems - 9,649 experiments showing how file formats affect agent accuracy and token efficiency at scale. McMillan, Feb 2026.
- Does Prompt Formatting Have Any Impact on LLM Performance? - Demonstrates up to 40% performance variation from format choice (plain text, Markdown, JSON, YAML). Tam et al., Nov 2024.
- FeatureBench: Benchmarking Agentic Coding for Complex Feature Development - 200-task ICLR 2026 benchmark for end-to-end feature development across 24 OSS repos; top agents score 11% vs 74% on SWE-bench, revealing the gap in complex feature implementation capability.
- agentexperience.ax - The AX community hub by Netlify.
- awesome-web-agents - Tools and frameworks for building web-browsing AI agents.
- awesome-autonomous-web - AI agent web interaction tools.
- awesome_ai_agents - 1,500+ resources and tools for AI agents.
- awesome-ai-agents - 300+ agentic AI resources.
- awesome-llm-agents - LLM agent frameworks.
Detailed research notes compiled during the creation of this repository:
- llms.txt Deep Dive - Spec, adoption, criticism, tools, and generators.
- SKILL.md & OpenClaw/Moltbook - Skills standard, Moltbook ecosystem, Cloudflare discovery RFC.
- HEARTBEAT.md - Periodic agent check-in pattern.
- AGENTS.md - Project instruction standard.
- Agent Protocols - MCP, A2A, NLWeb, Agent Protocol, IETF drafts.
- Agent Search Optimization & GEO - ASO, GEO, AX as a discipline.
- AX Perspectives & Frameworks - 20 industry perspectives on AX best practices.
- Netlify's AX Canon - Complete index of Netlify/Biilmann AX writings and talks.
- Terminology Mapping - AX, GEO, ASO, AEO, LLMO -- how the terms relate.
- File Type Agent Accessibility - How file formats affect agent accuracy, token efficiency, and the "grep tax."
Contributions welcome! If you know of standards, tools, or resources that should be included, please open an issue or PR.
To the extent possible under law, the contributors have waived all copyright and related rights to this work.
