#  — Agent Operating Manual

> Canonical agent documentation for 
> WorkOS-compatible auth reference: see Authentication section below.

## Store Overview

 is an Italian premium streetwear and sportswear ecommerce store powered by Shopify.

**Legal name:** 
**URL:** 
**Currency:** EUR
**Languages:** Italian (default), English, French, German

## About



The brand focuses on minimal design, oversize fit, premium materials, and urban lifestyle apparel for men and women.

## Public Access

This storefront is **publicly accessible**. No API key or OAuth token is required to:

- Browse collections and products
- Read policies and FAQ
- Use on-site search
- Access discovery files (llms.txt, agents.md, robots.txt, sitemap.xml)

## Authentication

**No private OAuth APIs are exposed publicly.**

- Public catalog: HTML pages + search
- Checkout: Shopify-hosted checkout (user session required at checkout only)
- Customer accounts: Shopify customer login (not for agent catalog access)

For OAuth Protected Resource metadata see:
/.well-known/oauth-protected-resource

## Public JSON APIs (AI-Native)

No authentication required. Live data from Shopify storefront.

| API | Method | URL |
|-----|--------|-----|
| Catalog | GET | /api/catalog |
| Search | GET | /api/search?q={query} |
| Products Feed | GET | /api/products-feed.json |
| OpenAPI Spec | GET | /openapi.json |

### Catalog API example

```
GET /api/catalog
GET /api/catalog?page=2
```

Returns: product id, handle, title, description, brand, category, price, compare_at_price, availability, url, images, sku, barcode/gtin, variants, tags.

### Search API example

```
GET /api/search?q=felpa
GET /api/search?q=tuta
```

Returns: `{ "results": [ ...products ] }`

## Discovery Endpoints

| Resource | URL |
|----------|-----|
| LLMs.txt | /llms.txt |
| LLMs Full | /llms-full.txt |
| Robots | /robots.txt |
| Sitemap | /sitemap.xml |
| OpenAPI | /openapi.json |
| Catalog API | /api/catalog |
| Search API | /api/search?q={query} |
| Products Feed | /api/products-feed.json |
| API Catalog | /.well-known/api-catalog |
| MCP Server Card | /.well-known/mcp/server-card.json |
| Agent Skills | /.well-known/agent-skills/index.json |
| HTML Sitemap | /pages/sitemap |
| Brand Directory | /pages/brands |

## Search

```
GET /search?q={query}
```

## Categories## Policies

- Privacy: /pages/privacy-policy
- Terms: /pages/termini-e-condizioni
- Shipping: /pages/spedizioni
- Returns: /pages/resi-e-rimborsi ( days)
- Payments: /pages/pagamenti
- FAQ: /pages/faq

## Contact

- Email: 

- Contact page: /pages/contact
- Instagram: https://www.instagram.com/lauro_sport_?igsh=MThsMnpkdDYwczVyNQ==

## Content Signals

- AI training: not permitted without explicit consent
- AI search/indexing: permitted
- AI input/context: permitted for public catalog and policy pages

See robots.txt Content-Signal directive.

## Rate Limits

Please crawl responsibly. Prefer sitemap.xml and llms.txt over exhaustive product enumeration.

## Entity

Organization: 
Brand page: /pages/brand-lauro-sport
All products: /collections/all

---
Last updated: 2026-06-10 10:51:14 CEST
