create_page
Creates a page in a Lific project with a required title. Supports optional folder, labels, status, and Markdown content to organize and document work.
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. |