Create new project
premiere_new_projectCreate a new Premiere Pro project file (.prproj) at a given path, backing up any existing file with confirmation. Path must be within an allowed working root.
Instructions
Create a new empty .prproj project at the given absolute path. If the file already exists it is gated behind confirm:true and backed up first. The path must be inside an allowed working root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path for the new .prproj (extension added if missing). | |
| confirm | No | Required only if the target already exists. |