API & Partners · v1

Human intent in.
A physical product out.

Add AIGTEE's closed loop to a community, campaign, app, or agent: generate wearable directions from meaning, quote a locked product price, commission fulfillment, and follow the garment to delivery.

One engine · three ways in

A module, not only a destination.

01

Website

People create, refine, buy, and share directly on AIGTEE.

02

API integrations

Bring prompt-to-product creation into your own community or campaign today; an embedded SDK comes next.

03

Agents

Use machine-readable contracts to generate, price, commission, and track with clear confirmation boundaries.

Machine-readable foundation

Give an agent the contract, not a guess.

MCP + JavaScript SDK · Beta

Connect without rewriting the workflow.

Remote agents can connect to the stateless Streamable HTTP endpoint at /mcp with an AIGTEE bearer key. Apps can use the zero-dependency ESM client. Both surfaces enforce an explicit confirmation flag before commission; neither can charge automatically.

Quickstart

First draft in under five minutes.

# 1 · Draw drafts from a sentence (count + controls optional) curl -X POST $BASE/api/v1/generate \ -H "Authorization: Bearer $AIGTEE_KEY" \ -d '{"sentence": "a fox reading by candlelight", "count": 2, "style": "archive-tee", "background": "cutout"}' # → { "drafts": [{ "id": "d_…", "url": "https://…" }, …] } # Free keys: 5 req/min · 15 draws/day. Only "sentence" is required. # 2 · Lock a price (30-minute quote) curl -X POST $BASE/api/v1/quote \ -H "Authorization: Bearer $AIGTEE_KEY" \ -d '{"draft_id": "d_…", "garment": "tee", "size": "M"}' # → { "quote_id": "q_…", "total_cents": 3500, "expires_at": "…" } # 3 · Commission the real thing curl -X POST $BASE/api/v1/commission \ -H "Authorization: Bearer $AIGTEE_KEY" \ -d '{"quote_id": "q_…", "email": "fan@example.com", "shipping": { "name": "…", "line1": "…", "city": "…", "state": "CA", "zip": "94110", "country": "US" }}' # → { "commission_id": "c_…", "checkout_url": "https://checkout.stripe.com/…" }
Access model

Start in the sandbox. Activate live agents by approval.

Sandbox

Free

5 sandbox commissions. Mock fulfillment — full API, no real orders.

Agent AccessComing soon

Pilot pricing

50 approved live commissions/month during pilot. Real garments, real shipping, explicit user confirmation.

Platform AccessComing soon

Contract

200 monthly commission baseline for campaigns, communities, embedded flows, and agent platforms.

Agent/API access is separate from the consumer AIGTEE Pass. Each live commission still requires a server-authoritative quote for the selected product, size, color, shipping destination, and taxes before Stripe Checkout.