Edit Website
edit_websiteEdit an existing website across its pages with AI. Submit a prompt to describe changes, optionally publish or schedule, and receive a workflow ID to track progress.
Instructions
Edit an existing website (across its pages) using AI. Starts an asynchronous workflow and returns a workflow_id immediately — poll check_edit_status with that id to track progress and get the final result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| website_id | Yes | The website ID | |
| prompt | Yes | Describe the change to make to the website | |
| publish | No | When true, publish the edited page(s) to the live website. When false/omitted, save the changes as drafts to review + publish from the editor. | |
| schedule_at | No | Optional ISO 8601 datetime to schedule for later |