You can wire the Monday.com node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.
Credentials
Connect Monday.com under Credentials in the node settings. See Connecting credentials for the general flow.Monday OAuth
Sign in with your Monday.com account when prompted; no keys to copy. Get your credentials here. NoClick requests the following permissions:account:readboards:readboards:writedocs:readdocs:writeworkspaces:readworkspaces:writeusers:readusers:writeteams:readteams:writeupdates:readupdates:writenotifications:writewebhooks:readwebhooks:writeassets:readtags:readme:read
Monday api token
Enter the values manually when creating the credential. Get your credentials here.Operations
Account
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Current User | get_me | Get the authenticated user’s profile and account info. | |
| List Users | list_users | List account users. | |
| List Workspaces | list_workspaces | List workspaces in the account. |
Boards
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Add Teams to Board | add_teams_to_board | Add teams as subscribers to a board. | |
| Add Users to Board | add_users_to_board | Subscribe users to a board as subscribers or owners. | |
| Archive Board | archive_board | Archive a board. | |
| Create Board | create_board | Create a new board. | |
| Delete Board | delete_board | Permanently delete a board. | |
| Duplicate Board | duplicate_board | Duplicate a board (structure only, with items, or with items and updates). | |
| Get Board | get_board | Fetch a single board’s metadata, columns, and groups by ID. | |
| List Boards | list_boards | List boards in the account (name, columns, groups). | |
| Remove Users from Board | remove_users_from_board | Remove subscribers from a board. | |
| Update Board | update_board | Update a board’s name, description, or communication settings. |
Docs
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Doc | create_doc | Create a new monday.com Doc in a workspace. | |
| Create Doc Block | create_doc_block | Add a content block to a monday.com Doc. | |
| Delete Doc Block | delete_doc_block | Delete a block from a monday.com Doc. | |
| Get Docs | get_docs | List monday.com Docs, optionally filtered by workspace or specific doc IDs. | |
| Update Doc Block | update_doc_block | Update the content of an existing monday.com Doc block. |
Files
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get Assets | get_assets | Get file assets (attachments) by their IDs. |
Folders
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Folder | create_folder | Create a folder in a workspace to organize boards. | |
| Delete Folder | delete_folder | Delete a folder. | |
| List Folders | list_folders | List folders in a workspace. | |
| Update Folder | update_folder | Rename or move a folder. |
Groups & columns
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Archive Group | archive_group | Archive a group and all its items. | |
| Create Column | create_column | Add a column to a board. | |
| Create Group | create_group | Create a new group (section) on a board. | |
| Delete Column | delete_column | Permanently delete a column from a board. | |
| Delete Group | delete_group | Delete a group from a board. | |
| Duplicate Group | duplicate_group | Duplicate a group and all its items. | |
| List Groups | list_groups | List all groups on a board. | |
| Rename Column | rename_column | Rename a column on a board. | |
| Update Group | update_group | Rename or recolor a group. |
Items
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Archive Item | archive_item | Archive an item. | |
| Clear Item Updates | clear_item_updates | Clear all updates/comments from an item. | |
| Create Item | create_item | Create an item on a board. | |
| Create Subitem | create_subitem | Create a subitem under a parent item. | |
| Delete Item | delete_item | Permanently delete an item. | |
| Duplicate Item | duplicate_item | Duplicate an existing item. | |
| Get Items By ID | get_items | Fetch specific items by ID with their column values. | |
| Get Subitems | get_subitems | Get all subitems of a parent item. | |
| List Items | list_items | List items on a board (cursor-paginated, with column values). | |
| Move Item To Board | move_item_to_board | Move an item to another board and group. | |
| Move Item To Group | move_item_to_group | Move an item to a different group within the same board. | |
| Query Items By Column Value | query_items_by_column | Search/filter items on a board by a column value. | |
| Update Item Column Value | change_column_value | Change one column’s value on an item (typed JSON value). | |
| Update Multiple Column Values | change_multiple_column_values | Change several columns at once via a JSON map. | |
| Update Simple Column Value | change_simple_column_value | Change a column using a plain string value (simple types). |
Tags
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create or Get Tag | create_or_get_tag | Create or get an existing account-level tag. | |
| Get Tags | get_tags | Get account-level tags. |
Teams
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Add Users To Team | add_users_to_team | Add users to a team. | |
| Create Team | create_team | Create a new team in the account. | |
| Delete Team | delete_team | Delete a team from the account. | |
| Get Teams | get_teams | List teams in the account. | |
| Remove Users From Team | remove_users_from_team | Remove users from a team. |
Updates
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Unlike Update | unlike_update | Remove a like from an update (comment). |
Updates & notifications
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Notification | create_notification | Send an in-app notification to a user. | |
| Create Update (Comment) | create_update | Post an update/comment on an item. | |
| Delete Update | delete_update | Delete an update/comment. | |
| Edit Update | edit_update | Edit an existing update/comment. | |
| Get Item Updates | get_updates | Get updates/comments on an item. | |
| Like Update | like_update | Like an update/comment. |
Webhooks
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Webhook | create_webhook | Register a webhook on a board for an event type. | |
| Delete Webhook | delete_webhook | Remove a webhook by ID. | |
| List Webhooks | list_webhooks | List all webhooks registered on a board. |
Workspaces
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Workspace | create_workspace | Create a new monday.com workspace. | |
| Delete Workspace | delete_workspace | Permanently delete a monday.com workspace. | |
| Update Workspace | update_workspace | Update a monday.com workspace’s name, kind, or description. |
Other
| Operation | ID | Description | Trigger |
|---|---|---|---|
| On Board Event | on_board_event | Fire the workflow when a board event occurs (new item, column change, etc.). | Yes |