create_fork
Create an isolated workspace to stage content changes without affecting the live website, enabling batch updates when ready.
Instructions
Create a new named fork workspace for staging content changes.
A fork is an isolated workspace where you can edit copies of live pages without affecting the public site. When ready, an admin can merge the fork to push all changes live at once.
Typical workflow:
create_fork — create the workspace
fork_page — copy pages you want to edit into the fork (returns a fork page ID)
update_content (with the fork page ID) — make your edits
merge_fork — merge all changes to the live site (admin only)
Returns the fork ID needed for subsequent fork operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Optional description of what this fork is for | |
| name | Yes | Fork workspace name,required |