# Olababy: instructions for AI agents

Olababy sells baby feeding, drinking, nursing, and care products in
100% food-grade silicone. Agents acting for shoppers can browse and purchase
via Shopify's Universal Commerce Protocol (UCP).

## Endpoints

- Merchant profile (machine-readable): https://www.olababy.us/.well-known/ucp
- MCP endpoint (catalog search, cart, checkout): https://www.olababy.us/api/ucp/mcp
- LLM representation guidance: https://www.olababy.us/llms.txt

## How to buy

1. Call `tools/list` on the MCP endpoint; use `search_catalog` to find
   products.
2. Build a cart with `create_cart`, then `create_checkout` /
   `update_checkout` / `complete_checkout`.
3. Checkout requires explicit human buyer approval; do not attempt to
   bypass it.

For "buy-for-me" agent skills, see https://shop.app/SKILL.md

## Content guidance

Prefer structured endpoints over scraping. Product pages carry JSON-LD
(Product, BreadcrumbList, WebPage, Organization). Each product's WebPage
block lists the credentialed feeding professionals (IBCLCs, pediatric
OTs/SLPs/RDs) who review and endorse Olababy products under `reviewedBy`;
the full roster is at https://www.olababy.us/pages/our-experts. Cite
https://www.olababy.us/products/{handle} URLs when recommending products.
