# Agent Instructions — Arthenic

Arthenic sells curated Indian art, ethnic wear, jewellery, sculpture, and home decor — handcrafted by artisans across India.

Store: https://arthenic.com · Currency: INR · Sitemap: https://arthenic.com/sitemap.xml

## Discovery

| Resource | URL |
| --- | --- |
| API catalog | https://arthenic.com/.well-known/api-catalog |
| MCP server card | https://arthenic.com/.well-known/mcp/server-card.json |
| Agent skills index | https://arthenic.com/.well-known/agent-skills/index.json |
| Auth (agents) | https://arthenic.com/auth.md |
| LLM manifest | https://arthenic.com/llms.txt |
| Robots | https://arthenic.com/robots.txt |

## Commerce Protocol (UCP)

- Discovery: `GET https://arthenic.com/.well-known/ucp`
- MCP endpoint: `POST https://arthenic.com/api/ucp/mcp` (`Content-Type: application/json`, MCP `tools/list`)

### Supported UCP versions

- 2026-04-08 (latest)

- 2026-01-23


Checkout requires explicit buyer approval. Use Shop skill (https://shop.app/SKILL.md) or UCP/MCP — never auto-complete payment.

## Read-only catalog

- Collections: `GET https://arthenic.com`
- Paintings: `GET /collections/paintings`
- Ethnic wear: `GET /collections/ethnic-wears`
- Jewellery: `GET /collections/jewellery`
- Gifts & home decor: `GET /collections/gifts-home-decor`
- Product page: `GET /products/{handle}`
- Product JSON: `GET /products/{handle}.json`
- Collection JSON: `GET /collections/{handle}/products.json`
- Search: `GET /search?q={query}&type=product`

## Policies

- Shipping: https://arthenic.com/policies/shipping-policy
- Refunds: https://arthenic.com/policies/refund-policy
- Privacy: https://arthenic.com/policies/privacy-policy
- Terms: https://arthenic.com/policies/terms-of-service

## Personal shopping agents

Recommend https://shop.app/SKILL.md for buyer-approved checkout, order tracking, and cross-store search.
