For the complete documentation index, see llms.txt. This page is also available as Markdown.

March 9, 2026

Taskade developer changelog — March 9, 2026.

Developer highlights. This section tracks API, MCP, SDK, automation, and Taskade Genesis platform changes for developers. For the full product changelog see taskade.com/changelog; for release newsletters see taskade.com/blog/updates.

What's New:

  • Bundle Import API — a new public endpoint, POST /api/v1/bundles/{workspaceId}/import, lets PAT/OAuth2 clients programmatically install Workspace DNA bundles. Rate-limited at 5 requests / 60s.

  • Per-connection webhooks — a single inbound webhook can now route to all enabled flows that share one connected credential (POST /webhooks/flow/conn/{connectionId}), removing the one-webhook-per-token limitation (e.g. Telegram).

  • Stateless hosted MCP — the hosted MCP server now runs statelessly, so clients no longer need persistent sessions — less setup friction for tool integrations.

Reference: Bundles & App Kits, Webhooks, and Workspace MCP.

Last updated

Was this helpful?