Agentic Commerce Is Here: Make your Tech Stack Agent-Ready

Author: Dusan Salovic

02.01.2025

Lächelnde Frau hält ein Smartphone vor violettem Hintergrund, daneben ein Einkaufswagen-Symbol – Symbolbild für digitalen Einkauf, E-Commerce und Agentic Commerce

Agentic commerce is no longer a thought experiment - it is quickly becoming an infrastructure question. Under the hood of every “autonomous transaction” sits a new stack: LLMs that can reason and plan, tools and APIs that expose your business as machine-readable services, and emerging protocols like MCP, ACP, and AP2, that let agents discover, negotiate, and pay safely. What has changed over the past year, which players are now shaping the standards, and what does it take to design an agent-ready tech stack instead of just another website?

From “Search and Click” to “State Your Goal”

For most of the web era, commerce was built around a simple interaction loop: Search → Scan → Click → Compare → Add to basket → Checkout.

Systems were optimised for human attention and clicks. Success meant fast pages, clear navigation, and efficient checkout. Your core artefacts were category trees, landing pages and checkout flows.

Agentic commerce inverts this model. The starting point is no longer a query string in a search box, but a natural-language goal, e.g. “I need a pair of trail-running shoes under €100 that can be delivered before the weekend.” Instead of manually clicking through filters and pages, the user delegates the goal to an agent.

The agent’s job is to:

  1. Interpret intent and constraints (budget, timing, preferences, policies).
  2. Translate them into structured queries against catalogues, inventory, pricing and logistics.
  3. Evaluate trade-offs (price vs speed vs quality vs sustainability).
  4. Explain and justify a recommendation back to the user.
  5. Execute the transaction safely via the appropriate protocols.

This has three important consequences for how you design systems:

  • Your “interface” to agents is data, not screens. Product attributes, availability, pricing rules, reviews, and policies become the main surface area. If an agent can’t reliably parse that data, it can’t act with confidence.
  • Decision quality replaces click-through as the central metric. Agents optimise for outcomes under constraints, not visual design or funnel tricks. That shifts the question from ‘How do we get clicks?’ to ‘How do we give agents enough trustworthy data to choose us?
  • Machine legibility becomes a strategic asset. If agents can’t discover, compare, and trust you, you won’t be considered. That’s where composable architecture, MCP, and agentic payment protocols con-verge. They turn web pages into capabilities agents can evaluate and execute.

In other words, moving from “search and click” to “state your goal” is not just a UX change. It is an architectural shift from funnels to capabilities, from pages to protocols, and from user journeys to machine-interpretable goals and constraints.

Why Agentic Commerce Is Happening Now (Four Converging Shifts)

The rise of agentic commerce is not magic. It is the compound result of four technology movements that have matured at the same time:

  1. LLMs evolved from pattern matchers to operators.
    Reasoning-class models can plan, decompose goals, and use tools reliably enough to act – not just answer questions.
  2. The commerce stack went API-first, headless and composable.
    Product, pricing, inventory, and orders moved behind clean APIs, giving agents direct access.
  3. Payments and trust protocols were rebuilt for agent-initiated transactions.
    New standards turn agent actions into cryptographically verifiable mandates, not just API calls.
  4. Big platforms are racing to own the agentic entry points.
    Chat, search and wallets are becoming transactional layers where agents, not browsers, initiate and complete purchases.

The result: capable agents + accessible systems + safe payments + new entry points. That is the real story behind “why now”.

How LLMs Learned to Act

For years, large language models were impressive storytellers but unreliable operators. They could write product copy, but you wouldn’t let them place orders without tight human control. That changed as three capabilities matured together: reasoning, reliable tool calling, and planner–executor architectures.

Today’s reasoning-class models are built for multi-step planning under constraints. Instead of only predicting the next token, they can decompose a goal into sub-tasks, weigh trade-offs, and choose a sequence of actions. In commerce, that’s what you need for real journeys like multi-item baskets, replacements, or “deliver before Friday” constraint

At the same time, tool calling has moved into the core of how these systems are designed. Models can now invoke external tools (APIs, databases, calculators, internal systems) and chain them to complete workflows.In commerce, that means agents can fetch prices and stock across locations, calculate shipping and taxes, and trigger workflows like order creation or returns.

