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 Label
announcekit:create_label
Create a new label in a project for categorizing posts.
Write
Medium risk
Create Post
announcekit:create_post
Create a new post in a project.
Write
Medium risk
Create Project
announcekit:create_project
Create a new project in AnnounceKit.
Write
Medium risk
Delete Label
announcekit:delete_label
Delete a label permanently. WARNING: This will remove the label from all associated posts.
Write
High risk
Delete Post
announcekit:delete_post
Delete a post permanently. WARNING: This action cannot be undone.
Write
High risk
Delete Project
announcekit:delete_project
Delete a project permanently. WARNING: This action cannot be undone and will remove all associated posts.
Write
High risk
Get Label
announcekit:get_label
Fetch a single label by ID with its configuration and post count.
Read
Low risk
Get Post
announcekit:get_post
Fetch a single post by ID with its content and metadata.
Read
Low risk
Get Project
announcekit:get_project
Fetch a single project by ID or slug with its configuration and settings.
Read
Low risk
List Labels
announcekit:list_labels
List all labels from a project with optional filtering.
Read
Low risk
List Posts
announcekit:list_posts
List posts from a project with optional filtering and pagination.
Read
Low risk
List Projects
announcekit:list_projects
List all projects accessible with the current API key.
Read
Low risk
Publish Post
announcekit:publish_post
Publish a draft post or schedule it for future publication.
Write
Medium risk
Update Label
announcekit:update_label
Update an existing label in a project.
Write
Medium risk
Update Post
announcekit:update_post
Update an existing post in a project.
Write
Medium risk
Update Project
announcekit:update_project
Update an existing project in AnnounceKit.
Write
Medium risk