Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Archive Article
helpdocs:archive_article
Archive an article to hide it from public view while keeping it in the system.
Write
High risk
Create Article
helpdocs:create_article
Create a new article in a specific category and collection.
Write
Medium risk
Create Category
helpdocs:create_category
Create a new category within a collection.
Write
Medium risk
Create Collection
helpdocs:create_collection
Create a new knowledge base collection.
Write
Medium risk
Delete Article
helpdocs:delete_article
Permanently delete an article. This action cannot be undone.
Write
High risk
Delete Category
helpdocs:delete_category
Permanently delete a category and all its articles. This action cannot be undone.
Write
High risk
Get Article
helpdocs:get_article
Fetch a single article by ID or slug with full content and metadata.
Read
Low risk
Get Category
helpdocs:get_category
Fetch a single category by ID with metadata and article count.
Read
Low risk
Get Collection
helpdocs:get_collection
Fetch a single collection by ID with metadata and category count.
Read
Low risk
List Articles
helpdocs:list_articles
List articles with filtering, search, and pagination options.
Read
Low risk
List Categories
helpdocs:list_categories
List all categories with optional filtering by collection.
Read
Low risk
List Collections
helpdocs:list_collections
List all collections in the account.
Read
Low risk
Publish Article
helpdocs:publish_article
Publish a draft article to make it publicly visible.
Write
Medium risk
Search Articles
helpdocs:search_articles
Search articles by content, title, or tags with filtering options.
Read
Low risk
Update Article
helpdocs:update_article
Update an existing article with new content or metadata.
Write
Medium risk
Update Category
helpdocs:update_category
Update an existing category's name, description, position, or collection.
Write
Medium risk