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 Topic
ntfy:create_topic
Create a new topic with specified permissions and metadata.
Write
Medium risk
Delete Topic
ntfy:delete_topic
Permanently delete a topic and all its messages. This action cannot be undone.
Write
High risk
Get Topic Stats
ntfy:get_topic_stats
Get statistics and information about a specific topic.
Read
Low risk
List Messages
ntfy:list_messages
Retrieve recent messages from a topic. Useful for checking message history.
Read
Low risk
Publish Message
ntfy:publish_message
Publish a message to an ntfy topic. Creates push notifications for subscribers.
Write
Medium risk
Send Email Notification
ntfy:send_email_notification
Send a notification that will be delivered both as push notification and email.
Write
Medium risk
Update Topic Access
ntfy:update_topic_access
Update access permissions and metadata for an existing topic.
Write
Medium risk