create_folder
Creates a folder in a website's storage to organize site files like images, CSS, and JavaScript.
Instructions
Create a new folder in a website's storage. Example: 'Create an images folder'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Parent directory. Use '/' for root. | / |
| site_id | Yes | The website ID (UUID). Get from list_websites. | |
| folder_name | Yes | Folder name. Example: 'images', 'css', 'js' |