I built a custom team dashboard on top of ClickUp's API for 6 months in 2025–2026. Three things I wish someone had told me before starting, then a tour of the API, webhooks, the Brain AI gap, and the self-hosted alternative I keep recommending to people who ask.

The three-bullet honest take

ClickUp the product is genuinely useful if your team needs tasks + docs + dashboards in one place. At $7/user/month on Unlimited, it's cheaper than Linear, Asana, or Monday.

ClickUp the API is OK. REST endpoints, predictable shapes for tasks/lists/spaces, but the docs have gaps and the webhook subsystem is quirky. You'll write more glue code than you'd expect.

ClickUp the AI ("Brain") is a $9/user/month add-on with limited API surface. If you want to extend AI workflows programmatically, you're mostly better off calling OpenAI/Anthropic directly with ClickUp as the data source.