clickup-deploy-integration
Installation
SKILL.md
ClickUp Deploy Integration
Overview
Deploy ClickUp-powered applications with secure token management. ClickUp API v2 is a standard REST API -- your app just needs CLICKUP_API_TOKEN available at runtime and outbound HTTPS to api.clickup.com.
Required Environment Variables
| Variable | Purpose | Required |
|---|---|---|
CLICKUP_API_TOKEN |
Personal API token or OAuth access token | Yes |
CLICKUP_TEAM_ID |
Workspace ID for scoped operations | Recommended |
CLICKUP_WEBHOOK_SECRET |
For webhook signature validation | If using webhooks |
Vercel Deployment
# Add secrets
vercel env add CLICKUP_API_TOKEN production
Related skills