Alongside direct API tool calls, leading agent stacks now include computer-use capabilities. That means an agent can safely operate a browser or desktop environment on behalf of the user. This lets agents navigate legacy websites, fill out forms, and interact with back-office tools that do not yet expose clean APIs, while still keeping actions auditable and bounded by policy.

In practice, computer-use is a bridge pattern until critical commerce flows are exposed as stable services that MCP or similar protocols can describe. Finally, modern architectures increasingly separate planner, executor and verifier roles. A reasoning model designs the sequence of steps, specialised tools or models execute them, and guardrail systems check outputs against rules and policies.

This reduces hallucinations and makes behaviour predictable – crucial when payments, inventory or logistics are involved.

Together, these advances let agents turn a buying request into constraints, select and chain the right tools, weigh trade-offs, and execute via auditable API calls. Without this shift from simple text generator to planner-operator, agentic commerce would still be a demo, not a roadmap item.

Creating an Agent-Ready Commerce Stack: API-First and Composable

Even the smartest agent is useless if it cannot talk to your systems. The second shift behind agentic commerce is that commerce infrastructure has quietly become agent-friendly by design. Over the past decade, many retailers moved from monoliths to API-first, composable commerce. They now assemble modular services for catalogue, pricing, inventory, content, and checkout.

The original drivers were very human-centric:
  • omnichannel experiences (web, app, in-store, marketplace)
  • frontend flexibility and performance
  • easier experimentation and A/B testing
The side effect is a stack that is highly compatible with AI agents. In a composable setup:
  • product information is exposed via structured catalogue APIs
  • inventory and availability are accessible over services
  • pricing and promotions can be simulated in real time
  • customer profiles and orders can be queried and updated programmatically

This turns your commerce capabilities into clean, machine-accessible services. When the primary customer interface shifts from browser to agent, this architecture becomes the foundation for being usable in agent-driven flows.

Making Capabilities Discoverable and Safe for Agents: Model Context Protocol

On top of an API-first, composable stack, the next challenge is helping agents actually find, understand and safely use those capabilities. This is where the Model Context Protocol (MCP) comes in.Originally introduced by Anthropic, MCP is now supported across multiple toolchains – making it a credible ecosystem standard, not a proprietary integration pattern.

MCP gives AI agents a consistent way to:
  • discover which tools and operations your systems expose,
  • understand what each tool does and which inputs it expects, and
  • call those tools through well-defined schemas rather than ad-hoc integrations.

Recent MCP updates focus heavily on security and access control – treating MCP servers as OAuth resource servers, tightening token scopes, and clarifying permission models. That is exactly what you need when autonomous agents can reach into sensitive areas like inventory, prices and orders. For more advanced workflows, complementary protocols like Agent Communication Protocol (ACP) and Agent-to-Agent (A2A) enable structured, secure coordination between agents and services. ACP supports agent-to-service communication across systems, while A2A enables direct agent-to-agent exchanges, including transactions (e.g., one agent paying another). ACP and A2A aren’t required for every use case, but they become valuable once workflows span multiple agents or require autonomous coordination.

Making Autonomous Transactions Safe: The New Trust and Payment Protocols

Reasoning and APIs make agents capable of shopping. Payments and trust protocols make them safe. In a world where humans aren’t present during transactions, the key question is how a merchant ensures an agent is acting on a user’s behalf. It must stay within user limits and resist misuse or hijacking. In 2025, a set of agent-native payment protocols emerged to address this challenge, transforming how agents can safely conduct transactions.

  • Agentic Commerce Protocol (ACP): an open standard from OpenAI and Stripe for structured, programmatic commerce flows between agents and merchants. It powers ChatGPT-style instant checkout by standardising offers, authorisations, and receipts in machine-readable form.
  • Agent Payments Protocol (AP2): an open protocol from Google and partners for agent-initiated payments using signed mandates (limits, categories, time windows). It’s built for interoperability across major payment rails at scale.
  • Trusted Agent Protocol: Visa’s approach to making card payments safer when initiated by AI agents. It helps verify agent legitimacy and reduce fraud and checkout friction.
  • Agent Pay: Mastercard’s framework for agent-initiated payments on existing card rails using tokenisation. It focuses on registering/verifying agents and enabling merchant acceptance with minimal changes. Identity and delegation matter well beyond payment execution.

