Agent Interface
GraphQL API v2WebhooksMonday Apps SDK
What an agent can do
- ✓Create, read, update, and archive items (rows) and boards
- ✓Manage columns, groups, and subitems
- ✓Upload files and manage file columns
- ✓Subscribe to board and item change events via webhooks
- ✓Query workspaces, users, and teams
- ✓Create and update status, date, and number column values
What it can't do
- ✗Access Automations or Integrations configuration via API
- ✗Modify account-level admin or billing settings
- ✗Create or manage dashboards via API
- ✗Access Monday AI assistant features programmatically
- ✗Bulk-delete items in a single API call
Auth Model
API Token (personal or app-level)OAuth 2.0 (for apps)
Builder Notes
GraphQL-only API (no REST). Flexible board/item model maps well to agent task management. Webhooks fire on item changes, enabling event-driven workflows. Complexity points limit: 10M/min on Enterprise, 1M/min on other plans.
Sources
Last verified: 2026-03-15