Monday.com
Capable API but GraphQL-only adds friction
Executive Summary
Monday.com is one of the most popular work management platforms on the market, used by around 245,000 organisations worldwide. The company is publicly traded on NASDAQ, generating $1.23 billion in annual revenue (FY2025) with near-breakeven GAAP profitability and $323M in free cash flow. The platform is genuinely appealing for SMBs: it's visual, flexible, and you can set up workflows without writing any code. The product range has expanded significantly, now covering project management, CRM, software development, service management, and a growing suite of AI tools.
The integration picture is solid but has some quirks. The API is GraphQL-only, which means your integrator needs to be comfortable with that approach rather than the more common REST style. Rate limits combine a complexity-based point system with per-minute request caps, which adds some predictability but still requires planning. Webhooks are well-supported, and the marketplace has over 200 pre-built integrations covering most common tools. For typical SMB needs, off-the-shelf integrations will often get the job done without custom work.
The main concerns are pricing, data portability, and some market uncertainty. Per-seat costs add up quickly, especially since seats are sold in buckets rather than individually. Getting your data out is clunkier than it should be: exports come in Excel format with Monday-specific formatting baked in, and import limits are surprisingly low. It's also worth noting that management withdrew its 2027 financial targets in early 2026, citing uncertainty about how AI will reshape the market. The company is investing heavily in AI features, but the strategic direction is in flux. If you're a small team that values a polished interface, Monday.com is a strong choice. Just go in with eyes open on the switching cost.
What It Does
Monday.com positions itself as a "Work OS", a flexible platform you can shape to fit different business functions. The core offering is monday work management, covering project tracking, task management, workflow automation, dashboards, and reporting. On top of that, the company has expanded into dedicated products for CRM (monday CRM), software development (monday dev), customer service (monday service, now fully released), and marketing campaigns (monday Campaigns). All products share the same foundation of boards, items, and customisable columns, with multiple view options including Kanban, Timeline, Gantt, and Calendar.
The company is pushing hard into AI with several new capabilities: monday Sidekick is a context-aware AI assistant that works across boards and docs, monday Vibe lets users build custom apps by describing them in plain language, and monday Agents (rolling out in 2026) are designed to execute tasks autonomously rather than just assist. The platform is known for its visual, colourful interface and low barrier to entry. You don't need technical skills to set up workflows or automations. The target market spans from small teams to large enterprises, though the sweet spot is small-to-medium businesses. About 38% of customers have fewer than 50 employees.
Green Flags
- Financially healthy public company ($1.2B revenue, $323M free cash flow, $1.5B cash on hand) with stable co-founder leadership since 2012. This business isn't going anywhere
- Visual, intuitive interface that non-technical team members can actually use without training. Automation builder is genuinely powerful
- Exceptional security certification portfolio (SOC 1/2/3, ISO 27001, HIPAA, GDPR) that's unusual for a work management tool at this price point
- Over 200 pre-built integrations in the marketplace, meaning many common connection scenarios don't require custom development
Red Flags
- Seat pricing in buckets (3, then multiples of 5) means you often pay for seats nobody uses, and users report sudden significant price increases at renewal
- Data exports are clunky: Excel-only with Monday-specific formatting, 10,000-item limit, and no clean CSV option. Getting your data out takes real effort
- Valuable features like time tracking, advanced automations, and private boards are locked behind the Pro tier, making the cheaper plans feel incomplete
- Management withdrew its 2027 financial targets in early 2026, citing AI-driven market uncertainty. The company is financially healthy today, but the strategic direction is less clear than it was
Licensing & Pricing
Monday.com uses per-seat pricing with an unusual twist: seats are sold in buckets (minimum 3, then multiples of 5) rather than individually, which can mean paying for more seats than you actually need. There's a free tier, but it's limited to 2 users and 3 boards, making it useful only for trying the product.
For the core work management product, Basic starts at $9/seat/month (billed annually), Standard at $12, and Pro at $19. Enterprise pricing is negotiated. The other products have their own pricing: monday CRM runs higher (Pro at $28/seat/month), monday dev is similar to work management, and monday service is the most expensive (Standard starts at $31/seat/month, with an 18% price increase applied in February 2026). Annual billing saves roughly 18-20%.
The key thing to watch is feature gating: many useful features like time tracking, advanced automations, and private boards are locked behind the Pro tier, and essential admin controls require Enterprise. The AI assistant (Sidekick) is included for Enterprise customers, but Standard and Pro users get only 5 free messages per seat per day before needing to pay more.
Vendor Lock-In Assessment
Vendor lock-in risk is moderate to high. Your core task and board data is accessible through the API, so the raw information isn't trapped. But the practical story is less encouraging. Excel exports are messy and limited, imports have tight caps, and there's no clean bulk export path. The deeper concern is structural: automations, custom workflows, dashboard configurations, and the specific way you've organised boards and groups are all Monday-specific. If you've built your operations around Monday.com's particular way of doing things (which is kind of the point of using it), rebuilding that on another platform is a significant project. The API is your best exit strategy for systematic data extraction, but plan for meaningful reconstruction effort.
Company Overview
Monday.com was founded in 2012 by Roy Mann and Eran Zinman in Tel Aviv, Israel. Originally launched as "Dapulse" (a spin-off from Wix.com), the company rebranded to Monday.com in 2017 and went public on NASDAQ (ticker: MNDY) in June 2021. The company employs over 3,100 people and serves around 245,000 customers globally. Revenue has grown steadily from $730M in FY2023 to $1.23 billion in FY2025, with guidance pointing to roughly $1.45 billion for FY2026. The company is near GAAP breakeven (operating loss of just $1.7M in FY2025) and generates $323M in free cash flow, with $1.5 billion cash on hand.
Leadership has been stable, with both co-founders still running the company as co-CEOs. The stock has pulled back significantly from its highs (market cap around $3.7B, down from much higher), partly because management withdrew previously shared 2027 financial targets in February 2026, citing uncertainty about how AI will reshape the work management market. The company is investing heavily in AI products but hasn't made any acquisitions despite its large cash position. This is a financially healthy business with a clear revenue growth trajectory, though the strategic outlook is less certain than it was a year ago.
API
Monday.com uses a GraphQL-only API, which is a departure from the REST APIs that most business software offers. For teams with GraphQL experience this is fine, but if your integrator is more familiar with REST, expect a learning curve. The API covers boards, items, columns, groups, users, workspaces, automations, and more recently departments and projects.
Rate limits combine a complexity-based point system with per-minute request caps and concurrency limits. The complexity budget is generous for paid accounts, but different queries consume different amounts, making it hard to predict usage in advance. The per-minute request caps add some predictability (ranging from 1,000 to 5,000 requests per minute depending on plan tier). There are no native bulk or batch operations, so syncing large amounts of data means multiple sequential requests and careful rate limit management. The API also has the unusual behaviour of returning HTTP 200 for error responses, which can trip up integrators who expect standard error codes.
The API follows a quarterly versioning cycle, meaning breaking changes arrive on a predictable schedule and integrations need ongoing maintenance. The current default is API version 2026-01. The marketplace has over 200 pre-built integrations covering popular tools like Slack, Google Workspace, Salesforce, and Outlook. For many SMB scenarios, these off-the-shelf connectors will handle the job without needing custom API work.
Webhooks
Webhooks use HTTP/HTTPS POST with JWT authentication and a challenge-response setup. They retry once per minute for 30 minutes if delivery fails. The implementation is straightforward and well-documented.
Data Portability
Data portability is one of Monday.com's weaker spots. You can export boards to Excel, but there's a 10,000-item limit per export and the files come with Monday-specific formatting (board names, group headers, repeated column names) that makes them messy to use in other tools. There's no native CSV export. Imports support Excel, XLS, and CSV files, but are limited to 20 columns and 3,000 rows per import, and re-importing creates a new board rather than updating an existing one. The API provides full programmatic access to your data, which is the more reliable escape route. But if you've built out complex automations, custom workflows, and dashboard configurations, none of that comes with you. The practical lock-in increases the more you invest in Monday-specific features.
Developer Experience
Documentation is comprehensive in scope, covering guides, API reference, changelogs, and a GraphQL playground. Quality is mixed though. Some sections are well-maintained while others feel dated, and the developer portal's navigation can be clunky on smaller screens. There's a free developer account for building and testing apps separately from production data, plus an API playground for quick experiments. However, there's no true sandbox environment, which is a recurring request from the developer community.
Monday.com provides official SDKs for JavaScript/Node.js and Python, which puts it ahead of some competitors. The quarterly API versioning cycle is worth noting: the API introduces breaking changes on a predictable schedule, which means integrations need ongoing maintenance to stay current. Overall, a capable developer can get productive reasonably quickly, but the GraphQL-only approach and complexity-based rate limits add friction compared to simpler REST APIs.
Compliance & Security
Monday.com has one of the strongest security certification portfolios in the work management space, covering SOC 1/2/3, a full suite of ISO certifications, and compliance with GDPR, CCPA, and HIPAA. Data is encrypted with AES-256 at rest and TLS 1.2+ in transit. Additional enterprise features include BYOK encryption, DLP, SSO, MFA, and regional data residency (EU hosted in Frankfurt). The company conducts annual penetration testing. There have been two minor security incidents: in 2021, the Codecov supply chain attack gave attackers read-only access to Monday.com source code (no customer data was affected), and in 2024, a phishing campaign abused the "Share Update" feature, which Monday.com quickly disabled. Neither incident involved a direct breach of customer data.
Community & Support
Resources
Interested in Monday.com Integration?
Let's discuss how we can help you get the most out of your software.