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
noticeable:create_label
Create a new label in a Noticeable project for categorizing posts.
Write
Medium risk
Create Post
noticeable:create_post
Create a new post in a Noticeable project.
Write
Medium risk
Create Project
noticeable:create_project
Create a new project in Noticeable.
Write
Medium risk
Delete Label
noticeable:delete_label
Permanently delete a label and remove it from all associated posts.
Write
High risk
Delete Post
noticeable:delete_post
Permanently delete a post and all its associated data.
Write
High risk
Delete Project
noticeable:delete_project
Permanently delete a project and all its associated data.
Write
High risk
Get Label
noticeable:get_label
Fetch a single label by ID with its properties and usage statistics.
Read
Low risk
Get Post
noticeable:get_post
Fetch a single post by ID with its content and metadata.
Read
Low risk
Get Project
noticeable:get_project
Fetch a single project by ID with its configuration and settings.
Read
Low risk
Get Publication
noticeable:get_publication
Fetch a single publication by ID with its configuration and settings.
Read
Low risk
List Labels
noticeable:list_labels
List all labels in a project with their usage statistics.
Read
Low risk
List Posts
noticeable:list_posts
List posts from a project with filtering and pagination options.
Read
Low risk
List Projects
noticeable:list_projects
List all projects accessible with the current API key.
Read
Low risk
List Publications
noticeable:list_publications
List all publications in a project with their statistics.
Read
Low risk
Publish Post
noticeable:publish_post
Publish a draft post immediately or schedule it for future publication.
Write
Low risk
Update Label
noticeable:update_label
Update an existing label's properties.
Write
Medium risk
Update Post
noticeable:update_post
Update an existing post's content and metadata.
Write
Medium risk
Update Project
noticeable:update_project
Update an existing project's settings and configuration.
Write
Medium risk