Skip to Content
ConnectorsClickUp

ClickUp

Connect ClickUp to sync tasks, spaces, and team workloads into Cortex for unified project tracking.

Overview

Auth methodOAuth 2.0
Scopestasks:read, spaces:read, teams:read
MCP supportNo
Setup time~5 minutes

How to connect

  1. Navigate to Settings → Integrations → Connectors
  2. Click Connect on the ClickUp integration
  3. Authorize the Cendriix app in your ClickUp workspace
  4. Once authorized, task data becomes available to Cendriix agents

Admin setup (self-hosted)

If you’re running Cendriix on your own infrastructure, an admin needs to:

  1. Create an OAuth app at ClickUp API Settings 
  2. Set the redirect URL to: https://api.<your-domain>/v1/connectors/clickup/oauth/callback
  3. Store the credentials in AWS Secrets Manager at cendriix/prod/connectors/clickup:
    { "client_id": "...", "client_secret": "..." }

Capabilities

Once connected, Cendriix agents can:

  • Read tasks, subtasks, and checklists
  • Access space and folder structure
  • Reference task context when planning or generating reports

Security notes

  • ClickUp tokens do not support refresh — re-authorization required if token expires
  • Disconnect at any time from Settings → Integrations → Connectors

Further reading

Last updated on