Create a page
create_pagePublish a new text post and return its slug, public URL and edit_key. Content is Markdown (paragraphs, headings, bold, italic, lists, quotes, code, links, and images via external https URLs — images are embedded, never hosted). The returned edit_key is shown exactly once and cannot be recovered. Keep it in context — without it the page can never be edited or deleted again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the post. The URL is derived from it and never changes afterwards. | |
| content | Yes | Markdown content of the post. |