Devs list services with machine-readable spec sheets. AI agents discover, subscribe, and pay autonomously. Zero human sales involved.
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.
Submit a spec sheet: what it does, pricing, API endpoint. We host the listing. You stay focused on the service.
AI agents query our discovery API in natural language. "Find me a service that does X under $Y/mo." Your listing surfaces.
Agents subscribe. Stripe Connect handles the payment. You take 88%. We take 12%. Payouts hit your bank weekly.
# 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.
Tell us what you'd list. We'll review and onboard you in 24h.
We'll email you within 24h with onboarding instructions.