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 Team Member
brosix:add_team_member
Add a user to a team with specified role.
Write
Medium risk
Create Team
brosix:create_team
Create a new team in the organization.
Write
Medium risk
Create User
brosix:create_user
Create a new user in the Brosix organization.
Write
Medium risk
Delete User
brosix:delete_user
Delete a user from the organization. WARNING: This action cannot be undone.
Write
High risk
Get Messages
brosix:get_messages
Get messages from a conversation with a user or team.
Read
Low risk
Get Team
brosix:get_team
Fetch a single team by ID with member details.
Read
Low risk
Get User
brosix:get_user
Fetch a single user by ID with profile details and status.
Read
Low risk
Get User Status
brosix:get_user_status
Get the current online status and presence information for a user.
Read
Low risk
List Teams
brosix:list_teams
List teams in the organization with filtering capabilities.
Read
Low risk
List Users
brosix:list_users
List users in the organization with filtering and search capabilities.
Read
Low risk
Remove Team Member
brosix:remove_team_member
Remove a user from a team.
Write
High risk
Send Message
brosix:send_message
Send a message to a user or team.
Write
Medium risk
Set User Status
brosix:set_user_status
Set the current user's status and presence message.
Write
Medium risk
Update User
brosix:update_user
Update an existing user's profile information.
Write
Medium risk