# Cimonamia / ReBorn > Multi-country editorial e-commerce for sustainable, "reborn" fashion. > Cimonamia ships curated jackets, coats, blazers, dresses, jeans and > capes across Colombia, Mexico, Spain, USA and 6 more countries — with > live currency conversion, real-time Envía.com shipping quotes, and a > guest-friendly Stripe checkout. This file is intended for large language models and AI agents. It maps the shortest, LLM-friendliest paths into the storefront and API. Human users should visit [cimonamia.com](https://cimonamia.com) instead. Content policy: `search=yes, ai-input=yes, ai-train=no` — you may fetch these pages to answer user questions, but do not use them to train models. ## Core - [About Cimonamia](https://cimonamia.com/about): Brand story, sustainability mission, and how the "reborn" garment process works. - [Shop — all pieces](https://cimonamia.com/shop): Full product catalog with filters (category, brand, price, country pricing). - [Contact](https://cimonamia.com/contact): Reach the team — email, form, and support ticket entry point. - [Shipping & Returns](https://cimonamia.com/shipping): Countries served, transit times, and return policy. - [FAQ](https://cimonamia.com/faq): Common questions about sizing, care, orders, refunds and shipping. ## Catalog (agent-friendly markdown) - [Full catalog (Markdown)](https://cimonamia.com/api/agent/catalog.md): Complete product catalog optimized for LLM ingestion — includes name, price, currency, and per-product markdown links. - [Product markdown template](https://cimonamia.com/api/agent/products/{slug}.md): Single product detail (name, description, price, inventory, images) as markdown. Replace `{slug}` with a product slug. - [Category markdown template](https://cimonamia.com/api/agent/categories/{slug}.md): Category listing with products as markdown. - [Page markdown template](https://cimonamia.com/api/agent/pages/{slug}.md): CMS pages (about, shipping, FAQ, privacy, terms) as markdown. ## Categories - [Chaquetas / Jackets](https://cimonamia.com/shop/chaquetas): Reborn jackets — signature category, includes the Dragon Dorado and Cábala Chic lines. - [Abrigos / Coats](https://cimonamia.com/shop/abrigos): Coats including Nomada, Solar Spirit, Rubedo, Rebis and Elixis Noir. - [Blazers](https://cimonamia.com/shop/blazer): Structured blazers — Crisálida, Nyx (Diosa de la Noche). - [Faldas / Skirts](https://cimonamia.com/shop/faldas): Reborn skirts collection. - [Tops](https://cimonamia.com/shop/tops): Curated top pieces. - [Vestidos / Dresses](https://cimonamia.com/shop/vestido): Dresses collection. - [Jeans](https://cimonamia.com/shop/jeans): Denim including Jean Albedo. - [Capas / Capes](https://cimonamia.com/shop/capas): Cape collection. ## API for agents - [OpenAPI 3.1 schema](https://cimonamia.com/api/openapi.json): Machine-readable spec of every endpoint. - [Interactive docs](https://cimonamia.com/api/docs): Swagger UI to explore endpoints. - [API catalog (RFC 9727)](https://cimonamia.com/.well-known/api-catalog): Discovery linkset pointing to the OpenAPI schema. - [Agent skills index (RFC v0.2.0)](https://cimonamia.com/.well-known/agent-skills/index.json): Skills exposed to agents, each with sha256 digest. - [Agents.json — site skills manifest](https://cimonamia.com/.well-known/agents.json): 7 declared skills (search, get_product, list_categories, shipping_quote, track_order, list_countries, unified_checkout). - [ACP — Agentic Commerce Protocol](https://cimonamia.com/.well-known/acp.json): 6 services (catalog, cart, shipping, checkout, orders, localization). - [MCP Server Card](https://cimonamia.com/.well-known/mcp/server-card.json): Model Context Protocol capabilities (tools + resources). - [UCP — Universal Commerce Protocol](https://cimonamia.com/.well-known/ucp): Commerce protocol profile. - [MPP — Machine Payment Protocol](https://cimonamia.com/.well-known/mpp.json): Payment discovery pointing to Stripe hosted checkout. - [Auth documentation](https://cimonamia.com/.well-known/auth.md): JWT bearer flow, guest checkout via `X-Session-ID`, and rate limits. - [Sitemap](https://cimonamia.com/sitemap.xml): Every product, category and CMS page URL. ## Recommended agent skill: one-call checkout - [Unified checkout skill](https://cimonamia.com/skills/unified_checkout.md): `POST /api/agent/checkout` — combines product lookup, shipping quote, and Stripe payment session in a single request. Preferred over the 3-step cart flow for agentic commerce. ## Individual agent skills - [search_products](https://cimonamia.com/skills/search_products.md): Full-text product search with category, brand, price and country filters. - [get_product](https://cimonamia.com/skills/get_product.md): Retrieve full product details by slug (JSON or markdown). - [list_categories](https://cimonamia.com/skills/list_categories.md): List active categories with localized names. - [shipping_quote](https://cimonamia.com/skills/shipping_quote.md): Calculate shipping options and prices for a destination. - [track_order](https://cimonamia.com/skills/track_order.md): Public order tracking by order id. - [list_countries](https://cimonamia.com/skills/list_countries.md): Every country the store ships to, with currency and tax config. ## Featured products (markdown) - [Abrigo Nómada](https://cimonamia.com/api/agent/products/abrigo-nomada.md): Signature reborn coat. - [Chaqueta Dragon Dorado](https://cimonamia.com/api/agent/products/chaqueta-dragon-dorado.md): Iconic embroidered jacket. - [Chaqueta Cábala Chic](https://cimonamia.com/api/agent/products/chaqueta-cabala-chic.md): Editorial jacket, limited run. - [Wild Essence Zebra Coat](https://cimonamia.com/api/agent/products/wild-essence-zebra-coat.md): Statement zebra print coat. - [Abrigo Elixis Noir](https://cimonamia.com/api/agent/products/abrigo-elixis-noir.md): Long leather-look coat. - [Blazer Nyx — Diosa de la Noche](https://cimonamia.com/api/agent/products/blazer-nyx-diosa-de-la-noche.md): Structured evening blazer. ## Optional Extra context that can be skipped when the LLM has a tight context budget. - [Terms of service](https://cimonamia.com/pages/info/terms): Legal terms for using the store. - [Privacy policy](https://cimonamia.com/pages/info/privacy): How user data is handled. - [Shipping & returns page](https://cimonamia.com/pages/info/shipping-returns): Detailed shipping policy per country. - [About us page](https://cimonamia.com/pages/info/about-us): Extended brand story. - [Home editorial](https://cimonamia.com/pages/info/home-editorial): Editorial content shown on the homepage. - [Redoc reference](https://cimonamia.com/api/redoc): Alternative API reference (ReDoc rendering). - [Countries endpoint](https://cimonamia.com/api/localization/countries): JSON list of every country the store ships to. - [robots.txt](https://cimonamia.com/robots.txt): Crawler rules including per-bot Content-Signal directives.