## ClickUp integration ClickUp is an all-in-one project management platform for tasks, docs, goals, and team collaboration. The ClickUp integration with Frontegg allows your application to access and manage ClickUp workspaces, spaces, folders, lists, and tasks on behalf of your users. Prerequisites - A ClickUp account with admin access to your workspace - Permissions to manage apps in ClickUp settings ### Connect ClickUp #### Step 1: Open the ClickUp API settings Sign in to ClickUp and navigate to **Settings** → **ClickUp API**. You can access this page directly at [app.clickup.com/settings/apps](https://app.clickup.com/settings/apps). On the **ClickUp API Settings** tab, you will see the list of existing apps and a **+ Create an App** link. ![ClickUp API settings page with Custom Apps section](/assets/clickup-1.d04db91b10d8220c044f7f4e1f7009cb78edc273cc3297cc621ec7b388f46072.1ce25488.png) #### Step 2: Open the ClickUp API Settings tab Click the **ClickUp API Settings** tab to switch from API tokens to the OAuth app management view. ![ClickUp API Settings tab with Create an App option](/assets/clickup-2.5fcfa55f22c0b60619a3df786a95adeba4024396b576948e7064519ed7c52c8d.1ce25488.png) #### Step 3: Create a new app Click **+ Create an App**. In the dialog that appears, enter the app name and redirect URLs. ![Create an App dialog with app name and redirect URL fields](/assets/clickup-3.7851f6251f8b74877c697ae985c838a6893354c84dd056a09cd5410155dfdd16.1ce25488.png) Fill in the form: - **App Name**: `Frontegg Integration` - **Redirect URL(s)**: Enter the following URLs, one per line: ``` https://YOUR_MCP_GATEWAY_URL/integration-callback ``` Click **Create App**. #### Step 4: Copy your credentials After the app is created, a confirmation dialog shows your **Client ID** and **Client Secret**. Save your Client Secret now The Client Secret is only shown once at creation time. Copy it immediately and store it securely before closing this dialog. ![App Created dialog showing Client ID and masked Client Secret](/assets/clickup-4.dc065d8be5f897e51ff631463125f9be1e3aa49527cf2082ceaf4a33014d272a.1ce25488.png) #### Step 5: View your app in the list After closing the dialog, your app appears in the **ClickUp API Settings** list. Click on the app name to expand its details and confirm the saved configuration. ![ClickUp API Settings list showing Frontegg Integration app](/assets/clickup-5.be16b592d63aed4911263f855358fa1f2256d5ca12ef057f6d02c3420b66ce6f.1ce25488.png) #### Step 6: Update redirect URLs In the expanded app view, you can verify or update the **Redirect URL(s)**. Enter the Frontegg callback URL and click **Save**. ![Frontegg Integration app details with redirect URLs filled in](/assets/clickup-6.cd1715183f3580e34cb4c2fa52a8c896038e6e6fabde34d6ad6c802342bbd429.1ce25488.png) ![Frontegg Integration app details after saving](/assets/clickup-7.61922b238f94d63307d52afbd98ee0eb710906b6edc6c3aaaea6d914e3334283.1ce25488.png) ### Configure the Frontegg portal Once you have your **Client ID** and **Client Secret**, enter them in the Frontegg portal: 1. Open the **Frontegg portal** and navigate to [ENVIRONMENT] → Integrations → ClickUp. 2. Enter the **Client ID** and **Client Secret** in the corresponding fields. 3. Click **Save**. Keep your credentials secure Never share or commit your Client Secret to version control. ### Additional resources - [ClickUp API documentation](https://clickup.com/api) - [ClickUp OAuth 2.0 guide](https://clickup.com/api/developer-portal/authentication/) - [How to get your Redirect URL](/agen-for-work/connectors/redirect-url)