AirOxy × UCP
Environment — Production

Commerce, made
for agents.

AirOxy's UCP-compliant merchant runtime — letting AI agents discover what we sell and complete a checkout, end-to-end.

What is UCP

An open standard for agent-driven commerce.

The Universal Commerce Protocol is an open specification, developed jointly by leading commerce and AI platforms, that lets AI agents — Gemini, ChatGPT, and custom — discover what a merchant supports and drive a checkout on a buyer's behalf.

A merchant publishes a manifest at /.well-known/ucp. Agents read it, negotiate capabilities, and step a small state machine through cart creation, fulfillment, payment, and order events.

Why we're building this

Agentic commerce is the next interface.

The shift from human browsers to autonomous agents is happening now. AirOxy is investing early — building, operating, and learning from a UCP merchant of our own — so we keep optionality across brands and payment partners, and arrive at the standard's maturity with a working system.

01

Own the runtime

A portable Go service, not a vendor-toggle dependency.

02

Capability claim

Hands-on UCP experience from manifest through order events.

03

Multi-brand ready

One protocol, deployable across the AirOxy brand portfolio.

What this server declares

Capabilities advertised in the manifest.

Each entry is a UCP namespace at version 2026-04-08. The full manifest is at /.well-known/ucp.

dev.ucp.shopping.checkout

Checkout

Create, update, and complete a checkout session.

dev.ucp.shopping.cart

Cart

Line items, totals, and currency in one envelope.

dev.ucp.shopping.fulfillment

Fulfillment

Delivery addresses, shipping options, and selection.

dev.ucp.shopping.order

Orders

Order events delivered to subscribed agents.

dev.ucp.shopping.catalog.lookup

Catalog Lookup

Resolve a single product by identifier.

dev.ucp.shopping.catalog.search

Catalog Search

Discover products by query term.