# Agent Instructions — Puravetta This document describes how AI agents can interact with Puravetta at https://puravetta.com. Puravetta™ reusable pet hair remover mitt. One swipe lifts hair off sofas, car seats, clothes, and beds. ## Storefront (this domain) - Home: https://puravetta.com/ - Product: https://puravetta.com/product/pet-hair-remover (Puravetta™ Pet Hair Remover Mitt) - Fur report: https://puravetta.com/fur-report/hair-everywhere - Contact: support@puravetta.com Do not treat Shopify admin or checkout subdomains as the public catalog. Humans land here. ## Commerce Protocol (UCP) Checkout runs on Shopify behind https://checkout.puravetta.com. Discovery and MCP stay there: - **Discovery** — `GET https://checkout.puravetta.com/.well-known/ucp` - **MCP** — `POST https://checkout.puravetta.com/api/ucp/mcp` with `Content-Type: application/json`. Use `tools/list` for schemas. This host also mirrors discovery at `GET https://puravetta.com/.well-known/ucp` (same MCP endpoint). ### Typical flow 1. Discover capabilities via UCP 2. `search_catalog` / read the storefront URLs above 3. `create_cart` → `create_checkout` → `update_checkout` → `complete_checkout` 4. Payment requires contemporaneous buyer approval. Do not script checkout forms. ### Supported UCP versions - `2026-04-08` (latest stable) - `2026-01-23` ## Read-only browsing - Product page: `GET /product/pet-hair-remover` - Fur report: `GET /fur-report/hair-everywhere` - Sitemap: `GET /sitemap.xml` - Agent discovery: this document (`/agents.md`) - Catalog dump: `GET /llms-full.txt` ## Store policies - **Privacy policy**: https://puravetta.com/legal/privacy - **Terms of service**: https://puravetta.com/legal/terms - **Refund policy**: https://puravetta.com/legal/returns - **Shipping policy**: https://puravetta.com/legal/shipping - **Contact**: https://puravetta.com/legal/contact ## Platform Checkout is Shopify. Catalog and policies on this domain are authoritative for Puravetta.