# T-Shirt Printing — Apparel Supply Group (Execution) > Production routing for certified screen printing orders. Execution collapses a signed mockup + quote into manufacturing — with human approval before print or charge. This endpoint is for **execution**: route an approved mockup and quote into production. Autonomous agents may submit requests; **production and payment require human confirmation**. Brand site: https://apparelsupplygroup.com Brand governed facts: https://www.apparelsupplygroup.com/llms.txt Contact: support@apparelsupplygroup.com | 562.661.9611 (M-F 9am-6pm PST) ## Agent capability flow ``` custom-tshirts.md → mockups.md → tshirt-printing.md (you are here) intent / quote artifact execution ``` - Previous: [mockups.md](https://mockups.md/) — certified production mockup - Start: [custom-tshirts.md](https://custom-tshirts.md/) — quote and catalog ## Human-in-the-loop (required) Agents may **not** auto-charge or auto-print. Execution requests create a **pending quote** reviewed by staff. The customer receives a tokenized quote link to review mockup, pricing, ship-by date, and pay deposit. Resume link pattern: `https://printpath.apparelsupplygroup.com/orders/quotes/p/` ## Machine access Discovery manifest: https://tshirt-printing.md/.well-known/agents.json ### API base (PrintPath + PressOS) PrintPath base: `https://printpath.apparelsupplygroup.com` PressOS governance: `https://pressos.apparelsupplygroup.com` | Method | Path | Purpose | |--------|------|---------| | POST | `/api/v1/work-order/create-from-mockup` | Submit work order from approved mockup (pending review) | | GET | `/api/v1/work-order/` | Production status (keyed) | | GET | `/api/v1/work-order//customer-summary` | Customer-facing status summary | | GET | `/api/v1/work-orders/lookup` | Lookup by email + order name | Auth: mixed — some v1 routes use `X-PressOS-Key` when configured. Agent registration (Phase 2+) will issue scoped keys. OpenAPI (curated, coming Phase 1): https://tshirt-printing.md/openapi.json ## Trust signals (roadmap) - On-time delivery derived from **UPS delivered events** (not self-reported). - Anonymized delivery attestation records with hashed tracking refs. - Signed trust profile on PressOS (rates and recency only — never raw order counts). ## Related discovery - [custom-tshirts.md](https://custom-tshirts.md/) - [mockups.md](https://mockups.md/)