> ## 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.

# 创建文件夹

> 创建用于组织仪表盘的文件夹。

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

使用 `{"name":"Operations","parent_id":null}` 创建仪表盘文件夹。把 `parent_id` 指向同组织内的另一个
文件夹即可形成层级。创建文件夹需要 `dashboards.create`；列出、编辑和删除分别复用
`dashboards.read`、`dashboards.edit` 和 `dashboards.delete`。非空文件夹不能删除。
