Skip to content

ClickUp configuration

VariableDefaultDescription
CLICKUP_API_KEYPersonal API token — can be set as a shell env var
CLICKUP_TEAM_IDWorkspace / team ID — can be set as a shell env var
CLICKUP_TAGTasks with this tag will be picked up (set to * to match all tasks)
CLICKUP_PENDING_STATUSpendingStatus name for "waiting for reply"
CLICKUP_IN_REVIEW_STATUSreviewStatus set after implementation
ASSIGNEE_TAGOnly process tasks assigned to this user (optional)
THINKING_TAGthinkingTasks with this tag are analyzed and broken into sub-tasks before execution
PLANNING_TAGplanningTasks with this tag are split into self-contained sub-tickets pushed back to the provider
NON_CODE_TAGTasks with this tag run without git branching (optional)
NON_CODE_CLICKUP_TEAM_IDsame as CLICKUP_TEAM_IDDifferent workspace for non-code tasks (optional)

Shell env vars

For ClickUp, API keys and tokens are intentionally omitted from .env.aidev if you leave them blank during aidev init — they will be read from your shell environment instead.

← Back to configuration overview

Released under the MIT License.