create_page
Create a page within a Plane project or workspace by providing a name and HTML content; optionally configure access, color, and other settings.
Instructions
Create a page.
Creates a project page if project_id is given, otherwise a workspace-level page.
Args: name: Page name description_html: Page content in HTML format project_id: UUID of the project. Omit to create a workspace page. access: Access level for the page (integer) color: Page color is_locked: Whether the page is locked archived_at: Archive timestamp (ISO 8601 format) view_props: View properties dictionary logo_props: Logo properties dictionary external_id: External system identifier external_source: External system source name
Returns: Created Page object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | No | ||
| access | No | ||
| is_locked | No | ||
| logo_props | No | ||
| project_id | No | ||
| view_props | No | ||
| archived_at | No | ||
| external_id | No | ||
| external_source | No | ||
| description_html | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| anchor | No | ||
| owned_by | No | ||
| projects | No | ||
| workspace | No | ||
| created_at | No | ||
| updated_at | No | ||
| description | No | ||
| description_html | No | ||
| description_binary | No | ||
| description_stripped | No |