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

What an agent can do here

  1. Discover the store profile via GET /.well-known/ucp. The response declares supported UCP versions (currently 2026-04-08 and 2026-01-23), service endpoints, and capabilities including catalog.search, catalog.lookup, cart, checkout, fulfillment, discount, and order.
  2. Search the catalog: call catalog.search with 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.
  3. Add to cart: call cart.create or cart.add_line_items. The cart is a persistent, agent-owned object that survives across calls.
  4. Initiate checkout: call checkout.create with shipping address and method. The store supports free Australia-wide delivery on orders over AUD $500.
  5. 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)
  • Product with nested Offer (price in AUD, shipping details, availability)
  • BreadcrumbList
  • FAQPage with 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:

Contact

Operational questions about agent commerce on this store can be sent to support@zenithmusclefitness.com.

Last updated: 2026-06-20.