Monday.com website screenshot

Monday.com

An expressive API to interact with your workflows, automate processes, power integrations, and more!

Monday.com publishes 1 API on the APIs.io network. Tagged areas include Work Management, CRM, Automation, and GraphQL.

The Monday.com catalog on APIs.io includes 1 event-driven AsyncAPI specification and 1 Spectral governance ruleset.

Monday.com’s developer surface includes authentication, engineering blog, and 7 more developer resources.

33.3/100 thin ▬ flat Agent 37/100 agent aware Full breakdown ↓
scored 2026-07-21 · rubric v0.4
1 APIs 16 Features
Work ManagementCRMAutomationGraphQL

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-21 · rubric v0.4
Composite quality — 33.3/100 · thin
Contract Quality 5.7 / 25
Developer Ergonomics 2.6 / 20
Commercial Clarity 9.5 / 20
Operational Transparency 4.8 / 13
Governance 7.3 / 12
Discoverability 3.5 / 10
Agent readiness — 37/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 15 / 15
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/monday-com: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs

Monday.com API

An expressive GraphQL API to interact with monday.com workflows, boards, items, users, and updates - automate processes, power integrations, and more.

Collections

GraphQL

Monday.com GraphQL API

An expressive GraphQL API to interact with monday.com workflows, boards, items, users, and updates - automate processes, power integrations, and more.

GRAPHQL

Pricing Plans

Monday Com Plans Pricing

5 plans

PLANS

Rate Limits

Monday Com Rate Limits

3 limits

RATE LIMITS

FinOps

Features

Free for up to 2 users with 3 boards
Basic at $9/seat/mo with unlimited items and viewers
Standard at $12/seat/mo with 250 automation/integration actions
Pro at $19/seat/mo with 25K automation/integration actions
Enterprise with 250K actions, multi-level permissions, AI bundle
GraphQL API at api.monday.com/v2
Complexity budget: 5M points/min per account
Default 5K requests/day (raise via support)
10 concurrent requests cap
Webhooks for board, item, column changes
OAuth 2.0 and API tokens
monday Apps Framework for marketplace apps
Files API with S3-backed uploads
Custom column types via Apps
monday Forms and monday WorkForms
monday CRM, Dev, Service product variants

Event Specifications

monday.com Webhooks

AsyncAPI 2.6 description of the monday.com webhook surface. monday.com webhooks deliver real-time board, item, subitem, column, and update events to a consumer-controlled HTTPS ...

ASYNCAPI

API Governance Rules

Monday.com API Rules

6 rules · 1 errors 4 warnings 1 info

SPECTRAL

Resources

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: monday.com Platform GraphQL API
  version: v2
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: GraphQL endpoint
    type: http
  http:
    method: POST
    url: https://api.monday.com/v2/
    headers:
    - name: API-Version
      value: ''
    body:
      type: json
      data: '{}'
  docs: 'Execute a GraphQL query or mutation against the monday.com Platform

    API. Common queries include `boards`, `items`, `me`, `users`,

    `teams`, `workspaces`, `updates`, and `account`. Common mutations

    include `create_item`, `change_column_value`,

    `change_multiple_column_values`, `create_board`, `delete_item`,

    `create_update`, and `create_webhook`.

    '
bundled: true