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 Comment
twist:add_comment
Adds a new comment to a thread.
Write
Medium risk
Add Message To Conversation
twist:add_message_to_conversation
Adds a message to an existing conversation.
Write
Medium risk
Add Thread
twist:add_thread
Adds a new thread to a channel.
Write
Medium risk
Get Current User
twist:get_current_user
Gets the associated user for access token used in the request.
Read
Low risk
Get Thread
twist:get_thread
Gets a thread object by id.
Read
Low risk
Get Workspace User By Email
twist:get_user_by_email
Gets a workspace user by email.
Read
Low risk
Get Workspace Users
twist:get_workspace_users
Gets a list of users for the given workspace id.
Read
Low risk