# Agent Instructions — Bluum

This document describes the public, read-only storefront routes available to automated agents at https://bluumpeptides.com.

## Safety and purchase approval

Bluum products are sold strictly for laboratory research use. They are not medicines, supplements, foods, cosmetics, or medical devices and are not intended for human or veterinary use. An agent must not place or complete an order without the buyer's explicit approval at checkout.

## Read-only browsing

- Browse all products: `GET /collections/all`
- Product page: `GET /products/{handle}`
- Browse research articles: `GET /blogs/research`
- Research article: `GET /blogs/research/{handle}`
- Search: `GET /search?q={query}`
- Sitemap: `GET /sitemap.xml`
- Robots directives: `GET /robots.txt`

## Store policies

- Privacy: https://bluumpeptides.com/policies/privacy-policy
- Terms: https://bluumpeptides.com/policies/terms-of-service
- Refunds: https://bluumpeptides.com/policies/refund-policy
- Shipping: https://bluumpeptides.com/policies/shipping-policy

## Canonical URL rules

Use the canonical URL returned by each page. Retired replacement handles return a permanent HTTP 301 directly to the restored original product URL.

## Platform

This storefront is powered by Medusa. Shopify-only endpoints such as `/products/{handle}.json`, collection JSON feeds, UCP discovery, and Shopify's MCP commerce endpoint are not supported here.
