- Sync
- Async
Parameters
name(str): Folder name (leaf segment when using nested paths). Iffull_pathis omitted, this becomes the canonical path.description(str, optional): Optional description of the folder.full_path(str, optional): Canonical folder path (e.g.,"/projects/alpha/specs"). Leading slash is optional; parents are created automatically.parent_id(str, optional): Explicit parent folder ID. Usually not needed—full_pathhandles hierarchy creation.
Returns
Folder: Newly created folder object.
Examples
- Sync
- Async

