Skip to main content

THE ACCEPTANCE NETWORK FOR AGENT COMMERCE

Welcome agents.
Earn their loyalty.

Lightweight agent routing, tailored offers, and traffic insights that turn early visits into loyalty.

Warm storefront scene with routed agent traffic flowing toward a welcoming entrance.

THE GAP

Your analytics don’t see agents.

Standard analytics tools count page views. They don’t distinguish between a human browsing your catalog and an AI agent evaluating your products for a purchase decision. User-agent strings are unreliable, headless browsers are invisible, and MCP invocations can bypass your tracking pixels entirely.

The result: a growing share of your traffic is invisible. Agents that might convert are bouncing because your site wasn’t built for them, and you don’t even know they visited.

WHAT YOUR ANALYTICS SEE

Google Analyticsall traffic
Agent Welcome+12% agent traffic

THE SIGNAL

Here’s what you see after you install.

Agent Welcome dashboard · sample data · April 2026.

AT A GLANCE

AGENT TRAFFIC

12.0%

1,662 of 13.8K events

AGENT SESSIONS

1,662

+272

30-day period

UNIQUE AGENTS

341

Distinct agent visitors

RETURNING AGENTS

22.8%

Visited on multiple days

WHERE AGENTS DROP OFF

AGENT PAGE REACH

Homepage
100%341
Product Page
77%263
Cart
28%94
Checkout
5%17

Distinct agents per page category, not a sequential funnel. Agents landing directly on product pages will appear without a homepage visit.

SESSIONS OVER TIME

AGENT SESSIONS

Mar 24Mar 28Apr 1Apr 6

WHEN AGENTS SHOP

AGENT ACTIVITY (HOURLY)

RADAR+
92
12a
58
3a
139
6a
312
9a
358
12p
295
3p
243
6p
165
9p

When agents visit, last 14 days, grouped into 3-hour windows. Reveals the rhythm of scheduled jobs, work-hours browsing, and evening personal use.

WHAT AGENTS LOOK AT

TOP PAGES

PageEvents% of Total
/home4,85035.0%
/collections/all2,10015.2%
/products/mcp-toolkit-starter1,3409.7%
/products/agent-ready-payment-kit9807.1%
/collections/new-arrivals7605.5%
/pages/how-it-works5203.8%
/products/claude-dev-bundle4303.1%
/pages/faq2902.1%

THE RESEARCH

A new shopper is already arriving.

5–15%

of storefront traffic from AI agents

Range across 40+ merchants surveyed. Source: kya labs research, Apr 2026.

11×

growth in AI-attributed purchases on Shopify

Source: Shopify, 2025.

~25%

projected share of online spend by 2030

Source: Morgan Stanley, 2025 outlook.

Agent Welcome dashboard · sample data · Apr 2026

AGENT TRAFFIC

12.0%

UNIQUE AGENTS

341

7D SESSIONS

+272

RETURNING

22.8%

INSTALL

Install Agent Welcome in under an hour.

  1. Install the package from npm
  2. Wrap your layout with the current RadarProvider SDK component
  3. Add the server middleware route
// app/layout.tsx
import { RadarProvider } from "@kyalabs/agent-radar/client";

export default function RootLayout({ children }) {
  return (
    <html>
      <body>
        <RadarProvider
          merchantId={process.env.NEXT_PUBLIC_KYA_MERCHANT_ID!}
          apiKey={process.env.NEXT_PUBLIC_KYA_API_KEY!}
          endpoint="/kya/report"
        >
          {children}
        </RadarProvider>
      </body>
    </html>
  );
}

REQUEST ACCESS

Start with Agent Welcome.

Lightweight install, tailored offers, and traffic insights for merchants preparing for AI shopping.

What happens next

  • We review your storefront and current setup.
  • We confirm the right install path for your stack.
  • We send the install path and next steps to the email you provide.

EVERYTHING CONNECTS

Tag. Identify. Rate. Unlock.

Four products. One compounding trust graph. You just saw Agent Welcome.

TAG

Agent Welcome

Read

Your welcome layer.

Lightweight agent routing, tailored offers, and traffic insights for merchants who want to win AI shopping early.

You just came from Agent Welcome

IDENTIFY

Badge

The agent’s persistent name.

Cryptographic identity designed to travel with the agent across merchants. MIT, open source.

RATE

kyaScore

The score that compounds.

A portable reputation score designed to rise and fall with every trip. 500–850, like a credit score for agents.

UNLOCK

VerifAI™

Route agents on trust.

Merchant middleware that reads the agent’s Badge, returns a trust score, and routes decisions in under 100ms.