Anthropic released commerce-agents, an open-source reference blueprint under the Apache 2.0 license for building shopping and merchant agents with Claude, covering four example verticals: retail, travel, telecom and entertainment, according to the project's GitHub repository.

The shopping agent handles search, comparison, cart management and order inquiries. The merchant agent handles analytics, inventory, pricing, promotions and campaign drafting, the repository says.

Safety guardrails include provenance gates, memory validation and approval workflows, and the repository states that all writes are staged and require approval before taking effect. The examples run on fictional data, so no real orders, payments or live listings are touched, according to the project.

The blueprint runs on three Anthropic surfaces, the Messages API, the Claude Agent SDK or Managed Agents, and includes an MCP server integration point for connecting to a company's own systems, the repository says. Anthropic describes the project as reference implementation software and is not accepting contributions.

This is a direct signal of what Anthropic considers a production-safe pattern for commerce agents right now: staged writes and approval gates before anything touches a live order or listing. Any team building a shopping or merchant agent has a concrete, inspectable reference for how much human-in-the-loop gating a frontier lab thinks the task needs today.