pylon_create_article
Create a knowledge base article by specifying title, HTML body, author, and optional translations. Control publication, visibility, and AI agent access settings.
Instructions
Create a new article within a knowledge base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | The slug of the article | |
| title | Yes | The title of the article | |
| body_html | Yes | The HTML body of the article | |
| is_unlisted | No | Whether accessible only via direct link (default false) | |
| is_published | No | Whether the article should be published (default false) | |
| translations | No | Translations of the article in different languages | |
| collection_id | No | The ID of the collection to associate with | |
| author_user_id | Yes | The ID of the user attributed as the author | |
| knowledge_base_id | Yes | The ID of the knowledge base | |
| visibility_config | No | Visibility and AI agent access configuration |