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 Reaction
rocket_chat:add_reaction
Add an emoji reaction to a message.
Write
Medium risk
Create Channel
rocket_chat:create_channel
Create a new public channel.
Write
Medium risk
Create User
rocket_chat:create_user
Create a new user account in Rocket.Chat.
Write
Medium risk
Delete Message
rocket_chat:delete_message
Delete a message permanently. Only works for your own messages or if you have admin rights.
Write
High risk
Delete User
rocket_chat:delete_user
Delete a user account permanently. This action cannot be undone.
Write
High risk
Get Channel
rocket_chat:get_channel
Fetch a single channel by ID or name with member count and settings.
Read
Low risk
Get Messages
rocket_chat:get_messages
Get messages from a channel with optional date filtering and pagination.
Read
Low risk
Get User
rocket_chat:get_user
Fetch a single user by ID or username with profile information.
Read
Low risk
Get User Status
rocket_chat:get_user_status
Get the current status of a user (online, away, busy, offline).
Read
Low risk
Invite User
rocket_chat:invite_user
Invite a user to join a channel.
Write
Medium risk
Kick User
rocket_chat:kick_user
Remove/kick a user from a channel.
Write
Medium risk
List Channels
rocket_chat:list_channels
List public channels with optional filtering and pagination.
Read
Low risk
List Users
rocket_chat:list_users
List users with optional filtering and pagination.
Read
Low risk
Send Message
rocket_chat:send_message
Send a message to a channel or direct message.
Write
Medium risk
Set User Status
rocket_chat:set_user_status
Set your own user status and optional status message.
Write
Medium risk
Update Message
rocket_chat:update_message
Update/edit an existing message. Only works for your own messages.
Write
Medium risk
Update User
rocket_chat:update_user
Update an existing user's information.
Write
Medium risk