Create a landing page
create_pageGenerate a new landing page from a description. Creates a real page in the workspace (HTML with copy, layout, and imagery), saved as a draft you can open in the editor or publish. Returns the page id, a shareable preview URL to view the result, and its edit URL. Publishing is a separate step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional page name shown in the dashboard. Defaults to a title derived from the description. | |
| outline | No | Optional explicit section outline (markdown or plain text). When omitted, the page is structured from the description. | |
| description | Yes | What the page is for: the business/offer, audience, key sections, and the primary call to action. The richer this is, the better the page. | |
| workspace_id | No | Which workspace to act in. Only meaningful when this connection can access more than one workspace: omit it and you get an error listing the available workspace ids (also available from list_sites) to choose from. On a single-workspace connection, omit it or pass that workspace's own id; a different id is rejected. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| note | Yes | Human-readable summary of what to do next. | |
| pageId | Yes | UUID of the new page. | |
| status | Yes | ||
| editUrl | Yes | ||
| finalized | Yes | False when the page generated and saved but its dashboard record didn't finish updating. The page itself is fine; the list may lag. | |
| truncated | Yes | True if generation hit the output cap and may be cut short. | |
| previewUrl | Yes | Shareable link that works immediately. | |
| imagesFailed | Yes | ||
| imagesGenerated | Yes |