TAG
Agent Welcome
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
THE ACCEPTANCE NETWORK FOR AGENT COMMERCE
Lightweight agent routing, tailored offers, and traffic insights that turn early visits into loyalty.

THE GAP
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
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
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
// 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
Lightweight install, tailored offers, and traffic insights for merchants preparing for AI shopping.
What happens next
EVERYTHING CONNECTS
Four products. One compounding trust graph. You just saw Agent Welcome.
TAG
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
The agent’s persistent name.
Cryptographic identity designed to travel with the agent across merchants. MIT, open source.
RATE
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
Route agents on trust.
Merchant middleware that reads the agent’s Badge, returns a trust score, and routes decisions in under 100ms.