🤖 YC RFS 2026: Software for Agents

Make your store agent-native

AI agents are browsing the web, searching for products, and making purchases. Agents Want makes your store instantly readable and actionable for them — like robots.txt, but for agents.

The problem

🐌

Agents scrape HTML

AI agents browse websites designed for humans — clicking buttons, parsing visual layouts. It's 10-100x slower than a structured API.

💔

Brittle & breaks on updates

Any UI change breaks the agent. HTML selectors break. Product data is scattered across DOM elements. No reliability.

💸

You lose agent traffic

When ChatGPT says "buy me headphones under $100," only agent-readable stores get the order. Yours isn't ready.

How Agents Want works

1

Connect your Shopify store

One click via Shopify OAuth. Agents Want creates a Cloudflare Worker proxy that sits in front of your store. No code changes needed.

2

Agents Want serves /agent.json

Your store gets a capability declaration that AI agents can discover. It tells agents: "I have products, search, and collections available via structured endpoints."

3

Agents use your structured API

Instead of scraping HTML, agents call /agent/v1/products, /agent/v1/search?q=... and get clean JSON. Fast, reliable, structured.

4

Track agent traffic in your dashboard

See which agents visit, what they search for, what they attempt to buy. Agent analytics like Google Analytics for bots.

Agent-ready in 5 minutes

agent.json — discovered by any AI agent
GET /agent.json

{
  "protocol": "agentswant/0.1",
  "store": "mystore.myshopify.com",
  "capabilities": [
    { "endpoint": "/agent/v1/products", "method": "GET", "description": "List products" },
    { "endpoint": "/agent/v1/search", "method": "GET", "description": "Search products" },
    { "endpoint": "/agent/v1/collections", "method": "GET", "description": "List collections" }
  ]
}

// Agent searches for products:
GET /agent/v1/search?q=wireless+headphones

{
  "query": "wireless headphones",
  "results": [{ "title": "AirPods Pro", "price": "$249", ... }],
  "count": 12
}

Pricing

Free

Get started

$0/mo
  • ✓ Agents Want Worker proxy
  • ✓ /agent.json declaration
  • ✓ Products, search, collections API
  • ✓ "Agent-Ready" badge
POPULAR

Pro

For growing stores

$29/mo
  • ✓ Everything in Free
  • ✓ Agent analytics dashboard
  • ✓ Which agents visit, what they search
  • ✓ Custom capability declarations
  • ✓ Rate limiting per agent

Business

Multi-store & teams

$99/mo
  • ✓ Everything in Pro
  • ✓ Multiple stores
  • ✓ Agent auth & API keys
  • ✓ Webhook callbacks (orders, carts)
  • ✓ Shopify app plugin

Connect your store

Enter your Shopify domain to get started. Free forever.