Create a Warpweb site
create_siteBuilds and deploys a complete multi-page website for a local business from its Google Places listing, including researched copy, SEO, and hosting.
Instructions
Kick off an end-to-end website build for a real business. Warpweb auto-researches the business (Google Places: hours, address, phone, photos, reviews, service area, category, services), writes copy in a voice matched to the vertical, picks photos, generates a vertical-aware design, builds a multi-page site (home / about / services / contact + vertical-specific sections), adds SEO (meta tags, sitemap, Schema.org JSON-LD), and deploys to a free *.warpweb.app subdomain. Required inputs you must collect from the user: contactEmail only (where form submissions go). placeId should come from a prior search_businesses call, NOT from asking the user. DO NOT ask the user about: service area, services offered, business hours, phone, address, business description, photos, FAQs, testimonials, target audience, target demographics, "anything to emphasize," design style, tone, or any other content questions. Warpweb auto-researches all of that from Google Places via the placeId — asking the user wastes their time and produces a worse result than the engine's research (which uses up-to-date Places data, reviews, and photos). Optional ownerPrompt is the one place to capture user voice direction, but only if the user volunteers it unprompted (e.g. "make it sound friendly" or "emphasize 24/7 service"). Do not solicit it. If you arrive here without a placeId, go back and call search_businesses first. The auto-resolution fallback (using businessName + businessLocation without placeId) is a coin flip for common names and will silently build a site for the wrong business. Only fall back if search_businesses failed twice and the user explicitly approved proceeding anyway. ASYNC: this call returns a siteId and status: "generating" IMMEDIATELY. Real builds take 3–8 minutes. After calling this, EITHER poll get_site every 2–5 seconds until status is complete or failed, OR subscribe to the site.complete / site.failed lifecycle webhooks on warpweb.ai/app for push delivery (preferred). Best for service-based local businesses (trades, clinics, salons, agencies, restaurants, real estate) that have a Google Places listing — that's what Warpweb is calibrated for. SaaS or fully-remote companies still work, but the result reads more generic. Cost: ~200–500 credits, billed at end-of-build against actual AI usage. Failed builds are free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logoUrl | No | URL to a business logo. Used for branding and color extraction. | |
| designStyle | No | Override the auto-selected design style. Available styles surface in the dashboard. | |
| facebookUrl | No | Public Facebook page URL — used as a research signal. | |
| ownerPrompt | No | Voice/tone direction or anything to emphasize (e.g. "Emphasize 24/7 emergency service"). | |
| businessName | Yes | The business as customers know it (e.g. "Acme Plumbing"). 1–200 chars. | |
| contactEmail | Yes | Email address. Receives form submissions if no webhook is configured, plus a deploy notice. | |
| uploadedPhotos | No | Array of photo URLs to include on the site. | |
| businessLocation | No | City + state/region (e.g. 'Austin, TX'). Strongly recommended — drives local SEO, areas-served copy, and example testimonials. | |
| businessDescription | No | Free-text description of what the business does. Helps when Google Places coverage is thin. |