> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spinnable.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# ClickUp

> All-in-one project management and productivity

# ClickUp

**Syncs requirements, auto-updates dashboards, flags goal progress.**

***

## What Your Workers Can Do

Workers can manage your ClickUp workspace by creating tasks, updating statuses, organizing work, and tracking goals—perfect for teams using ClickUp as their central productivity hub.

**Popular use cases:**

* Create and update tasks
* Track project progress
* Update task statuses and priorities
* Manage goal tracking
* Generate progress reports
* Coordinate team workflows

***

## Authentication

**Type:** OAuth 2.0

Sign in with your ClickUp account—Spinnable receives a secure access token.

***

## Supported Actions

| Action        | What it does              | Notes          |
| ------------- | ------------------------- | -------------- |
| `create_task` | Create new tasks          |                |
| `update_task` | Update task details       | Idempotent     |
| `get_task`    | Retrieve task information | Read-only      |
| `delete_task` | Delete a task             | ⚠️ Destructive |

<Warning>
  **Destructive actions available:** Deleting and updating tasks can permanently modify data.
</Warning>

***

## Example Workflows

**Create task from note**

```
"Create a ClickUp task in my 'Dev Tasks' list: 'Fix login bug on mobile', Priority: High, Due: Tomorrow"
```

**Update sprint tasks**

```
"Find all tasks in 'Sprint 24' that are marked 'In Progress' but haven't been updated in 3 days. Change their status to 'Needs Review'"
```

**Goal tracking**

```
"What's the progress on our Q1 goals? Show me completion percentage and which tasks are still pending"
```

***

## Related Tools

* [Asana](/tools/asana) - Alternative project management
* [Jira](/tools/jira) - Development tracking
* [Notion](/tools/notion) - Documentation
