create_folder
Creates a new folder in Zephyr Scale, supporting nested paths for Cloud and direct paths for Data Center.
Instructions
Create a new folder in Zephyr Scale. On Cloud: provide a path like "/Parent/Child" — the server resolves parent segments and creates the leaf folder. On Data Center: the full path is sent directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full folder path including parent folders (required). Examples: "/MyFolder" for root folder, "/Parent/Child" for nested folder. On Cloud, individual segment names must not contain "/" or "\". | |
| folder_type | No | Type of folder | TEST_CASE |
| project_key | Yes | Project key (required) |