Start website preview build
start_buildUse this when the user wants a live preview website for a local service business AND has typed business_name, email, and phone in THIS chat. Never reuse name, email, or phone from memory or an earlier conversation. If they only said "build me a website", ask first. Do not invent placeholders. Tell them they can change details after the preview. Then call get_preview until preview_url is set. Do not scrape /build. Do not start_build twice for the same business.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City | |
| Yes | Real inbox from the user. We send the preview here. Do not use example.com or placeholders. | ||
| phone | Yes | Real business phone from the user. Do not invent 555 numbers. | |
| state | No | State, e.g. TX | |
| address | No | Optional street address. Skip unless the user offers it. Do not ask for owner name. | |
| industry | Yes | Trade. Prefer a slug: plumbing, hvac, electrical, landscaping, roofing, painting, steel, other. plumber, electrician, HVAC, painter, roofer, landscaper, and similar wording are mapped on the server. Unknown trades become other. | |
| business_name | Yes | Real business name from the user. Do not invent. | |
| industry_other | No | Required when industry is other |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| token | Yes | ||
| status | Yes | ||
| message | Yes | ||
| preview_url | Yes |