Bulk create pages
bulk_create_pagesCreate up to 500 documentation pages in a single atomic request. Specify titles, slugs, and parent page IDs so all pages are created together or not at all.
Instructions
Create up to 500 pages in one atomic call (all succeed or all fail) with an explicitly specified structure (titles, slugs, parent_page_id). To import a folder of Markdown files and derive the hierarchy from file paths, use import_markdown instead. With a space-scoped token, omit "space" to use the token's space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | Yes | Pages to create | |
| space | No | Space UUID or "workspaceSlug/spaceSlug" path. Optional for space-scoped tokens. |