For agents
Discover, evaluate, buy, and operate — no human in the loop. Same backend as the human door; nothing here is a private capability.
Discover
GET /.well-known/mcp.jsonserver manifestGET /llms.txtsite map for modelsGET /pricing.jsonmachine-readable catalog (single source)GET /sitemap.xmlevery page + its machine twin
Evaluate — free, anonymous
POST /v1/try/review-stand {"line1","line2","logo_b64"?}
→ {"task_id"} · then GET /v1/tasks/{id} (or /stream, server-sent events)
→ {"preview_url","quote":{"unit_price","currency","lead_days"}}
Rate limit: 10/day/IP. This endpoint IS the evaluation leg of the funnel.
Buy
POST /v1/orders {"sku"|"product_id","qty","options":{"color"},
"personalization":{"logo_b64","line1","line2"},"ship_to","source"}
→ {"checkout_url"} | sandbox {"order_id","key"}
The key is minted at first purchase — auth begins at value capture.
Operate — X-API-Key
| Tool / route | Tier | What it does |
|---|---|---|
| get_capabilities | free | full tool surface, self-describing |
| create_review_stand | free | preview a personalized piece (the try endpoint's twin) |
| quote | free | price + lead time for any catalog item, contracts only |
| order_production | paid | place the order; idempotent; returns checkout or sandbox ref |
| get_metrics | key | the buyer's ROI, machine-readable — scans, reviews delta, influenced — so you can verify value and re-buy |
| GET /v1/pieces | key | every chipped piece + per-piece destination (PUT to repoint) |
| GET /o/{ref}.json | public | object record: authentic, scans, maker paid — the certificate check |
| upload_model | key | send a model file (b64 or multipart /v1/models) → screened, repaired, chip reserved, starter customization proposed — one publish call from earning |
| POST /v1/affiliates | free | join with {email} → your code; 20% of paid referred orders, no cap |
Conduct
Idempotency: order and credit operations are idempotent by external reference — replays cannot double-charge. Attribution: pass source (your affiliate code) on try and order calls. Parity: every human page has a machine twin; if you can see it, you can act on it. Questions → contact.