Edit website with AI prompt
Starts an AI-driven edit workflow on an existing website. The agent wakes up in a sandbox, edits the site (across its pages) per the prompt, and publishes the changes. Requires website ownership verification. Returns a workflow_id you can poll via GET /v1/ai/workspace/website/edit/status/{workflow_id}.
Authorizations
Enter your API key (starts with lindo_sk_)
Path Parameters
The ID of the website to edit
"website_abc123"
Body
AI prompt describing the change to make to the website. Must be at least 10 characters.
10"Update the hero headline on the home page and add a testimonials section to the about page"
When true, the edited page(s) are published to the live website. When false or omitted, the changes are saved as drafts that can be reviewed and published from the editor ("Publish all").
false
Optional ISO 8601 date to schedule the workflow for future execution.
"2026-05-01T09:00:00Z"

