Connect AI agents to ClickUp via managed OAuth — read and write tasks, lists, folders, spaces, and webhooks without handling auth yourself.
npx clawhub@latest install clickup-apiRequirements
This skill provides full ClickUp API access through Maton's managed OAuth gateway, so your AI agent can interact with ClickUp without you ever managing OAuth tokens directly. It covers the complete ClickUp hierarchy — workspaces, spaces, folders, lists, tasks, users, and webhooks — using a single MATON_API_KEY. All requests are proxied through gateway.maton.ai, which automatically injects the correct OAuth credentials for your connected ClickUp account.
npx clawhub@latest install clickup-apiClick the Install button at the top of this page for one-click setup
Authentication is handled by the Maton gateway. You only need a MATON_API_KEY; the gateway automatically injects your ClickUp OAuth token into every proxied request. OAuth connections are managed at ctrl.maton.ai.
Create, read, update, and delete tasks with support for assignees, priorities (urgent/high/normal/low), due dates, tags, subtasks, custom fields, and time estimates. Tasks can be filtered by status, assignee, due date range, and more.
Covers every level of the ClickUp structure: Workspaces (teams), Spaces, Folders, Lists, and Tasks. Create or manage any entity at any level of the hierarchy using standard REST operations.
Register and manage webhooks to receive real-time ClickUp events — including task creation, status changes, assignee updates, due date changes, comments, and folder/space lifecycle events.
If you have multiple ClickUp accounts connected, you can target a specific connection per request using the Maton-Connection header. Otherwise, the gateway defaults to your oldest active connection.
List endpoints support page-based pagination (up to 100 items per page). A last_page boolean in the response makes it straightforward to iterate through large result sets.
When a bug report, support ticket, or meeting note arrives, an agent can automatically create a ClickUp task in the correct list with the right assignee, priority, and due date — without any manual input.
An agent can traverse a workspace's spaces, folders, and lists to gather task statuses, then generate a daily or weekly project summary report across multiple teams.
Register webhooks for events like taskStatusUpdated or taskAssigneeUpdated so downstream systems (Slack notifications, calendar blocks, CI/CD pipelines) react in real time to ClickUp changes.
An agent can read all tasks in a backlog list, filter by priority and assignee availability, and bulk-move or update tasks into a sprint folder — streamlining sprint planning sessions.
npx clawhub@latest install clickup-apiRequirements
Log in to write a review
No reviews yet. Be the first to share your experience!