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.
Add Subscriber
changes_page:add_subscriber
Add a new subscriber to a changelog.
Write
Medium risk
Create Changelog
changes_page:create_changelog
Create a new changelog with the specified name and settings.
Write
Medium risk
Create Entry
changes_page:create_entry
Create a new changelog entry in the specified changelog.
Write
Medium risk
Delete Changelog
changes_page:delete_changelog
Permanently delete a changelog and all its entries.
Write
High risk
Delete Entry
changes_page:delete_entry
Permanently delete a changelog entry.
Write
High risk
Get Changelog
changes_page:get_changelog
Fetch a single changelog with its basic information and settings.
Read
Low risk
Get Entry
changes_page:get_entry
Fetch a single changelog entry with its content and metadata.
Read
Low risk
Get Subscriber
changes_page:get_subscriber
Fetch a single subscriber with their subscription details.
Read
Low risk
List Changelogs
changes_page:list_changelogs
List all changelogs with optional filtering and pagination.
Read
Low risk
List Entries
changes_page:list_entries
List changelog entries with optional filtering and pagination.
Read
Low risk
List Subscribers
changes_page:list_subscribers
List changelog subscribers with optional filtering and pagination.
Read
Low risk
Publish Entry
changes_page:publish_entry
Publish a draft or scheduled changelog entry immediately or at a specified time.
Write
Low risk
Send Notification
changes_page:send_notification
Send email notifications to subscribers about a new changelog entry.
Write
Medium risk
Unsubscribe Subscriber
changes_page:unsubscribe_subscriber
Unsubscribe a subscriber from changelog notifications.
Write
Low risk
Update Changelog
changes_page:update_changelog
Update an existing changelog's name, description, or settings.
Write
Medium risk
Update Entry
changes_page:update_entry
Update an existing changelog entry's content or metadata.
Write
Medium risk