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.
Archive Item
monday:archive_item
Archive an item (moves it to archived state but doesn't delete it).
Write
High risk
Create Board
monday:create_board
Create a new board with specified name and options.
Write
Medium risk
Create Column
monday:create_column
Create a new column in a board.
Write
Medium risk
Create Group
monday:create_group
Create a new group in a board.
Write
Medium risk
Create Item
monday:create_item
Create a new item in a board with optional column values.
Write
Medium risk
Create Update
monday:create_update
Create an update (comment) on an item.
Write
Medium risk
Delete Board
monday:delete_board
Permanently delete a board and all its data.
Write
High risk
Delete Group
monday:delete_group
Permanently delete a group and all its items.
Write
High risk
Delete Item
monday:delete_item
Permanently delete an item and all its data.
Write
High risk
Duplicate Item
monday:duplicate_item
Duplicate an existing item with all its column values.
Write
Medium risk
Get Board
monday:get_board
Fetch a single board by ID with its columns and groups.
Read
Low risk
Get Item
monday:get_item
Fetch a single item by ID with all its column values and updates.
Read
Low risk
Get User
monday:get_user
Fetch a single user by ID or get current user info.
Read
Low risk
List Boards
monday:list_boards
List boards with filtering and pagination options.
Read
Low risk
List Items
monday:list_items
List items from a board with filtering and pagination options.
Read
Low risk
List Users
monday:list_users
List users in the account with filtering and pagination options.
Read
Low risk
Move Item To Group
monday:move_item_to_group
Move an item to a different group within the same board.
Write
Medium risk
Update Item
monday:update_item
Update column values for an existing item.
Write
Medium risk