githubEdit

TypeScript SDK (Coming Soon)

The official Taskade TypeScript SDK — a lightweight, type-safe client for the Taskade API. Coming soon to npm.

circle-exclamation

What You Will Get

The Taskade TypeScript SDK is designed to be the fastest way to integrate Taskade into your Node.js and TypeScript projects.

  • Zero dependencies — no bloat, no supply-chain risk

  • ESM + CJS — works everywhere, from Next.js to plain Node scripts

  • Node.js 18+ — uses native fetch, no polyfills needed

  • Full TypeScript types — autocomplete and type safety out of the box

Resource Modules

The SDK organizes the Taskade API into 8 resource modules with 39 methods total:

Module
Description
Methods

workspaces

List and manage workspaces

3

folders

Browse folders, create agents in folders

6

projects

Create, copy, complete, restore projects

12

tasks

Full task lifecycle — CRUD, dates, notes, fields

10

agents

Manage agents, knowledge, conversations

8

bundles

Work with project templates and bundles

2

media

Upload, retrieve, and delete media files

3

me

Current user info and personal projects

2

Preview: Initialize the Client

circle-info

Get your API key at taskade.com/settings/apiarrow-up-right. See the Developer Home guide for step-by-step instructions.

Preview: List Workspaces

Preview: Create a Task

Preview: Work with Agents

circle-exclamation

Use the REST API in the Meantime

Until the SDK is published, you can do everything above with the REST API directly:

See the full REST API Reference and Comprehensive API Guide for all available endpoints.

Alternatives While You Wait

Approach
Best For

Direct HTTP calls from any language

Connecting AI tools (Claude, Cursor) to Taskade

No-code workflow automation

Stay Updated

We will announce the SDK release through:

circle-check

Last updated