> For the complete documentation index, see [llms.txt](https://docs.pagerly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pagerly.io/sre-ai-agent/data-sources/clickup.md).

# ClickUp

## What the Agent Can Do

* Search and list tasks in workspaces and spaces
* Create tasks for incident tracking
* Get task details — status, assignees, custom fields

## Setup Instructions

1. Log into your **ClickUp account**
2. Go to **Settings** (gear icon) > **Apps**
3. Click **Generate** under API Token section
4. Copy the Personal API Token
5. Optionally, copy your Team/Workspace ID from Settings > Teams

## Required Credentials

| Field         | Description                | Example                        |
| ------------- | -------------------------- | ------------------------------ |
| **API Token** | ClickUp Personal API Token | `pk_12345678_ABCDEFGHIJKLMNOP` |

## Context Prompt Tips

> *"Our incident tasks are in the 'SRE' space. Use the 'Incidents' list. Severity is tracked in a custom field."*

## Docs

* [ClickUp API](https://clickup.com/api)
