create_project_page
Create a project page by providing a name and HTML content, with optional settings for access, color, lock status, and external references.
Instructions
Create a project page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project | |
| name | Yes | Page name | |
| description_html | Yes | Page content in HTML format | |
| access | No | Access level for the page (integer) | |
| color | No | Page color | |
| is_locked | No | Whether the page is locked | |
| archived_at | No | Archive timestamp (ISO 8601 format) | |
| view_props | No | View properties dictionary | |
| logo_props | No | Logo properties dictionary | |
| external_id | No | External system identifier | |
| external_source | No | External system source name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| description_stripped | No | ||
| description_html | No | ||
| description_binary | No | ||
| description | No | ||
| created_at | No | ||
| updated_at | No | ||
| owned_by | No | ||
| anchor | No | ||
| workspace | No | ||
| projects | No |