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

April 16, 2026

Taskade developer changelog — April 16, 2026: Bash Sandbox for Taskade EVE.

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:

Bash Sandbox for Taskade EVE

Taskade EVE (the workspace-level Taskade Genesis builder agent) now runs inside a Bash sandbox environment. EVE can read and write files in a virtual filesystem, execute bash commands, and mount project data for programmatic manipulation directly from within a Genesis builder session.

Key details for developers:

  • The sandbox is gated by a feature flag per workspace and requires a plan that supports advanced agent capabilities.

  • EVE's bash tool is the primary interface; commands execute inside the isolated sandbox and cannot reach the host filesystem.

See the Agents overview and the Automation README.

Last updated

Was this helpful?