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 Comment
heartbeat:create_comment
Create a new comment on a post or reply to an existing comment.
Write
Medium risk
Create Community
heartbeat:create_community
Create a new community with specified settings and permissions.
Write
Medium risk
Create Post
heartbeat:create_post
Create a new post in a community with content and metadata.
Write
Medium risk
Delete Comment
heartbeat:delete_comment
Permanently delete a comment. This action cannot be undone.
Write
High risk
Delete Community
heartbeat:delete_community
Permanently delete a community and all its content. This action cannot be undone.
Write
High risk
Delete Post
heartbeat:delete_post
Permanently delete a post and all its comments. This action cannot be undone.
Write
High risk
Get Comment
heartbeat:get_comment
Fetch a specific comment with its content and author information.
Read
Low risk
Get Community
heartbeat:get_community
Fetch details for a specific community including member count and settings.
Read
Low risk
Get Member
heartbeat:get_member
Fetch details for a specific community member including their activity and status.
Read
Low risk
Get Post
heartbeat:get_post
Fetch a specific post with its content, author, and engagement metrics.
Read
Low risk
Invite Member
heartbeat:invite_member
Send an invitation to join a community via email.
Write
Medium risk
Like Post
heartbeat:like_post
Like or unlike a post to show engagement.
Write
Low risk
List Comments
heartbeat:list_comments
List comments for a specific post with optional filtering and sorting.
Read
Low risk
List Communities
heartbeat:list_communities
List communities with optional filtering and pagination.
Read
Low risk
List Members
heartbeat:list_members
List community members with optional filtering and pagination.
Read
Low risk
List Posts
heartbeat:list_posts
List community posts with optional filtering, searching, and sorting.
Read
Low risk
Remove Member
heartbeat:remove_member
Remove a member from a community. This will revoke their access immediately.
Write
High risk
Send Message
heartbeat:send_message
Send a direct message to a community member.
Write
Medium risk
Update Comment
heartbeat:update_comment
Update the content of an existing comment.
Write
Medium risk
Update Community
heartbeat:update_community
Update community settings and information.
Write
Medium risk
Update Post
heartbeat:update_post
Update an existing post's content, status, or metadata.
Write
Medium risk