create_page
Add a new page to any project or workspace. Supply title (required), and optionally markdown content, folder, labels, status, or project ID.
Instructions
Create a new page in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title | |
| folder | No | Folder name to place page in | |
| labels | No | Label names to attach (project-scoped; ignored on workspace pages) | |
| status | No | Status: draft, active, complete, archived | |
| content | No | Markdown content | |
| project | No | Project ID (e.g. LIF). Omit for workspace-level page. |