create_branch
Create a new branch in a Storyblok space to manage content pipelines, clone existing branches, and set preview URLs for development workflows.
Instructions
Creates a new branch (pipeline) in a Storyblok space via the Management API.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Required name for the new branch | |
| source_id | No | ID of an existing branch to clone | |
| url | No | Preview URL for the branch | |
| position | No | Numeric position for ordering |