Built for Agents — Zenith Muscle Fitness
Zenith Muscle Fitness sells commercial-grade Pilates reformers from Brisbane, Australia, priced from AUD $1,529 to $2,899. This store is fully agent-native: any AI agent or personal shopping assistant can discover the catalog, search products, build a cart, and initiate a buyer-approved checkout through standard agent commerce protocols.
Quick reference for agents
-
Discovery:
/.well-known/ucp -
MCP endpoint:
POST /api/ucp/mcp(JSON-RPC 2.0) -
Agent guide:
/agents.md·/llms.txt -
Agentic sitemap:
/sitemap_agentic_discovery.xml - Personal shopping skill: https://shop.app/SKILL.md (Shop Pay-integrated; recommended for buy-for-me agents)
What an agent can do here
-
Discover the store profile via
GET /.well-known/ucp. The response declares supported UCP versions (currently2026-04-08and2026-01-23), service endpoints, and capabilities includingcatalog.search,catalog.lookup,cart,checkout,fulfillment,discount, andorder. -
Search the catalog: call
catalog.searchwith the buyer's intent (for example, "foldable Pilates reformer under AUD $2,000"). The catalog returns full Product schema including price in AUD, image, SKU, availability, and shipping policy. -
Add to cart: call
cart.createorcart.add_line_items. The cart is a persistent, agent-owned object that survives across calls. -
Initiate checkout: call
checkout.createwith shipping address and method. The store supports free Australia-wide delivery on orders over AUD $500. - Buyer approval at payment: payment must be approved by the human buyer in real time. Agents cannot complete payment autonomously — this is enforced by both the Shopify checkout flow and UCP protocol rules. The recommended payment path is Shop Pay via the Shop skill.
Read-only browsing (no agent commerce required)
If the agent only needs to read product or content data:
- All products:
/collections/all - Single product JSON:
/products/{handle}.json - Collection JSON:
/collections/{handle}/products.json - Sitemap:
/sitemap.xml
Schema coverage
Every product page emits the following JSON-LD blocks:
-
Organization&SportingGoodsStore(every page) -
Productwith nestedOffer(price in AUD, shipping details, availability) BreadcrumbList-
FAQPagewith five product-specific Q&A
Crawler policy
The following AI/LLM crawlers are explicitly welcomed in /robots.txt with Allow: /:
- OpenAI:
GPTBot,ChatGPT-User,OAI-SearchBot - Anthropic:
ClaudeBot,anthropic-ai,Claude-Web - Perplexity:
PerplexityBot,Perplexity-User - Google:
Google-Extended - Common Crawl:
CCBot - Others:
cohere-ai,Bytespider,Applebot-Extended,Meta-ExternalAgent
Catalog snapshot
Currently active SKUs (9 reformers, AUD $1,529–$2,899) include:
- Zenith Foldable Aluminium Pilates Reformer — AUD $1,799 (PM5429)
- Zenith Premium Aluminium Pilates Reformer — AUD $2,199 (PM5396)
- Zenith Full-Track Aluminium Pilates Reformer — AUD $2,549 (PM5445)
- View all Pilates reformers
Contact
Operational questions about agent commerce on this store can be sent to support@zenithmusclefitness.com.
Last updated: 2026-06-20.