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.

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
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
+27230-day period
UNIQUE AGENTS
341
Distinct agent visitors
RETURNING AGENTS
22.8%
Visited on multiple days
WHERE AGENTS DROP OFF
AGENT PAGE REACH
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
WHEN AGENTS SHOP
AGENT ACTIVITY (HOURLY)
RADAR+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
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.
- Install the package from npm
- Wrap your layout with the current RadarProvider SDK component
- 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>
);
}// app/root.tsx
import { RadarProvider } from "@kyalabs/agent-radar/client";
export default function App() {
return (
<RadarProvider
merchantId={ENV.KYA_MERCHANT_ID}
apiKey={ENV.KYA_API_KEY}
endpoint="/kya/report"
>
<Outlet />
</RadarProvider>
);
}Shopify App integration for Agent Welcome is coming soon.
Request early access below.
Request Access →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.