Search Console for agentic commerce
Be the store agents recommend.
See which AI agents visit your store, what they extract, and serve them clean structured content they can actually read — one middleware install. Humans and search crawlers get your site untouched.
The Agent Gateway is free forever. $0 — not a trial, not a teaser tier.
Search Console for agentic commerce.

The proof
What an agent receives: before vs. after
The same product URL, the same request — one capture without the gateway, one with it.
Before — raw PDP HTML
~22,789 tokens
91,226 bytes
After — gateway markdown
~328 tokens
1,315 bytes
98.6% smaller
Roughly 69× less context for the same buying facts — and the facts get better, not worse: front-loaded price, stock, shipping, and returns.

Before — the raw PDP HTML
Theme CSS, mega-menu, product JSON blobs, tracking snippets, a reviews widget, upsells, modals, a cookie banner, a newsletter modal, and cart JS.
The machine-readable price first appears at character offset 23,185, buried in a JSON blob. Availability is an unlabeled span; shipping and returns sit inside collapsed accordions after 18 reviews of widget markup.
After — gateway markdown
Price on line 4, availability on line 5; shipping, returns, and per-variant availability in the first screenful. An excerpt of the actual response:
# [Alpine Trail Pack 28L](https://basecamp-supply.example/products/alpine-trail-pack-28l) - **Brand:** Basecamp Supply Co - **Price:** $148.00 - **Availability:** In stock - **Shipping:** Free US shipping on orders over $75; standard shipping $6.95. - Free shipping threshold: $75.00 - Ships to: US, CA - Delivery estimate: 3-6 days - **Returns:** 60-day returns. Items must be unused with tags attached. - Return window: 60 days - Policy: https://basecamp-supply.example/policies/returns
Same URL, same substance, different format. Browsers get your HTML unchanged, and Googlebot always receives the canonical HTML. Deterministic capture from a Shopify-style PDP fixture for a fictional demo store (Basecamp Supply Co), regenerated and conformance-checked by pnpm demo:capture — measurements, not estimates.
How it works
One middleware install, three outcomes
01 /
Install the gateway middleware
npm install @rebilder/gateway, wire it to your source of truth (products, policies, catalog), and drop the proxy in front of your routes. No theme rewrite, no new stack.
02 /
Agents get clean markdown, humans get your site untouched
Every request is classified. Agents asking for markdown get a clean transformation of the canonical page, rendered from your source of truth. Humans and search crawlers pass through unchanged — Googlebot always gets your canonical HTML.
03 /
Watch the funnel in Console
Every gateway request is a recorded event: which agent visited, which URL, what it was served. The Console shows who came, what they saw, and where to fix coverage.
The whole Next.js integration — a Response short-circuits with markdown, null continues to your HTML pipeline unchanged:
// proxy.ts (Next 16) — middleware.ts on Next ≤15 is identical
import { NextResponse } from 'next/server'
import { createGatewayProxy } from '@rebilder/gateway/next'
import { gatewayConfig } from './lib/gateway-config'
const gateway = createGatewayProxy(gatewayConfig)
export default async function proxy(req: Request) {
return (await gateway(req)) ?? NextResponse.next()
}
export const config = { matcher: ['/products/:path*', '/policies/:path*', '/collections/:path*'] }Shopify (app proxy) is supported too — full instructions live in the docs and in the Console under Install.
The observation layer
Every gateway request is a recorded event
Which agent visited, which URL, what it was served — the gateway records it all. The Console turns that stream into a funnel you can act on: see which agents already reach your store, where you get cited, and where coverage needs fixing.
Visits
An agent fetches your pages through the gateway.
Cited
Your store shows up in the assistant’s answer.
Referred
The shopper arrives on your site via agent handoff.
Conversions
The order is attributed to agent traffic.

Trust

Your data never feeds a negotiation engine
Per-merchant data is never sold, shared, or used to negotiate against you. Only aggregated, anonymized benchmarks ever cross the wall — written into the terms from day one and enforced architecturally: separate schemas and credentials, an explicit allowlist of aggregate metrics, and an audit log on every cross-boundary query.
How the data wall works →Why now
Agentic commerce is already here
~38%
higher conversion from AI-referred visitors
AI-referred visitors convert ~38% higher than search visitors (Cyber Week 2025).
~7x
Cyber Week growth with agent integration
Cyber Week 2025: retailers with agent integration saw ~7x sales growth vs. those without.
~4.2x
content negotiation vs. llms.txt
Content negotiation (Accept: text/markdown) measured ~4.2x more effective than llms.txt for accurate retrieval (300k-domain study, mid-2026).
UCP · ACP · MCP
the commerce protocols are live
UCP launched Jan 2026 (Google + Shopify; Etsy, Wayfair, Target, Walmart backing). ACP (OpenAI + Stripe) live since Sept 2025. All three major card networks support agent-initiated payments.
One integration makes your store agent-ready for every demand source.
- ChatGPT
- Gemini
- Claude
- Perplexity
Pricing
The gateway is free forever
Paid tiers add depth on top — the sensor itself never costs anything.
Free
Free forever$0
forever
Agent Gateway, llms.txt, agent detection, basic Console — who visited, what they saw.
Edge-cached markdown costs fractions of a cent to serve. Distribution and data matter more to us than subscription fees.
Start freePro
~$99–499/mo
by traffic tier
Full Console — citation funnel, product-level visibility, recommendations — plus Compose page variants with bandit optimization and A/B analytics.
Pays the bills. The value is visible on your own dashboard.
Transact
% of GMV
agent-originated transactions only
Take rate on agent-originated transactions (protocol checkout). Market anchor: Stripe charges ~4% on ACP.
Scales with the agent economy itself. Attribution is clean: signed agent headers + protocol handoffs.
Full tier detail → including why each tier is priced the way it is.
Ready when the agents are
Be the store agents recommend.
The Agent Gateway is free forever. $0 — not a trial, not a teaser tier.