Operator
← All integrations
Monday logo

Connect Monday to OpenClaw on Operator.io

Monday.com is a customizable work management platform for project planning and collaboration. It helps teams organize tasks, automate workflows, and track progress in real time.

Automate Monday with AI

Operator puts an OpenClaw agent in front of Monday. You describe the job from Telegram or Discord and it handles the rest inside Monday, picking the right calls from the 121 Monday actions and checking its own work as it goes.

Your agent reaches Monday directly or through connectors like Composio MCP and Pipedream MCP, which handle the sign in and token refresh for you, so there is nothing to wire up and no API keys to paste.

What your agent can do with Monday

Your agent can call any of these Monday actions by name as part of a larger task. Ask for the outcome you want and it picks the right ones.

Get account trigger statistics

Tool to retrieve statistics about account-level triggers and automations. Use when you need to monitor trigger execution metrics including success rates, failure counts, and total execution numbers.

Activate users

Tool to activate or reactivate users in a Monday.com account. Use when you need to enable user accounts that were previously deactivated. Cannot be used to activate your own account. Requires account management permissions.

Add subscribers to object

Tool to add subscribers or owners to a monday.com object. Use when you need to grant users notification access or ownership permissions to a specific object.

Add teams to board

Tool to add teams to a Monday.com board with specified permission levels. Use when you need to associate teams with a board as owners or subscribers.

Add users to board

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

Add users to team

Tool to add users to a Monday.com team. Use when updating team membership by adding user(s).

Add users to workspace

Tool to add one or more users to a workspace. Use when inviting existing users to collaborate in a workspace.

Aggregate board data

Tool to aggregate data across Monday.com boards using groupings and aggregation functions like COUNT, SUM, MEAN, MIN, MAX. Use when you need to compute metrics, counts, or summaries from board data with optional filtering and grouping.

Get app subscription

Tool to retrieve current app subscription data for the account. Use when you need to check subscription status, billing period, trial status, or pricing information. Must be called within app context using account authentication token.

Archive board

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

Archive item

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

Archive object

Archives a Monday.com object by changing its state to archived rather than permanently deleting it. Use when you need to remove objects from active use while preserving the ability to restore them later.

Archive workspace

Tool to archive a Monday.com workspace. Use when you want to soft-remove a workspace from view.

Get audit logs

Tool to retrieve detailed security-related activity records for a Monday.com account. Use when you need to audit user actions, security events, or account activity. Requires Enterprise plan and account admin permissions with manage_accou...

Get document blocks

Tool to retrieve document block data from workdocs via the API. Returns block metadata including type, content, position, and creation info. Use when you need to fetch content blocks from Monday.com documents.

Get boards

Tool to retrieve board data via the Monday.com API. Returns core metadata (id, name, state, kind, hierarchy type, workspace) about one or multiple boards with filtering options by state, board kind, hierarchy type, and workspace. For str...

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/Dropdown columns.

Get board columns

Tool to retrieve column metadata from boards via the GraphQL API. Returns array of column information including type, title, settings, and capabilities. Use when you need to inspect board structure or column configuration.

Get connection board IDs

Tool to retrieve board IDs associated with connection columns. Use when you need to discover which boards can be linked through connection columns. Queries boards and filters for connection columns (board_relation type) to extract the co...

Get connections

Tool to retrieve connection data for integrations with external services. Use when you need to inspect or manage integrations like Gmail, Slack, or other external service connections. Returns a list of connections with details about auth...

Connect project to portfolio

Links an existing project board to a portfolio board for centralized management. Requires boards:write scope and Enterprise plan.

Convert board to project

Converts a regular Monday.com board into a project board with advanced project management features. Use when upgrading a board to enable project-specific capabilities like timeline views, project status tracking, and owner assignments.

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.

Create column

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

Create custom activity

Tool to create a custom activity in the Monday.com Emails & Activities app. Use when you need to define a new activity type with specific color and icon for tracking interactions.

Create a Monday dashboard

Tool to create a Monday.com dashboard with associated boards. Use when you need to establish a new dashboard in a workspace with specific board visibility settings.

Create doc

