llms.txt Content
# monday.com
> monday.com is the AI Work Platform where people and agents operate as one team to drive business results — with shared cross-department context, enterprise-grade trust, and an interface built for adoption at scale. It is a cloud-based, no-code platform to design and manage structured workflows, build custom business apps, deploy AI assistants and agents, automate cross-functional processes, and centralize execution across teams. Business applications include monday CRM, monday dev, and monday service, all powered by one AI layer (monday sidekick, monday agents, monday vibe, and AI workflows). Supports 200+ integrations and a GraphQL API. Data is organized as Workspaces, Folders, Boards, Groups, Items, and Subitems with 30+ column types. Key terms: Board, Item, Column, Group, Subitem, Workspace, Dashboard, Automation, Integration, Widget, Docs, View, Agent.
## Operate on monday.com
- [Agent skill file](https://monday.com/.well-known/agent-skills/general-monday-gql-api-usage/SKILL.md): Technical reference for AI agents integrating with monday.com via MCP server (preferred) or GraphQL API (fallback). Covers authentication, tool reference for boards/items/workflows, rate limits, error handling, agent behavioral standards, acceptable use policy, and safety guidelines.
- [MCP server card](https://monday.com/.well-known/mcp.json): Machine-readable MCP discovery document (SEP-1649). Recommended integration method. Exposes the monday.com MCP server at https://mcp.monday.com/mcp via streamable HTTP with OAuth2 authentication.
## Machine-Readable API Schema
- [GraphQL Schema (SDL)](https://api.monday.com/v2/get_schema?format=sdl)
- [GraphQL Schema (JSON)](https://api.monday.com/v2/get_schema)
- [Versioned Schema (2026-04)](https://api.monday.com/v2/get_schema?version=2026-04)
## Agent Account Setup
- [Agent signup - API](https://monday.com/.well-known/agent-skills/signup-for-agents/SKILL.md): Recommended. Fully automated programmatic flow for creating a
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "monday.com API",
"version": "2024-10",
"description": "monday.com's platform API — a GraphQL endpoint for managing boards, items, columns, users, and workflows.",
"contact": {
"name": "monday.com Developer Support",
"url": "https://developer.monday.com"
},
"license": {
"name": "Proprietary",
"url": "https://monday.com/l/legal/developer-terms"
}
},
"servers": [
{
"url": "https://api.m