Prerequisites
(Click for details)
1. Get your Clickup API Key:
1. Get your Clickup API Key:
- Log In to ClickUp and navigate to Settings (usually a circle with your initials) and click on it
- 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.
- Generate Your API Key In the Apps section. Look for the 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.
- To use Clickup tool, copy this key and store it as CLICKUP_API_KEY in the .env file.
2. Locate your MASTER_SPACE_ID:
2. Locate your MASTER_SPACE_ID:
- Refer to the Clickup space url structure: https://app.clickup.com/{MASTER_SPACE_ID}/v/o/s/{SPACE_ID}
- Copy any space url from your clickup workspace. All such urls follow the same structure listed above.
- To use clickup tool, copy the MASTER_SPACE_ID and store it the .env file.