Available now

21 things your agent can do in Monday

monday.com is a customizable work management platform for project planning, collaboration, and automation, supporting agile, sales, marketing, and more

Project Mgmt & DevSign in with your account (OAuth)

Every action, grouped by what it does

You do not pick these by hand. Describe what the agent should do and Squidgy grants the matching ones — an agent told to draft replies gets the drafting action and not the sending one.

Read

6
  • Get group details

    Retrieves details (id, title, color, archived/deleted status) for a specific group on an accessible monday.com board.

    MONDAY_GET_GROUP_DETAILS
  • List Monday boards

    Retrieves a list of boards from a monday.com account, supporting pagination and filtering by state.

    MONDAY_LIST_BOARDS
  • List board items

    Retrieves id, name, and state for all items on a specified monday.com board.

    MONDAY_LIST_BOARD_ITEMS
  • List columns

    Lists all columns and their properties for a specified monday.com `board id`; the board must exist.

    MONDAY_LIST_COLUMNS
  • List items

    Retrieves specified subitems from monday.com using their ids, returning the raw json response.

    MONDAY_LIST_ITEMS
  • List users

    Retrieves a list of users from monday.com; an empty user list in the response 'data' field does not signify action failure.

    MONDAY_LIST_USERS

Create & update

14
  • Add users to board

    Adds users to a monday.com board with a specified role.

    MONDAY_ADD_USERS_TO_BOARD
  • Archive board

    Archives a specified, existing, and unarchived board in monday.com; archived boards can typically be restored later.

    MONDAY_ARCHIVE_BOARD
  • Archive item

    Archives an existing monday.com item, moving it from active board views to the archive where it can be potentially restored.

    MONDAY_ARCHIVE_ITEM
  • Create a Monday board

    Creates a monday.com board; `template id` if used must be accessible, and `folder id` must be in `workspace id` if both are provided.

    MONDAY_CREATE_BOARD
  • Create column

    Creates a new column with a specified type and title on a monday.com board.

    MONDAY_CREATE_COLUMN
  • Create group

    Creates a new group with the given `group name` on an existing monday.com board, identified by its `board id`.

    MONDAY_CREATE_GROUP
  • Create item

    Creates a new item on a monday.com board, optionally assigning it to a group and setting column values.

    MONDAY_CREATE_ITEM
  • Delete column

    Deletes a specified column from a monday.com board; this action is destructive and cannot be undone via the api.

    MONDAY_DELETE_COLUMN
  • Delete group

    Permanently deletes an existing group (and its items) from an existing board in monday.com.

    MONDAY_DELETE_GROUP
  • Delete item

    Permanently deletes an existing monday.com item; this action is irreversible via the api.

    MONDAY_DELETE_ITEM
  • Duplicate item

    Duplicates an item on a monday.com board, optionally including its updates.

    MONDAY_DUPLICATE_ITEM
  • Move item to board

    Moves a monday.com item to a specified board and group; requires the item, target board, and target group to exist.

    MONDAY_MOVE_ITEM_TO_BOARD
  • Move item to group

    Moves an item to a different group on the same monday.com board; the item and group must exist.

    MONDAY_MOVE_ITEM_TO_GROUP
  • Update board

    Updates a specified attribute of an existing board on monday.com.

    MONDAY_UPDATE_BOARD

Manage

1
  • Change simple column value

    Changes a specific column's value for a monday.com item using a simple string, suitable for text, status, or dropdown columns; can create new labels if `create labels if missing` is true for status/d…

    MONDAY_CHANGE_SIMPLE_COLUMN_VALUE

About connecting Monday

What can an AI agent do in Monday?

21 distinct actions, listed in full on this page — 6 to read, 14 to create & update, 1 to manage. An agent gets the ones that match what you described it doing, not all of them at once.

How do I connect Monday?

Once, in Settings → Integrations. Sign in with your account (OAuth). The connection is yours, shared by every agent you build — you are not re-authorising per agent, and the agent never sees your credentials.

Others in Project Mgmt & Dev

The Monday integration guide · All 58 connectable apps · The agent builder

Chat with Squidgy