Monday.com
99 actions · 1 auth method
PreviewTicketing
Authentication
API Token
API token authentication provides secure access to Monday.com APIs. Get API token from the Monday.com Developer Center.Guides: Connector Profile, Link Account
Actions
99 actions
Action
Description
Get Account
Returns metadata about the current account
Get Plan
Returns metadata about the account’s monday.com plan
List Account Roles
Returns metadata about all user roles in an account (both default and custom)
List API Versions
Returns metadata about all available API versions
Get API Version
Returns metadata about the API version used to make the request
Get API Complexity
Returns the complexity cost of the current API query
List Assets
Returns metadata about one or a collection of assets (files)
List Boards
Returns an array containing metadata about one or a collection of boards
Create Board
Creates a new board with specified configuration
Set Board Permission
Sets or updates a board’s default role/permissions
Duplicate Board
Duplicates a board with all of its items and groups
Update Board
Updates a board’s attributes
Update Board Hierarchy
Updates a board’s position, workspace, or product
Archive Board
Archives a board
Get Activity Logs
Returns activity logs from a specific board in reverse chronological order
Delete Board
Deletes a board
List Columns
Returns an array containing metadata about one or a collection of columns on a board
Create Column
Creates a new column on a board
Change Column Value
Changes a column value with a JSON value
Change Simple Column Value
Changes a column value with a string value
Change Multiple Column Values
Changes multiple columns with a JSON value
Change Column Title
Changes the title of an existing column
Change Column Metadata
Updates the title or description of an existing column
Delete Column
Deletes a single column from a board
Get Column Type Schema
Returns the JSON schema definition for a specific column type
List Departments
Returns an array containing metadata about an account’s departments
List Favorites
Returns metadata for a list of favorites
Delete Favorite
Deletes a favorite
List Folders
Returns an array containing metadata about one or a collection of folders
Create Folder
Creates a new folder in a workspace
Update Folder
Updates a folder’s attributes
Delete Folder
Deletes a folder and all its contents
Get Form
Returns metadata for a given Workform
List Groups
Returns an array containing metadata about one or a collection of groups on a specific board
Create Group
Creates a new empty group on a board
Update Group
Updates a group’s attributes
Duplicate Group
Duplicates a group and all of its items
Archive Group
Archives a group and all of its items
Delete Group
Deletes a group and all of its items
List Items
Returns an array containing metadata about one or a collection of specific items
Create Item
Creates a new item on a board
Duplicate Item
Duplicates an item (or subitem) and its nested subitems
Change Item Position
Changes an item’s position on the same board
Set Item Description Content
Updates an item’s description using markdown
Update Assets On Item
Updates the files in a file column
Move Item To Group
Moves an item (or subitem) and its nested subitems between groups on the same board
Move Item To Board
Moves an item to a different board. Currently moving subitems not supported.
Archive Item
Archives an item (or subitem) and its nested subitems
Clear Item Updates
Clears all updates on a specific item, including replies and likes
Delete Item
Deletes an item (or subitem) and its nested subitems
List Subitems
Returns metadata about subitems for a specific parent item
Create Subitem
Creates a new subitem under a parent item
List Items Page
Returns a page of items from a board filtered by specified criteria
List Notifications
Returns metadata about the user’s notifications
Create Notification
Sends a notification to a user’s bell icon
Get Mute Board Settings
Returns a board’s muted notification settings
Update Mute Board Settings
Updates the mute notification settings for a specific board
List Objects
Returns metadata about a collection of objects
Add Subscribers To Object
Adds subscribers or owners to an existing object
Archive Object
Archives an object
Delete Object
Permanently deletes an object
List Replies
Returns metadata for replies to updates
List Tags
Returns metadata about the account’s public tags
Create Or Get Tag
Creates a new tag or retrieves its data if it already exists
List Teams
Returns an array containing metadata about one or several teams
Create Team
Creates a new team with specified configuration
Add Teams To Board
Adds teams to a board with specified role
Add Users To Team
Adds users to a team
Add Teams To Workspace
Adds teams to a workspace with specified role
Assign Team Owners
Assigns owners to a team
Remove Team Owners
Removes owners from a team
Remove Users From Team
Removes users from a team
Delete Team
Deletes a team by its ID
Delete Teams From Board
Removes teams from a board
Delete Teams From Workspace
Removes teams from a workspace
List Updates
Returns updates in reverse chronological order from an account, board, or item
Create Update
Creates and adds a new update to an item
Like Update
Likes an update
Unlike Update
Unlikes an update
Edit Update
Edits an update’s text
Pin Update To Top
Pins an update to the top of an item
Unpin Update From Top
Unpins an update from the top of an item
Delete Update
Deletes an item’s update
List Users
Returns an array containing metadata about one or multiple users
Get Me
Returns metadata about the user whose API key is being used
Add Users To Board
Adds users to a board with specified role
Activate Users
Activates or reactivates users in a monday.com account
Invite Users
Invites users to join a monday.com account
Update Multiple Users
Updates one or multiple users’ attributes
Update Email Domain
Updates a user’s email domain
Update Users Role
Updates a user’s role (accepts both custom or default roles)
Delete Subscribers From Board
Removes subscribers from a board
Deactivate Users
Deactivates users from a monday.com account
List Workspaces
Returns an array containing metadata about one or a collection of workspaces
Create Workspace
Creates a new workspace with specified configuration
Update Workspace
Updates an existing workspace with new attributes
Add Users To Workspace
Adds users to a workspace with specified role
Delete Workspace
Deletes a workspace by its ID
Delete Users From Workspace
Removes users from a workspace
Getting Started
Create or Select a Project
Set up a new project or select an existing one. See the Projects Guide.
Configure the Connector
Enable the connector and set up a connector profile in your project. See Managing Connectors.
Connector Profile
Monday.com - API Token
Link an Account
Connect an account using StackOne Hub or Auth Link.
Link Account
Monday.com - API Token
Use Actions
Invoke actions using one of the methods below:
- MCP – Model Context Protocol for AI assistants
- A2A – Agent-to-Agent protocol
- AI Toolset (TypeScript) – TypeScript SDK for AI agents
- AI Toolset (Python) – Python SDK for AI agents
- Actions RPC – Direct API calls
- Playground – Test actions in the dashboard