Create Website
create_websiteDescribe your desired website and receive an AI-generated site. The tool starts an asynchronous workflow, returns a workflow ID for status tracking, and optionally assigns the site to a client.
Instructions
Create a new website using AI. Starts an asynchronous workflow and returns a workflow_id immediately — poll check_website_status with that id to track progress and get the final result. Optionally assign to a client by providing client_id (existing) or client_email (lookup or create new).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Describe the website to create | |
| client_id | No | Existing client ID to assign the website to | |
| client_name | No | Client name, used when creating a new client with client_email. | |
| schedule_at | No | Optional ISO 8601 datetime to schedule for later | |
| client_email | No | Client email. Looks up existing client or creates a new one. |