Monday.com

api.monday.com

Community

Monday.com is a work operating system that powers teams to run projects and workflows. Its GraphQL API lets you manage boards, items, columns, groups, and updates programmatically. All operations go through a single GraphQL endpoint.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.monday.com/v2

Crawl failures

1

Last verified

2026-03-01T11:54:06.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

create_item

other

Create a new item on a board, optionally in a specific group with column values.

Detail: https://api.monday.com/v2/capabilities/create_item

create_update

other

Post a text update (comment) on an item for team communication.

Detail: https://api.monday.com/v2/capabilities/create_update

get_board

other

Get detailed information about a specific board, including its columns, groups, and settings.

Detail: https://api.monday.com/v2/capabilities/get_board

list_boards

other

Retrieve all boards accessible to the authenticated user, with optional filtering and pagination.

Detail: https://api.monday.com/v2/capabilities/list_boards

list_items

other

Retrieve items from a board or group with their column values and metadata.

Detail: https://api.monday.com/v2/capabilities/list_items

update_item

other

Update column values on an existing item on a board.

Detail: https://api.monday.com/v2/capabilities/update_item

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Monday.com
Description: Monday.com is a work operating system that powers teams to run projects and workflows. Its GraphQL API lets you manage boards, items, columns, groups, and updates programmatically. All operations go through a single GraphQL endpoint.
Auth: api_key
Capabilities:
  - create_item: Create a new item on a board, optionally in a specific group with column values.
  - create_update: Post a text update (comment) on an item for team communication.
  - get_board: Get detailed information about a specific board, including its columns, groups, and settings.
  - list_boards: Retrieve all boards accessible to the authenticated user, with optional filtering and pagination.
  - list_items: Retrieve items from a board or group with their column values and metadata.
  - update_item: Update column values on an existing item on a board.