create_doc
Create a new document in a ClickUp workspace with a specified title, parent location, and visibility settings.
Instructions
Create a new Doc in a Workspace (v3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| name | Yes | Doc title. | |
| parent | No | Parent location { id, type }. type: 4=Space,5=Folder,6=List,7=Everything,12=Workspace. | |
| visibility | No | ||
| create_page | No | Create an initial empty page. Default true. |