# AIGTEE > AIGTEE is building Agentic Fashion for the AI generation: a personal, consent-based system that remembers wearable identity, proposes what may matter next, coordinates design and production, and learns from outcomes. ## Category definition - [What is Agentic Fashion?](https://aigtee.com/agentic-fashion) - [Agentic AI in fashion](https://aigtee.com/agentic-fashion/agentic-ai-in-fashion) - [Generative AI fashion vs Agentic Fashion](https://aigtee.com/agentic-fashion/generative-ai-fashion) - [What does an AI fashion agent do?](https://aigtee.com/agentic-fashion/ai-fashion-agent) - [The future of fashion](https://aigtee.com/agentic-fashion/future-of-fashion) - [Wearable identity](https://aigtee.com/agentic-fashion/wearable-identity) ## Human surfaces - [Create a wearable design](https://aigtee.com/create) - [Explore six style directions](https://aigtee.com/infinite) - [API & Partners](https://aigtee.com/developers) - [API reference](https://aigtee.com/api-docs) ## Machine-readable contracts - [OpenAPI 3.1](https://aigtee.com/openapi.json) - [Agent tool schemas](https://aigtee.com/tool-schemas.json) - [MCP Streamable HTTP endpoint](https://aigtee.com/mcp) - [Zero-dependency JavaScript SDK](https://aigtee.com/sdk/aigtee.mjs) ## API workflow 1. POST /api/v1/generate — meaning or sentence to private wearable design drafts. 2. POST /api/v1/quote — lock garment and shipping price for 30 minutes. 3. POST /api/v1/commission — after explicit user confirmation, create a commission and return Stripe Checkout. 4. GET /api/v1/commissions/{id} — read fulfillment and tracking status. All API calls use an AIGTEE bearer key. Sandbox keys create real drafts and mock commissions without placing orders or charging users. Never call the commission tool without showing the quote and destination and receiving explicit user confirmation. The MCP commission tool additionally requires confirmed=true; this flag must represent a fresh user decision, never an agent inference or stored default.