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.
Ban User
sendbird:ban_user
Ban a user from a channel, preventing them from participating.
Write
Medium risk
Create Group Channel
sendbird:create_group_channel
Create a new group channel with specified users.
Write
Medium risk
Create User
sendbird:create_user
Create a new user in the Sendbird application.
Write
Medium risk
Delete Channel
sendbird:delete_channel
Permanently delete a channel from the Sendbird application.
Write
High risk
Delete Message
sendbird:delete_message
Permanently delete a message from a channel.
Write
High risk
Delete User
sendbird:delete_user
Permanently delete a user from the Sendbird application.
Write
High risk
Get Channel
sendbird:get_channel
Fetch a single channel by URL with member information and metadata.
Read
Low risk
Get User
sendbird:get_user
Fetch a single user by ID with profile information and metadata.
Read
Low risk
Invite Users
sendbird:invite_users
Invite users to join a group channel.
Write
Medium risk
Leave Channel
sendbird:leave_channel
Remove a user from a group channel (user leaves the channel).
Write
Medium risk
List Channels
sendbird:list_channels
List channels in the application with filtering and pagination.
Read
Low risk
List Messages
sendbird:list_messages
List messages from a channel with filtering and pagination.
Read
Low risk
List Users
sendbird:list_users
List users in the application with filtering and pagination.
Read
Low risk
Mute User
sendbird:mute_user
Mute a user in a channel, preventing them from sending messages.
Write
Medium risk
Send Message
sendbird:send_message
Send a message to a channel (text, file, or admin message).
Write
Medium risk
Unban User
sendbird:unban_user
Remove a ban from a user, allowing them to participate in the channel again.
Write
High risk
Unmute User
sendbird:unmute_user
Remove a mute from a user, allowing them to send messages again.
Write
High risk
Update Channel
sendbird:update_channel
Update an existing channel's properties.
Write
Medium risk
Update Message
sendbird:update_message
Update an existing message in a channel.
Write
Medium risk
Update User
sendbird:update_user
Update an existing user's profile information.
Write
Medium risk