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

April 29, 2026

Taskade developer changelog — April 29, 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:

  • Ask AI (Structured Output) action — a new automation action accepts a caller-supplied JSON Schema and returns JSON conforming to it, enabling type-safe AI outputs inside flows.

  • Summarize Website action — takes a URL and returns an AI-generated summary in a single automation step.

  • Inline object literals in flows — the automation builder now accepts inline JSON object literals as action inputs (no need to pre-declare them as separate variables).

  • HTTP error passthrough — the HTTP connector now passes upstream errors through as-is instead of remapping them to generic codes, improving debuggability.

See the Action & Trigger Reference.

Last updated

Was this helpful?