create_post
Creates a new blog post with a title and body. Optionally set an excerpt or publication date; omit the date to save as a draft.
Instructions
Create a new blog post. Requires LONTAR_API_TOKEN. Slug is auto-generated from the title. Omit published_at to create a draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Post title | |
| body | Yes | Post body (Markdown) | |
| excerpt | No | Short excerpt | |
| published_at | No | ISO 8601 publish date; omit to save as draft |