If agents can browse, build baskets, apply loyalty, and manage orders, you need consistent agent identity and delegated authority across every API. In practice, this means OAuth and OIDC based delegation for non payment actions, scoped access tokens tied to explicit intents, and an audit trail that links agent identity, user identity, and permitted actions end to end.

The Agent Trust Stack: Intent, Execution, Accountability

To ensure safe and seamless transactions, the above protocols work together to create a robust trust framework. These protocols address different aspects of the transaction process, from defining agent actions to ensuring secure execution and providing transparency.

Together, these protocols build a three-layer trust stack:
  • Intent: Structured, signed mandates capturing what a user allows their agent to do – defining clear spend limits, categories, and time windows.
  • Execution: Mechanisms that allow agents to trigger payments without exposing sensitive data, leveraging familiar card, bank, and wallet systems.
  • Accountability: Clear audit trails that record who authorised the transaction, when, and under which policy, ensuring transparency and security.

The practical requirement is simple: verify delegated authority and compliance automatically, then let the transaction complete end-to-end.

Strategic Implications: Competing in the Agentic Commerce Era

As agentic commerce grows, there are several strategic implications for businesses to consider:

  • New entry points: Agent environments will become the primary customer interface, not traditional websites. Merchants must ensure that agents can discover, evaluate, and transact through protocols like ACP, AP2, TAP, and Agent Pay.
  • Platform choice: Businesses will need to prioritize which agent ecosystems to integrate with based on their market, category, and existing partnerships.
  • Negotiation power may shift: As agent entry points concentrate in a few dominant platforms, the algorithms and commercial terms governing them could begin to resemble today’s marketplaces – through AI rankings.

In this evolving landscape, businesses must adapt. Their systems need to support AI-driven transactions and compete for visibility in agentic commerce environments.

Your Roadmap: Get prepared for Agentic Commerce

Agentic commerce is no longer a distant concept, it’s already in pilot and limited rollout. Over the next 12–24 months, your organization should focus on three key areas:

  1. Map Your Agent-Visible Capabilities
  • Audit your existing APIs, including product catalogues, pricing, inventory, orders, loyalty programs, logistics, and customer service.
  • Identify what an agent needs to execute an end-to-end journey, from discovery to fulfillment, without screen scraping.
  • Close any gaps where critical capabilities are still locked inside monoliths or only accessible through UI flows.
  1. Choose Anchor Protocols and Start Small Integrations
  • You don’t need to integrate everything at once, but you need a solid starting point.
  • Select one or two anchor protocols (e.g., MCP, or TAP + Agent Pay) that align with your markets and partners.
  • Begin with controlled, low-risk use cases such as replenishment flows, narrow-catalogue offers, or specific customer segments.
  • Use these to build internal knowledge around mandates, audit trails, and potential failure mode
    3. Design for Agent Experience, Not Just User Experience
  • Agent Experience (AX) must be treated as a first-class design concernConsider how agents discover your products and services and how they evaluate trade-offs using your data (price, quality, delivery, sustainability, reviews).
  • Ensure that agents can justify their recommendations to users using the information you provide.
  • Structure product data, pricing, and availability so agents can easily parse and compare it.
  • Document your capabilities in a machine-readable format (via MCP or similar) so agents understand exactly what they can safely do.
  • Expose signals of reliability, guarantees, and service levels to ensure agents can make trusted decisions.

Agentic Commerce Is Here — Make Your Systems Ready Now

Agentic commerce is emerging fast and your systems will increasingly serve two audiences: humans via screens and agents via APIs, protocols, and mandates. The technology is here, the protocols are established, and the platforms are advancing. The question is no longer if it will reshape digital commerce, but how quickly it will become mainstream.

The question now is: Will your commerce systems be ready for agentic commerce, or will your business be left behind?

 

 

Contact us to prepare your company for the future with Agentic Commerce.

You may also be interested in