# POST /notepads/folders

**Resource:** [Notepads](./notepads.md)  
**Scopes:** `notepads:write`  
**Write operation:** yes

Create a notepad folder.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `name` | body | string | yes | Folder name |
| `parent_id` | body | uuid | no | Parent folder UUID for nesting |
| `visibility` | body | string | no | all_users (default), admins_only, creator_only, or restricted |

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`