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.
Create Category
dropinblog:create_category
Create a new blog category with optional parent and SEO settings.
Write
Medium risk
Create Post
dropinblog:create_post
Create a new blog post with content, categories, and SEO settings.
Write
Medium risk
Delete Category
dropinblog:delete_category
Delete a blog category. Posts in this category will be uncategorized or moved to parent.
Write
High risk
Delete Post
dropinblog:delete_post
Permanently delete a blog post. WARNING: This action cannot be undone.
Write
High risk
Get Blog
dropinblog:get_blog
Fetch a single blog by ID with configuration and settings.
Read
Low risk
Get Category
dropinblog:get_category
Fetch a single blog category by ID with post count and metadata.
Read
Low risk
Get Post
dropinblog:get_post
Fetch a single blog post by ID with full content and metadata.
Read
Low risk
List Blogs
dropinblog:list_blogs
List all blogs with optional filtering and pagination.
Read
Low risk
List Categories
dropinblog:list_categories
List blog categories with optional filtering and pagination.
Read
Low risk
List Posts
dropinblog:list_posts
List blog posts with filtering, search, and pagination options.
Read
Low risk
Publish Post
dropinblog:publish_post
Publish a draft or scheduled post immediately or at a specified time.
Write
Medium risk
Unpublish Post
dropinblog:unpublish_post
Unpublish a published post, converting it back to draft status.
Write
Medium risk
Update Category
dropinblog:update_category
Update an existing blog category with new name, parent, or SEO settings.
Write
Medium risk
Update Post
dropinblog:update_post
Update an existing blog post with new content, categories, and settings.
Write
Medium risk