ClickUp
api.clickup.com
ClickUp is an all-in-one project management and productivity platform. It provides a REST API to manage workspaces, spaces, folders, lists, tasks, and comments. Supports rich task features like custom fields, time tracking, dependencies, and automations.
api_key
free
1.0
https://api.clickup.com
1
2026-03-01T11:53:08.000Z
Health
This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →
Capabilities
create_comment
analyticsAdd a comment to a task, with support for mentions and rich text formatting.
Detail: https://api.clickup.com/capabilities/create_comment
create_list
analyticsCreate a new list in a folder or as a folderless list in a space.
Detail: https://api.clickup.com/capabilities/create_list
create_task
analyticsCreate a new task in a list with title, description, assignees, priority, due date, and custom fields.
Detail: https://api.clickup.com/capabilities/create_task
get_spaces
analyticsRetrieve all spaces in a workspace/team, including their settings and enabled features.
Detail: https://api.clickup.com/capabilities/get_spaces
get_tasks
analyticsRetrieve tasks from a list with filtering by status, assignee, due date, and more.
Detail: https://api.clickup.com/capabilities/get_tasks
update_task
analyticsUpdate properties of an existing task such as name, status, priority, or assignees.
Detail: https://api.clickup.com/capabilities/update_task
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: ClickUp Description: ClickUp is an all-in-one project management and productivity platform. It provides a REST API to manage workspaces, spaces, folders, lists, tasks, and comments. Supports rich task features like custom fields, time tracking, dependencies, and automations. Auth: api_key Capabilities: - create_comment: Add a comment to a task, with support for mentions and rich text formatting. - create_list: Create a new list in a folder or as a folderless list in a space. - create_task: Create a new task in a list with title, description, assignees, priority, due date, and custom fields. - get_spaces: Retrieve all spaces in a workspace/team, including their settings and enabled features. - get_tasks: Retrieve tasks from a list with filtering by status, assignee, due date, and more. - update_task: Update properties of an existing task such as name, status, priority, or assignees.