Create Page
create_pageAdd a page to Confluence with custom title and body, supporting storage/wiki formats. Place it under a parent or create at space root, with current or draft status.
Instructions
Create a new page in a space.
Args:
space_id: Target space ID.
title: Page title.
body_value: Page body content.
body_representation: Format of body_value — storage (default, XHTML), wiki, atlas_doc_format.
parent_id: Parent page ID (omit to create at space root).
status: 'current' (published, default) or 'draft'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| status | No | current | |
| space_id | Yes | ||
| parent_id | No | ||
| body_value | Yes | ||
| body_representation | No | storage |