create_page
create_pageCreates a new knowledge base page in a project. Optionally nests the page under a parent page for structured organization.
Instructions
Create a new knowledge base page in a project. Optionally nest under a parent page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The ID of the project to create the page in | |
| title | Yes | Title of the new page | |
| body | No | Optional HTML body for the page | |
| parent_page_id | No | Optional parent page ID to nest the new page under |