--- 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-08-28T21:01:21.281390688Z language: en canonical_url: https://hisong.io/agents.md ucp_endpoint: https://hisong.io/api/ucp/mcp ucp_version: 2026-04-08 total_products: 5 optimized_products: 0 optimization_coverage: 0% last_optimized_at: N/A --- # Agent Instructions — HISONG > This document describes how AI agents can interact with **HISONG**'s online store at https://hisong.io. ## 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://hisong.io/.well-known/ucp` - **MCP endpoint** — `POST https://hisong.io/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 - [HISONG AirStudio S1](https://hisong.io/apps/geo/products/hisong-airstudio-s1) — 299.0 USD: Create faster, with less setup.One capsule. Fewer steps from idea to output. Faster setup Record once. Edit faster. Hear yourself in real time. Usable ... - [HISONG RX Plus Component Set – Wireless Receiver Expansion for AirStudio S1](https://hisong.io/apps/geo/products/rx-plusaccessories) — 99.0 USD: RX Plus Component Set is a professional wireless expansion accessory for HISONG AirStudio S1. It enables wireless audio output to cameras, speakers, mixers, and... - [HISONG AirStudio S1 on Sale](https://hisong.io/apps/geo/products/hisong-airstudio-s1-sale) — 239.2 USD: Not another mic. A faster way to create.  From idea to recording in fewer steps. Instant DualTrack Recording Studio Sound, Anywhere Wireless Create Monito... - [AirStudio S1](https://hisong.io/apps/geo/products/airstudio-s1) — 300.0 USD: test - [HISONG AirStudio S2](https://hisong.io/apps/geo/products/hisong-airstudio-s2) — 0.0 USD: Coming Soon --- ## 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 5 products are AI-optimized (0%) - **Last generated**: 2026-08-28T21:01:21.281390688Z - **Template version**: v1.0.0 ## Contact - Email: business@hisong.io - Phone: +1(949) 421-7158 ## 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