Tool to create a new doc in Monday.com. Use when you need to add a doc to a workspace or into a doc column on an item.

Create a folder

Tool to create a new folder in a Monday.com workspace to organize boards. Use when you need to structure boards within a workspace by grouping them into folders.

Create group

Creates a new group with the given `group_name` on an existing Monday.com board, identified by its `board_id`.

Create item

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

Create Item From Natural Language

Creates a new item on a Monday.com board from a natural language description. Fetches the board's column schema at runtime, uses an LLM to generate the column values and extract the item name, and creates the item.

Create notification

Tool to send a notification to a user. Use when you need to alert a user about a board, item, or update. Call after obtaining the user and target IDs.

Create object

Tool to create any Monday.com object via GraphQL mutation. Use when you need to create workspaces, boards, items, columns, docs, updates, webhooks, or other Monday.com objects using custom GraphQL queries.

Create tag

Tool to create a new tag or return an existing tag. Use when you need to label items with color-coded tags on a public or private board.

Create timeline item

Tool to create a new timeline item in the Emails & Activities app on a Monday.com item. Use when you need to establish a timeline event or activity on an item. Note: Timeline items created via this action won't trigger automations that r...

Create update

Tool to create a new update for an item or reply to an existing update. Use after determining the target item or update to comment on.

Invite and create a Monday user

Tool to invite and create a new user. Use when you need to programmatically add new users to your Monday account.

Create a Monday workspace

Tool to create a Monday.com workspace. Use when you need to programmatically add a workspace after planning your project structure.

Get custom activity

Tool to retrieve custom activity data from the Emails & Activities app. Use when you need to list available custom activities with their metadata. Returns up to 50 activities per query.

Deactivate users

Tool to deactivate users from a monday.com account. Use when you need to remove users from the account; only admins can perform this action, and users cannot deactivate themselves. Deactivating a user also deactivates their integrations...

Delete asset

Tool to remove uploaded files. Since monday.com doesn't provide a direct asset deletion API, this tool deletes the enclosing update or clears files from a File column. Both operations are permanent and irreversible; confirm with the user...

Delete board

Tool to permanently delete a board from your Monday.com account. Use when you need to remove a board permanently after verifying its ID. This action cannot be undone.

Delete column

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

Delete Custom Activity

Tool to delete a custom activity from the Emails & Activities app. Use when you need to remove a custom activity by its unique identifier.

Delete doc

Tool to delete a Monday.com doc by its ID. Use when you need to remove a doc that is no longer needed.

Delete folder

Tool to permanently delete a folder and all its contents from a Monday.com workspace. Use when you need to remove a folder along with all nested subfolders and boards. This action is irreversible.

Delete group

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

Delete item

Permanently deletes an existing Monday.com item; this action is irreversible via the API.

Plus 73 more Monday actions your agent can call.

How to connect Monday

You authorize Monday once from your dashboard. Operator holds the connection and refreshes the access tokens on its own, so your agent keeps working with Monday without you signing in again. The same setup unlocks every other app your agent can reach, so you only do it once.

When you are ready, the get started guide walks through standing up your OpenClaw agent.

Common questions about Monday

How do I connect Monday to Operator?
Connecting Monday is a one time sign in from your Operator dashboard. Operator keeps the connection live and rotates the token on its own, so the agent stays connected to Monday and you never reauthorize by hand.
Can my agent manage tasks and projects in Monday?
Yes. It can create and update items, move them between stages, add notes, and read the current state back to you. Use it to file new work as it arrives, check status without opening the app, or keep Monday aligned with what is happening elsewhere.
Do I need to write code or manage Monday API keys?
No. Operator manages the Monday connection and token refresh, so there are no API keys to paste and nothing to deploy.
Can my agent use Monday together with my other apps?
Yes. The same agent reaches every app you connect, so it can move between Monday and tools like Google Sheets, Notion, Linear in one job, reading from one and acting in another without you wiring anything between them.

More apps to automate

Apps your agent runs alongside Monday, or browse all integrations.

Put your agent on Monday

Sign in, connect Monday, and hand your agent the work. Your first week is free.

Try for free