Bulk create pages
bulk_create_pagesCreate up to 500 pages in one atomic call with explicit titles, slugs, and parent page IDs; all pages are created or none are.
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. |