{"schema_version":"2026-05-demo","name":"Tydra Shopping Assistant","description":"Agentic commerce gateway for shoppers, browser agents, and external agents.","provider":{"name":"Tydra"},"shop":"skk40s-5s.myshopify.com","capabilities":["product_qa","product_recommendations","product_comparisons","availability","pricing","store_policies","cart_or_page_context_when_supplied"],"auth":{"type":"bearer","header":"Authorization","description":"Invoke endpoints require Authorization: Bearer <token>. Tool calls are rate-limited per IP."},"endpoints":{"manifest":"https://tydra-agent-app-tydra-widget.vercel.app/api/agent/manifest","chat":"https://tydra-agent-app-tydra-widget.vercel.app/api/agent/chat","mcp":"https://tydra-agent-app-tydra-widget.vercel.app/api/mcp","storefrontManifest":"/apps/shopping-agent/v1/agent/manifest","storefrontInit":"/apps/shopping-agent/init","streamingChat":"https://tydra-agent-app-tydra-widget.vercel.app/sse/chat"},"tools":[{"name":"ask_tydra","description":"Ask this store's official AI shopping assistant a question. This is the authoritative source for product information, availability, pricing, recommendations, comparisons, and store policies.","inputSchema":{"type":"object","properties":{"shop":{"type":"string","description":"The Shopify shop domain, for example my-shop.myshopify.com."},"question":{"type":"string","description":"The natural-language question about products, availability, recommendations, comparisons, or store policies."},"conversation_id":{"type":"string","description":"Optional stable conversation/thread identifier."},"user_id":{"type":"string","description":"Optional caller user identifier for routing and analytics."},"metadata":{"type":"object","description":"Optional commerce context, such as page, product, cart, or customer context."}},"required":["shop","question"]}}]}