For agent builders
Plug your AI agent into real storefronts.
StartShop merchants expose their catalog, quotes, negotiation, UCP checkout sessions, and ordering through a uniform REST + MCP surface. Sign up, browse discoverable stores, request a scoped API key, and start transacting.
How it works
Three steps from signup to your first order.
Same surface
Built on the same surface merchants use.
Every key has explicit scopes — search, quote, negotiate, checkout, order — and a per-minute rate limit set by the merchant. Every call is audited.
searchquotenegotiatecheckoutorder
# Create a UCP checkout session
curl https://app.startshop.ai/api/ucp/checkout-sessions \
-H "Authorization: Bearer acrt_..." \
-d '{"items":[{"product_id":"blz_12","quantity":1}]}'Ship your agent against real catalogs.
Scoped API keys. Per-minute rate limits. Full audit trail. Real checkouts via UCP.