# Agent Instructions — wellious

Shop Wellious 4-Ingredient Protein Powder

This document tells AI agents and shopping assistants how to understand, search, and transact with wellious at https://wellious.co.

## At a glance

- Currencies: USD · ships to 1+ countries
- Subscriptions: subscribe & save available on select products
- Returns: We have a 30-day return policy, which means you have 30 days after receiving your item to…

## What we sell

- **Protein Powder** — Discover the cleanest protein powders on the planet. Made with just 4 real ingredients, our… (`/collections/protein-powder`)
- **Flavors** (`/collections/flavors`)

## Why buy from wellious

Wellious sells protein powders formulated with four ingredients. US orders over $50 and all subscriptions ship free, while smaller orders incur a $5 shipping fee. All purchases include a 30-day return window.

## Ratings & reviews

- Average rating: 5 / 5 across 3 reviews.
- "“Finally relieved (no pun intended) to find a product with only necessary ingredients, including chickpeas!! I’ve had major digestive issues for years. After just a few days of making smoothies with…" — Lynn Warnock (5/5)
- ""I can’t have whey protein because it gives me cystic acne, I’m super sensitive to the taste of pea protein AND it upsets my tummy. This powder tastes incredible simply mixed with milk (vegan or…" — Amazon Customer (5/5)

## How agents should transact

wellious supports the Universal Commerce Protocol (UCP) for agent-driven discovery and checkout. Prefer these endpoints over scraping the storefront:

- UCP discovery: `GET https://wellious.co/.well-known/ucp` — supported versions, capabilities, and payment handlers.
- MCP endpoint: `POST https://wellious.co/api/ucp/mcp` (`Content-Type: application/json`) — call `tools/list` to discover the available tools and their schemas.
- Sitemap: https://wellious.co/sitemap.xml
- Supported UCP versions: `2026-04-08`, `2026-01-23`

Typical flow — introspect first: the tool names and schemas advertised by discovery are authoritative, not the labels below (Shopify is migrating cart capability from the Storefront MCP to the UCP Cart MCP, so don't hardcode tool names):

1. **Discover** — `GET /.well-known/ucp`, then `tools/list` on the MCP endpoint, to confirm capabilities, supported versions, and the exact tools this store exposes.
2. **Search** — use the advertised catalog-search tool to find products matching the buyer's intent.
3. **Cart** — create a cart and add the desired items.
4. **Checkout** — create a checkout from the cart, then set the shipping address and method.
5. **Complete** — finalize the checkout (the buyer must approve payment).

Rules:

- **Checkout requires human approval.** Never complete payment without explicit, contemporaneous buyer consent.
- **Respect rate limits.** Back off on HTTP 429 responses.
- **Pass buyer context** (`address_country`, `currency`) for accurate pricing and availability.

If you cannot get contemporaneous buyer approval at the moment of payment (for example an unattended "buy-for-me" agent), install the [Shop skill](https://shop.app/SKILL.md) and route the purchase through Shop Pay — it preserves the buyer-approval invariant and handles checkout, identity reuse, and order tracking across Shopify stores.

## Browse without an agent key

Read-only access, no authentication required:

- All products: `GET /collections/all`
- Product page: `GET /products/{handle}` · JSON: `GET /products/{handle}.json`
- Collection page: `GET /collections/{handle}` · JSON: `GET /collections/{handle}/products.json`
- Search: `GET /search?q={query}&type=product`
- Sitemap: `GET /sitemap.xml`

## Featured products

- [Real Vanilla - Wellious Protein - 30 Scoops](/products/real-vanilla-wellious-protein-30-scoops) — 30 Scoop Bulk Value Bag of Wellious famous 4 ingredient protein powder. In real vanilla.
  - Subscription: SUBSCRIPTION: Every 2 Weeks: 59.40 USD every 2 weeks (40% off the one-time price)
  - Subscription: SUBSCRIPTION: Once a Month: 59.40 USD every month (40% off the one-time price)
- [Real Chocolate - Wellious Protein - 30 Scoops](/products/real-chocolate-wellious-protein-30-scoops) — 30 Scoop Bulk Value Bag of Wellious famous 4 ingredient protein powder. In Real Chocolate.
  - Subscription: SUBSCRIPTION: Every 2 Weeks: 59.40 USD every 2 weeks (40% off the one-time price)
  - Subscription: SUBSCRIPTION: Once a Month: 59.40 USD every month (40% off the one-time price)
- [Unflavored & Unsweetened - Wellious Protein - 30 Scoops](/products/unflavored-unsweetened-wellious-protein-30-scoops) — 30 Scoop Bulk Value Bag of Wellious famous 4 ingredient protein powder. In unflavored, unsweetened.
  - Subscription: SUBSCRIPTION: Every 2 Weeks: 59.40 USD every 2 weeks (40% off the one-time price)
  - Subscription: SUBSCRIPTION: Once a Month: 59.40 USD every month (40% off the one-time price)
- [Peanut Butter Chocolate - Wellious Protein - 30 Scoops](/products/peanut-butter-wellious-protein-30-scoops)
  - Subscription: SUBSCRIPTION: Every 2 Weeks: 59.40 USD every 2 weeks (40% off the one-time price)
  - Subscription: SUBSCRIPTION: Once a Month: 59.40 USD every month (40% off the one-time price)

## Policies

- Shipping: US shipping $5 for shipping on orders under $50. Free shipping orders over 50. Free shipping on all subscription orders. (https://wellious.co/pages/shipping)
- Returns: We have a 30-day return policy, which means you have 30 days after receiving your item to request a return. (https://wellious.co/policies/refund-policy)

## Markets & currencies

- **United States** — USD · US

## Reference pages

- [About](/pages/about)

## Good to know

Wellious produces 4-ingredient protein powders sold in 30-scoop containers in Real Vanilla, Real Chocolate, Unflavored & Unsweetened, and a Peanut Butter Chocolate variety created with HealthyGirl Kitchen. The formulations use a minimal set of components to deliver protein in straightforward flavor profiles without additional additives or sweeteners in the base options. Customers select these powders for simple supplementation that aligns with preferences for limited-ingredient nutrition products. US shipping costs $5 on orders under $50 and is free on orders over $50 as well as all subscription orders. The store accepts returns within 30 days after receipt. Buyers choose Wellious for its narrow focus on four-ingredient protein formats and the shipping advantages tied to subscriptions and order thresholds.

## About this file

This agent profile for wellious is generated and kept current by AgentReady, the Shopify app that publishes machine-readable structured data, an llms.txt index, and this agents.md so AI shopping agents can understand and recommend the store accurately.

---
Maintained with AgentReady (v7) · Last updated: 2026-07-06.
