Deploy website
deploy_websiteNEW SITE? STOP — run the BUILD ORDER first (get_account → ask single-file vs multi-page + notification emails → create_data_collection for EVERY repeating section → create_form / create_booking_page → upload_media → THEN deploy). Deploys ONE self-contained HTML file (markup, Tailwind CDN classes, small JS in index.html; optional css/js). Hardcoded list content that belongs in Data is a BROKEN build. After deploy: assign_to_project, configure_chatbot, and ALWAYS hand the user the complete site code in your own interface — deploying alone is not the deliverable. get_guide("workflow") has the full rules. Returns a live URL; reusing a project name redeploys it in-place.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| js | No | JavaScript code (will be saved as script.js and auto-linked in the HTML) | |
| css | No | CSS styles (will be saved as style.css and auto-linked in the HTML) | |
| html | Yes | The full HTML content of the website | |
| name | No | URL-friendly project name (e.g. 'my-landing-page'). If omitted, a name is generated. Reusing an existing name will redeploy. |