Build on Taskade
Everything you need to build on Taskade — REST API, MCP Server, SDK, and more.
You want to integrate Taskade into your app, automate your workflows, or connect your AI tools. This page gets you started fast.
I Want To...
Build an app that talks to Taskade
REST API or TypeScript SDK (coming soon)
Connect Claude / Cursor to Taskade
MCP Server (@taskade/mcp-server)
Automate workflows without code
Browse community apps and templates
Get Your API Key
You need a Personal Access Token to authenticate with every Taskade developer tool — the REST API, MCP Server, and SDK all use it.
Go to taskade.com/settings/api.
Click Create new token and give it a descriptive name.
Copy the token and store it somewhere safe. You will not be able to see it again.
Treat your API token like a password. Never commit it to version control or share it publicly.
Developer Resources
Full endpoint reference for workspaces, projects, tasks, agents, folders, and media
How authentication and token scopes work
Connect Claude Desktop, Cursor, and other AI tools to Taskade
Zero-dependency SDK for Node.js — coming soon
Detailed per-endpoint documentation with examples
New to Taskade? Start with the Quick Start Guide to understand workspaces, projects, and tasks before diving into the API.
Base URL
All REST API requests go to:
Include your token in the Authorization header:
What You Can Build
Custom dashboards that pull data from Taskade workspaces and projects
CI/CD integrations that create tasks or update statuses on deploy
AI assistants that manage tasks and agents through the MCP Server
Internal tools that connect Taskade to your company's systems
Automation bots that react to events and keep projects in sync
Need help? Join the Taskade community or reach out to support at taskade.com/contact.
Last updated