create_publication
Create a new blog publication that serves as a container for articles. Returns a publicationId required for generating blog posts.
Instructions
Create a new blog publication (the container that articles live under). Returns a publicationId needed for generate_blog_post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Publication name, e.g. 'My Blog' | |
| layout | No | ||
| brandId | No | Brand ID (uses active brand if omitted) | |
| description | No |