> ## Documentation Index
> Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Dropbox create folder

> Create a folder in the user's Dropbox. Auto-renames rather than failing if the path is taken.

`dropbox_create_folder`

Create a folder in the user's Dropbox. Auto-renames rather than failing if the path is taken.

## Parameters

<ParamField path="path" type="string" required>
  Absolute Dropbox path for the new folder, e.g. '/Reports/2026'.
</ParamField>
