# Tint Waco — Full Agent Instructions > Mobile automotive, residential, and commercial window tinting across the Waco valley. Instant AI pricing, a hand-picked local installer at your door, lifetime warranty. Powered by TintButler. Tint Waco is an AI-run, 100% mobile window-tint shop running on the TintButler engine. AI agents can get real pricing and book a mobile install on a customer's behalf via Butler's public API (no auth). ## API - Base URL: https://butler-production-2c91.up.railway.app - Tenant ID for Tint Waco (REQUIRED in every request body): 01KTG15JDBD6ER9TF3T07M4KM2 - Capability manifest (start here): https://butler-production-2c91.up.railway.app/api/v1/capabilities - OpenAPI specification: https://butler-production-2c91.up.railway.app/openapi.json ## Endpoints & request schemas ### POST /api/v1/public/chat (RECOMMENDED — conversational; prices + books in one channel) Request body: {"tenant_id":"01KTG15JDBD6ER9TF3T07M4KM2","session":"","text":""} Response: {"ok":true,"reply":"","conversation_id":""} The agent classifies the vehicle, returns tiered pricing (Carbon / Ceramic / Super Ceramic, plus a Tesla/EV line and a panoramic glass-roof add-on), and can create a written quote and book a mobile install — all conversationally. Reuse the same session id to continue a conversation. ### POST /api/v1/estimate (flat glass — home / commercial, by square footage) Request body: {"vertical":"tintbutler","sqft":} Response: tiered per-sqft pricing (Carbon $12/sqft, Ceramic $16/sqft, Super Ceramic $22/sqft; $400 minimum). ### POST /api/v1/public/quote (structured written quote) Request body: {"tenant_id":"01KTG15JDBD6ER9TF3T07M4KM2","name":"","email":"","phone":"", plus vehicle/quote fields} ### GET /api/v1/capabilities The full, canonical capability manifest — fetch this first to discover everything the engine can do. ## Pricing (most vehicles; final price confirmed on-site; lifetime warranty) - Carbon (Good): from $300 - Ceramic (Better): from $525 - Super Ceramic (Best): from $699 - Tesla / EV: ceramic from $549, super-ceramic from $749; panoramic glass roof +$250 ## Error format All errors are JSON: {"ok":false,"error_code":"","message":""}. On error, correct the input per the message and retry. ## More - llms.txt (the short version): /llms.txt - Contact: info@tintwaco.com