FruxonDocs

Monday.com

Monday.com work management — boards, items, updates, and workspaces

The Monday.com integration lets your agents manage boards, items, updates, groups, and workspaces.

Prerequisites

You need one of the following:

  • API Token — Generate one in your Monday.com account under Profile → Developer → API tokens.
  • OAuth — For user-level access where each chat user authorizes with their own Monday.com account.

Setup

  1. Open your agent in Agent Studio
  2. In the Integrations panel, click Add Integration Config
  3. Select Monday.com from the integration list
  4. Give the config a display name (e.g., "Monday.com - Project Management")
  5. Choose your authentication method:
    • API Token — Paste your Monday.com API token
    • OAuth — Click Connect to start the Monday.com OAuth flow
  6. Save the agent revision

Using in Your Agent

  1. In an Agent Step, attach Monday.com tools from the tools panel
  2. The agent uses your integration config for all Monday.com API calls
  3. Tools are referenced as monday.list_boards, monday.create_item, etc.

Available Tools

ToolDescriptionAction Type
list_boardsList boardsReadOnly
get_board_itemsGet items from a boardReadOnly
get_next_items_pageGet next page of itemsReadOnly
get_itemGet a specific itemReadOnly
list_workspacesList workspacesReadOnly
list_groupsList groups in a boardReadOnly
list_columnsList columns in a boardReadOnly
list_subitemsList subitems of an itemReadOnly
create_itemCreate an itemReversible
update_itemUpdate an itemReversible
create_updateCreate an update (comment) on an itemIrreversible
move_item_to_groupMove an item to a different groupReversible
archive_itemArchive an itemReversible
delete_itemDelete an itemIrreversible
create_subitemCreate a subitemReversible

On this page