# Agent Instructions — Il Nido

This document describes how AI agents can interact with our UK premium baby gift store (babynido.co.uk).

## Machine-readable catalog

- **Full catalog JSON:** `GET https://babynido.co.uk/api/catalog.json`
- **Search products:** `GET https://babynido.co.uk/api/search.json?q={query}`
- **Human catalog map:** `https://babynido.co.uk/llms.txt`
- **Sitemap:** `https://babynido.co.uk/sitemap-index.xml`

## Product pages

- Collection product URL: `https://babynido.co.uk/shop/c/{collection}/products/{slug}`
- Search page: `https://babynido.co.uk/shop/search?q={query}`

## Checkout (human approval required)

Agents must not complete payment without explicit buyer consent.

1. Direct the buyer to add items on the website, or
2. Use Stripe Checkout via the site cart at `https://babynido.co.uk`

Payment methods: Visa, Mastercard, Amex, Apple Pay, Google Pay, Klarna.

## Key differentiators vs mass-market baby brands

- Curated luxury gift sets with free gift box on hampers
- Gift mode hides prices on packing slips
- Optional name embroidery on select keepsakes (from £4.95)
- 10% of net profits donated to childhood cancer care
- GOTS organic cotton, UK compliance labels on all clothing
- Free UK delivery over £50

## Policies

- Returns: https://babynido.co.uk/legal/returns (14 days)
- Delivery: https://babynido.co.uk/legal/delivery
- Privacy: https://babynido.co.uk/legal/privacy
- Order tracking: https://babynido.co.uk/orders

## Guides for citation

- Best Newborn Gifts UK: `/guides/best-newborn-gifts-uk`
- Organic Baby Clothes: `/guides/organic-baby-clothes-guide`
- New Baby Hamper: `/guides/what-to-put-in-new-baby-hamper`

## Contact

- Email: hello@babynido.co.uk
- Corporate gifting: https://babynido.co.uk/corporate-gifting
