ClickUp
Connect ClickUp to sync tasks, spaces, and team workloads into Cortex for unified project tracking.
Overview
| Auth method | OAuth 2.0 |
| Scopes | tasks:read, spaces:read, teams:read |
| MCP support | No |
| Setup time | ~5 minutes |
How to connect
- Navigate to Settings → Integrations → Connectors
- Click Connect on the ClickUp integration
- Authorize the Cendriix app in your ClickUp workspace
- 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:
- Create an OAuth app at ClickUp API Settings
- Set the redirect URL to:
https://api.<your-domain>/v1/connectors/clickup/oauth/callback - 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