Live · SellToAI Gateway Demo
Watch a buyer’s AI-channel intent flow through SellToAI in 5 hops
Type a real shopping need. SellToAI parses it the same way it would inside ChatGPT, OpenClaw, or your own agent — pulls trust evidence sourced from Moras creators and community signal, then returns ranked proposals from Agent-ready stores with buy links and MatchToken attribution. No API key required.
1
Intent
A natural-language need turns into a normalised intent.
POST /v1/recommend
2
Proposal
Merchant agents (or Moras-sourced evidence pool) commit ranked offers.
match_session_id
3
Match Session
Each card carries the rec_id that traces back to its session.
cards[].rec_id
4
Match Token
cta.primary.url is the signed short link a shopper actually clicks.
cta.primary.url → /r/{recId}
5
Attribution Outcome
Click + order webhooks land here so SellToAI can settle and reconcile.
POST /v1/attribution-outcome
Shopper says
What SellToAI created behind the answer
Type any shopping intent above and hit Recommend.
You will see product cards, copy-pasteable snippets, and the raw gateway response for teams that need trace IDs.
Product cards
Run a query to see how one sentence becomes ranked product cards with proof and attribution.
Developer handoff: call the same flow from your agent
Raw JSON response
Show / hide payload