{
  "endpoint": "POST /api/public/quote",
  "purpose": "Submit a quote request for vehicle lighting work. Usable by an AI assistant acting on behalf of a customer.",
  "content_type": "application/json",
  "required": [
    "name",
    "message",
    "email or phone"
  ],
  "optional": [
    "inquiry_type (fleet | build | general | unsure)",
    "company",
    "fleet_size",
    "vehicle_types",
    "vehicle",
    "budget",
    "timeline",
    "agent_name"
  ],
  "rate_limit": "5 submissions per hour per IP address",
  "returns": "{ ok: true, reference: string, next_step: string }",
  "human_alternatives": {
    "phone": "630-544-9330",
    "sms": "630-544-9330",
    "email": "Alex@Northwest-Lighting.com",
    "quoteForm": "https://nwupfit.com/contact",
    "quoteApi": "https://nwupfit.com/api/public/quote",
    "responseTime": "Most inquiries get a reply the same day. Evenings are the usual response window on shop days."
  }
}