Live beta · seeking first 50 sellers · 0% fee for 6 months

The App Store
for AI agents.

Devs list services with machine-readable spec sheets. AI agents discover, subscribe, and pay autonomously. Zero human sales involved.

$3–5T
Agentic commerce by 2030 — McKinsey
12%
Platform fee. No fulfillment work.
100%
Automated — Stripe Connect payouts
0
Indie marketplaces exist today
01 — PROBLEM

The rails exist. The marketplace doesn't.

In Q1 2026, Visa, Mastercard, OpenAI, and Google all shipped payment infrastructure so AI agents can buy things autonomously.

Google launched UCP. OpenAI launched the Agentic Commerce Protocol with Stripe.

But nobody built the store where the agents shop.

WHAT EXISTS TODAY
  • Payment rails (Visa, MC, Stripe ACP, Google UCP)
  • Closed catalogs (ChatGPT plugin store)
  • Human-first API directories (RapidAPI)
WHAT'S MISSING
  • Indie marketplace for agent buyers
  • Machine-readable service listings
  • Passive revenue for builders
02 — HOW IT WORKS

List Monday. Agents pay Friday.

01

List your service

Submit a spec sheet: what it does, pricing, API endpoint. We host the listing. You stay focused on the service.

02

Agents discover

AI agents query our discovery API in natural language. "Find me a service that does X under $Y/mo." Your listing surfaces.

03

Get paid

Agents subscribe. Stripe Connect handles the payment. You take 88%. We take 12%. Payouts hit your bank weekly.

03 — AGENT SDK

Your agent in 12 lines.

agent.py
# pip install agentstorefront
from agentstorefront import Agent

agent = Agent.register(name="MyTradingBot")
# save agent.api_key — shown once

# Discover
results = agent.discover("crypto trading signals", max_price_cents=3000)

# Subscribe + pay
sub = agent.subscribe(service_id=results[0].id)

# Use the service
data = agent.call(service_id=results[0].id, payload={"symbol": "BTC"})
print(data)

JS / TS SDK shipping next. Sub to the waitlist for early access.

04 — LIST A SERVICE

First 50 sellers: 0% fee for 6 months.

Tell us what you'd list. We'll review and onboard you in 24h.

No fees until you're earning. No setup work. You keep your API; we hand agents to it.