Skip to main content
Step 1: Log In to ClickUp Step 2: Navigate to Settings (usually a circle with your initials) click on it Step 3: Access the Apps Section: In the settings sidebar on the left, scroll down until you find Apps. Click on it to access the API settings. Step 4: Generate Your API Key In the Apps section, you should see an option labeled API Key. If it’s not already generated, look for a button that says Generate and click it. Once generated, your API key will be displayed. Make sure to copy this key and store it as CLICKUP_API_KEY in .env file to use it.
clickup_tools.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export environment variables

4

Run the example

Save the code above as clickup_tools.py, then run:
Full source: cookbook/91_tools/clickup_tools.py