ClickUp

api.clickup.com

Community

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

Pricing

free

Spec version

1.0

Base URL

https://api.clickup.com

Crawl failures

1

Last verified

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

analytics

Add a comment to a task, with support for mentions and rich text formatting.

Detail: https://api.clickup.com/capabilities/create_comment

create_list

analytics

Create a new list in a folder or as a folderless list in a space.

Detail: https://api.clickup.com/capabilities/create_list

create_task

analytics

Create 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

analytics

Retrieve all spaces in a workspace/team, including their settings and enabled features.

Detail: https://api.clickup.com/capabilities/get_spaces

get_tasks

analytics

Retrieve tasks from a list with filtering by status, assignee, due date, and more.

Detail: https://api.clickup.com/capabilities/get_tasks

update_task

analytics

Update 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.