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

Import workflows from other platforms and enjoy a polished marketplace

March 20 – March 25, 2026

Platform version: v0.6.53

This release makes it easier than ever to bring your existing automations into AutoGPT. You can now import workflows straight from n8n, Make.com, and Zapier, test your agents before they go live with a new dry-run mode, plus the marketplace gets another round of visual polish.


Import workflows from n8n, Make.com & Zapier

Switching to AutoGPT no longer means starting from scratch. A new workflow import feature lets you bring in automations you've already built on other platforms and convert them into AutoGPT agents.

Import workflows from other platforms
Import your existing workflows from n8n, Make.com, and Zapier directly into AutoGPT.

A more polished marketplace

The marketplace continues to get cleaner and easier to browse. Card descriptions are now neatly truncated to keep the layout consistent, the download button has been repositioned for better flow, and card overflow issues have been resolved.

UI improvements to the marketplace
Cleaner marketplace cards with consistent layout and improved button placement.

Test your agents before they go live

A new dry-run mode lets you simulate a full run of any agent without real-world side effects. Every block executes and produces realistic outputs, so you can verify your agent works correctly — before it sends emails, updates spreadsheets, or takes any real action.

This is especially powerful with AutoPilot. When AutoPilot builds an agent for you, it can now automatically test it to make sure it works and the quality is up to standard. It can also preview exactly what an agent will do before you commit to running it — so you always know what to expect.


Improvements
  • Parallel AutoPilot actions — When AutoPilot needs to perform several steps at once, it now runs them simultaneously — no more waiting for each to finish before starting the next.

  • Scoped AutoPilot tools — You can now control exactly which tools and blocks AutoPilot has access to — whether running it as a block or using sub-agents — so you can build tightly constrained agentic systems.

  • Leaner tool schemas — Tool schema token cost has been reduced by 34%, meaning faster and cheaper AutoPilot.

  • Admin marketplace preview — Admins can now preview and download submitted agents before approving them.

Fixes
  • Fixed blocks with complex inputs (e.g. GitHub Multi-File Commit) sometimes failing silently

  • Fixed auto top-up setup showing a generic error when no payment method is on file

  • Fixed re-uploading a file to AutoPilot failing instead of replacing the existing file

  • OAuth popup detection — the app now notices when you close an OAuth window and lets you dismiss the waiting modal

  • Added circuit breaker to prevent infinite tool-call retry loops

  • Reduced noisy error logging from user-caused LLM API errors

  • Fixed browser automation to use system Chromium on all architectures

Under the hood
  • Renamed SmartDecisionMakerBlock to OrchestratorBlock for clarity

  • Added DB_STATEMENT_CACHE_SIZE env var for Prisma engine tuning

  • Bumped stagehand ^0.5.1 → ^3.4.0 to fix yanked litellm dependency

  • Registered AutoPilot sessions with stream registry for SSE updates

  • Allowed /tmp as valid path in E2B sandbox file tools

Last updated

Was this helpful?