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

# Create folder

> Create a folder to organize dashboards.

```http theme={null}
POST /api/v1/folders
```

Create a dashboard folder with `{"name":"Operations","parent_id":null}`. Set `parent_id` to nest the folder
under another folder in the same organization. Creating folders requires `dashboards.create`;
listing, editing, and deleting reuse `dashboards.read`, `dashboards.edit`, and
`dashboards.delete`. A non-empty folder cannot be deleted.
