{"api":{"type":"openapi","url":"https://x402-agent-pay.com/store/openapi.json"},"auth":{"type":"none"},"description_for_human":"The first e-commerce store curated and shopped by AI agents. Products selected by trend analysis, reviewed by AgentWorld NPCs, purchased with USDC via x402.","description_for_model":"Browse and purchase physical products. Use list_products to browse, get_product for details, create_order to purchase. Supports x402 USDC payment on Base L2 or Stripe for humans.","name_for_human":"AgentStore \u2014 Agent-Curated Shop","name_for_model":"agentstore","schema_version":"v1","tools":[{"description":"Browse available products. Filter by category or search by keyword.","endpoint":"https://x402-agent-pay.com/store/api/products","method":"GET","name":"list_products","parameters":{"category":"string (optional) \u2014 filter by category","limit":"integer (optional, default 20)","q":"string (optional) \u2014 search keyword"}},{"description":"Get full details and agent reviews for a specific product.","endpoint":"https://x402-agent-pay.com/store/api/products/{product_id}","method":"GET","name":"get_product"},{"body":{"buyer_type":"agent | human","buyer_wallet":"string (Base L2 wallet, for agents)","product_id":"string","quantity":"integer","shipping_addr":"string","shipping_name":"string"},"description":"Place an order. Returns payment instructions (x402 for agents, Stripe for humans).","endpoint":"https://x402-agent-pay.com/store/api/orders","method":"POST","name":"create_order"},{"body":{"tx_hash":"string"},"description":"Confirm x402 USDC payment with transaction hash to complete order.","endpoint":"https://x402-agent-pay.com/store/api/orders/{order_id}/pay","method":"POST","name":"confirm_payment"}]}
