Spec: Compliant (v1.0)
đź”§ For CTOs & Lead Architects

The Protocol

This isn't vaporware. This is the open-source standard powering agentic commerce at scale. Here's how it works under the hood.

The UCP Abstraction Layer

The UCP Shim sits between your existing eCommerce backend and the constellation of AI agents.

Shopify Magento Salesforce YOUR BACKEND UCP SHIM /.well-known/ucp Discovery • Checkout • Orders Payments • Extensions ChatGPT Gemini Perplexity Claude Copilot AI AGENTS A2A MCP REST API TRANSPORTS

The /.well-known/ucp Endpoint

Just as robots.txt tells search crawlers how to index your site, /.well-known/ucp tells AI agents how to transact with your business.

When an agent lands on your domain, it first checks this discovery endpoint. The JSON manifest declares your supported capabilities, payment options, and service profiles—allowing agents to dynamically understand what you offer without any hard-coded integrations.

{
  "ucp_version": "1.0",
  "business": {
    "name": "Example Retailer",
    "merchant_of_record": true
  },
  "capabilities": [
    "product_discovery",
    "checkout",
    "order_management"
  ],
  "extensions": ["discounts", "loyalty"],
  "payment_handlers": [...],
  "transports": ["a2a", "mcp", "rest"]
}

We Route. We Don't Store.

Your customer data never touches our servers. We implement the protocol layer—you own the data layer.

OAuth 2.0

Industry-standard authorization. Agents authenticate through your existing identity provider. No new credentials to manage.

Verifiable Credentials

Every authorization is backed by cryptographic proof of user consent. Tamper-proof, auditable, dispute-ready.

Tokenized Payments

Payment credentials are tokenized, not shared. Agents can transact without ever seeing raw card data.

The Protocol Stack

UCP

Commerce primitives: discovery, checkout, orders, payments, extensions.

A2A

Agent-to-Agent protocol for multi-agent coordination and task delegation.

MCP

Model Context Protocol for tool invocation and capability binding.

AP2

Agent Payments Protocol for secure payment mandates and verifiable credentials.

đź”’ ENCRYPTED

Ready to Implement?

Get a technical assessment of your current architecture and a clear path to UCP integration.

Run a UCP Audit