Create Website
create_websiteCreate a website with AI. Initiates an asynchronous workflow, returns a workflow_id to track progress. Optionally assign to a client by ID or email.
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 | |
| schedule_at | No | Optional ISO 8601 datetime to schedule for later | |
| client_id | No | Existing client ID to assign the website to | |
| client_email | No | Client email. Looks up existing client or creates a new one. | |
| client_name | No | Client name, used when creating a new client with client_email. |