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
- Open your agent in Agent Studio
- In the Integrations panel, click Add Integration Config
- Select Monday.com from the integration list
- Give the config a display name (e.g., "Monday.com - Project Management")
- Choose your authentication method:
- API Token — Paste your Monday.com API token
- OAuth — Click Connect to start the Monday.com OAuth flow
- Save the agent revision
Using in Your Agent
- In an Agent Step, attach Monday.com tools from the tools panel
- The agent uses your integration config for all Monday.com API calls
- Tools are referenced as
monday.list_boards,monday.create_item, etc.
Available Tools
| Tool | Description | Action Type |
|---|---|---|
list_boards | List boards | ReadOnly |
get_board_items | Get items from a board | ReadOnly |
get_next_items_page | Get next page of items | ReadOnly |
get_item | Get a specific item | ReadOnly |
list_workspaces | List workspaces | ReadOnly |
list_groups | List groups in a board | ReadOnly |
list_columns | List columns in a board | ReadOnly |
list_subitems | List subitems of an item | ReadOnly |
create_item | Create an item | Reversible |
update_item | Update an item | Reversible |
create_update | Create an update (comment) on an item | Irreversible |
move_item_to_group | Move an item to a different group | Reversible |
archive_item | Archive an item | Reversible |
delete_item | Delete an item | Irreversible |
create_subitem | Create a subitem | Reversible |