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 Announcement
launchnotes:create_announcement
Create a new announcement in a LaunchNotes project.
Write
Medium risk
Create Category
launchnotes:create_category
Create a new category in a LaunchNotes project.
Write
Medium risk
Create Project
launchnotes:create_project
Create a new project in LaunchNotes.
Write
Medium risk
Create Subscriber
launchnotes:create_subscriber
Create a new subscriber in a LaunchNotes project.
Write
Medium risk
Delete Announcement
launchnotes:delete_announcement
Permanently delete an announcement from a project.
Write
High risk
Delete Category
launchnotes:delete_category
Permanently delete a category from a project.
Write
High risk
Delete Project
launchnotes:delete_project
Permanently delete a project and all its announcements.
Write
High risk
Delete Subscriber
launchnotes:delete_subscriber
Permanently delete a subscriber from a project.
Write
High risk
Get Announcement
launchnotes:get_announcement
Fetch a single announcement by ID with full content and metadata.
Read
Low risk
Get Category
launchnotes:get_category
Fetch a single category by ID with details and announcement count.
Read
Low risk
Get Project
launchnotes:get_project
Fetch a single project by ID with basic details and settings.
Read
Low risk
Get Subscriber
launchnotes:get_subscriber
Fetch a single subscriber by ID with subscription details.
Read
Low risk
List Announcements
launchnotes:list_announcements
List announcements in a project with optional filtering and pagination.
Read
Low risk
List Categories
launchnotes:list_categories
List all categories in a project, optionally filtered by visibility.
Read
Low risk
List Projects
launchnotes:list_projects
List all projects accessible to the authenticated user.
Read
Low risk
List Subscribers
launchnotes:list_subscribers
List subscribers in a project with optional filtering and pagination.
Read
Low risk
Publish Announcement
launchnotes:publish_announcement
Publish a draft announcement or schedule it for future publication.
Write
Low risk
Update Announcement
launchnotes:update_announcement
Update an existing announcement in LaunchNotes.
Write
Medium risk
Update Category
launchnotes:update_category
Update an existing category in LaunchNotes.
Write
Medium risk
Update Project
launchnotes:update_project
Update an existing project in LaunchNotes.
Write
Medium risk
Update Subscriber
launchnotes:update_subscriber
Update an existing subscriber in LaunchNotes.
Write
Medium risk