Monday.com
api.monday.com
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.
api_key
free
1.0
https://api.monday.com/v2
1
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
otherCreate 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
otherPost a text update (comment) on an item for team communication.
Detail: https://api.monday.com/v2/capabilities/create_update
get_board
otherGet detailed information about a specific board, including its columns, groups, and settings.
Detail: https://api.monday.com/v2/capabilities/get_board
list_boards
otherRetrieve all boards accessible to the authenticated user, with optional filtering and pagination.
Detail: https://api.monday.com/v2/capabilities/list_boards
list_items
otherRetrieve items from a board or group with their column values and metadata.
Detail: https://api.monday.com/v2/capabilities/list_items
update_item
otherUpdate 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.