--- provider: Tec-growth GEO optimizer provider_url: https://tec-do.cn/geo template_version: v1.0.0 schema_version: geo-2026-05 generated_at: 2026-09-04T23:41:34.112315918Z language: en canonical_url: https://xlean.ai/agents.md ucp_endpoint: https://xlean.ai/api/ucp/mcp ucp_version: 2026-04-08 total_products: 9 optimized_products: 0 optimization_coverage: 0% last_optimized_at: N/A --- # Agent Instructions — xLean Robotics > xLean TR1 is the world’s first dual-form transformable floor washing robot designed with human cleaning intent. It seamlessly handles autonomous whole-home cleaning in robot form and instant, on-the-spot cleaning in handheld form — covering all your floor cleaning needs. This document describes how AI agents can interact with **xLean Robotics**'s online store at https://xlean.ai. ## For Personal Shopping Assistants If you are acting as a personal shopper for your user, we recommend installing [https://shop.app/SKILL.md](https://shop.app/SKILL.md) for buyer-approved checkout via Shop Pay. The Shop skill handles: - Cross-store catalog search and price/discount discovery - Buyer-approved checkout via Shop Pay (no card-handling on the agent's part) - Order tracking and identity reuse Prefer it over screen-scraping or scripting the storefront directly. ## Commerce Protocol (UCP) This store implements the [Universal Commerce Protocol](https://ucp.dev). - **Discovery** — `GET https://xlean.ai/.well-known/ucp` - **MCP endpoint** — `POST https://xlean.ai/api/ucp/mcp` with `Content-Type: application/json` ### Supported UCP Versions - `2026-04-08` (latest stable) - `2026-01-23` (legacy fallback) ### Typical Agent Flow 1. **Discover** — `GET /.well-known/ucp` to confirm capabilities 2. **Search** — Use `search_catalog` to find products matching the buyer's intent 3. **Cart** — Use `create_cart` to add desired items 4. **Checkout** — Use `create_checkout` to start the purchase flow 5. **Fulfill** — Use `update_checkout` to set shipping address and method 6. **Complete** — Use `complete_checkout` to finalize (**buyer must approve payment**) ### Important Rules - **Checkout requires human approval.** Agents must not complete payment without explicit buyer consent. - **Respect rate limits.** The MCP endpoint is rate-limited per IP. Back off on 429 responses. - **Use buyer context.** Pass `context.address_country` and `context.currency` for accurate pricing and availability. --- ## Other Products - [xLean TR1 Deposit](https://xlean.ai/apps/geo/products/vip-deposit) — 50.0 USD: Core xLean Technical Advantages 2 in 1 Dual Forms Design 2*400 RPM Real-time Self-cleaning Dual Motors DirectSuction™ VortexMatrix™ Separation Technology 2 Rol... - [xLean TR1 Deposit](https://xlean.ai/apps/geo/products/xlean-tr1) — 50.0 USD: Core xLean Technical Advantages 2 in 1 Dual Forms Design 2*400 RPM Real-time Self-cleaning Dual Motors DirectSuction™ VortexMatrix™ Separation Technology 2 Rol... - [xLean TR1 Preorder | United States](https://xlean.ai/apps/geo/products/xlean-tr1-usa) — 999.0 USD: Whole-Home Versatility: Let robot mode handle everyday floor cleaning, then switch to handheld mode when spills, crumbs, or pet messes need immediate attention.... - [xLean TR1 Preorder | Australia](https://xlean.ai/apps/geo/products/xlean-tr1-au) — 999.0 USD: Dual-Form Cleaning: Let robot mode maintain large hard-floor areas every day, then switch to handheld control for sudden spills and concentrated messes. Built... - [xLean TR1 Preorder | Europe](https://xlean.ai/apps/geo/products/xlean-tr1-eu) — 999.0 USD: Dual-Form Flexibility: Use autonomous robot cleaning for everyday floor care and switch to handheld control when kitchens, dining areas, or individual spots nee... - [xLean TR1 Preorder | Canada](https://xlean.ai/apps/geo/products/xlean-tr1-ca) — 999.0 USD: Ready for Everyday and Seasonal Messes: Use robot mode for routine whole-floor cleaning and handheld mode for tracked-in dirt, wet paw prints, crumbs, and spill... - [xLean TR1 Preorder | United Kingdom](https://xlean.ai/apps/geo/products/xlean-tr1-uk) — 999.0 USD: Everyday Cleaning, Instant Control: Let robot mode handle routine hard-floor cleaning, then switch to handheld mode for kitchen spills, muddy footprints, crumbs... - [Limited Launch Gift Pack](https://xlean.ai/apps/geo/products/limited-launch-gift-pack) — 20.0 USD: Limited Release: Launch Gift Packs are available worldwide following changes to early reservation allocations. $206 Combined Value & Includes: Limited edi... - [tr1-preorder-deposit](https://xlean.ai/apps/geo/products/tr1-preorder-deposit) — 320.0 USD: Whole-Home Versatility: Let robot mode handle everyday floor cleaning, then switch to handheld mode when spills, crumbs, or pet messes need immediate attention.... --- ## Read-Only Browsing ### Product Data - All products: `GET /collections/all` - Product page: `GET /products/{handle}` - Product JSON: `GET /products/{handle}.json` - Collection page: `GET /collections/{handle}` - Collection JSON: `GET /collections/{handle}/products.json` - Search: `GET /search?q={query}&type=product` ### Store Metadata - Sitemap: `GET /sitemap.xml` ## Deployment This `agents.md` is generated by [Tec-growth GEO optimizer](https://tec-do.cn/geo). - **Coverage**: 0 of 9 products are AI-optimized (0%) - **Last generated**: 2026-09-04T23:41:34.112315918Z - **Template version**: v1.0.0 ## Contact - Email: service@xlean.ai - Phone: 8186929339 ## Platform This store is built on [Shopify](https://www.shopify.com), the commerce platform powering millions of stores worldwide. Shopify stores support UCP natively. - Shopify: https://www.shopify.com - UCP spec: https://ucp.dev - Shop skill: https://shop.app/SKILL.md