J
Jiagon
Call My Agent demo
Natural language → quote → order handoff

Ask for the outcome. Jiagon handles the merchant.

This YC demo is intentionally narrow: Jiagon acts as a real-world merchant negotiator. It checks whether the merchant can satisfy the request before it creates an order, and it leaves a receipt trail after fulfillment.

{
  "agentId": "yc-demo-agent",
  "userIntent": "Get me an iced latte from Raposa under $10, ready in 15 minutes.",
  "maxSpendUsd": "10.00",
  "quantity": 1,
  "deadlineMinutes": 15,
  "paymentMode": "pay_at_counter"
}
Negotiator result
Start with a quote. Jiagon should refuse impossible constraints instead of blindly placing the order. That is the core Call My Agent demo.