docmost_create_page
Create a new page in Docmost documentation platform by specifying title, space, and optional content or parent page structure.
Instructions
Create a new page in Docmost.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title | |
| space_id | Yes | Space ID where the page will be created | |
| parent_page_id | No | Optional: Parent page ID for nested pages | |
| content_text | No | Optional: Initial page content as plain text |