Create a draft
create_draftSave an article as an unpublished draft for review before going live. Create a new draft each call, then edit or publish later via the returned editor link.
Instructions
Save an article as an unpublished draft.
Nothing becomes visible to readers: use this whenever the work still needs review, and publish_article only when it should go live. The draft can be edited afterwards with update_article.
Each call creates a NEW draft — not idempotent, so calling twice leaves two drafts. Requires an API key. Returns the draft with an editor_url for finishing it in the browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Topic tags to carry through to publication. | |
| title | Yes | Working headline. Can be changed before publishing. | |
| body_markdown | Yes | Article body so far, as Markdown. |