WorkflowsMar 30, 2026·2 min read

Activepieces — Open-Source AI Workflow Automation

Open-source workflow automation with 400+ integrations and AI agent support. Visual builder, MCP server compatibility, self-hostable alternative to Zapier. 21K+ stars.

TL;DR
Open-source workflow automation with 400+ integrations, AI agent support, and self-hosting. A Zapier alternative with 21K+ stars.
§01

What it is

Activepieces is an open-source workflow automation platform that connects 400+ services with a visual flow builder. It supports AI agent nodes, MCP server compatibility, and self-hosting on your own infrastructure. The project has 21K+ GitHub stars and positions itself as a privacy-friendly, developer-extensible alternative to Zapier and Make.

Activepieces targets teams that need automation with data sovereignty. Self-hosting ensures your workflow data, API credentials, and execution logs stay within your infrastructure. The visual builder makes it accessible to non-developers, while custom code pieces extend it for technical teams.

§02

How it saves time or tokens

Activepieces eliminates the need to write custom webhook handlers, polling scripts, and API integration code. The visual builder lets you create multi-step automations in minutes rather than hours of coding. AI agent nodes handle tasks like content classification, summarization, and data extraction within your workflows. Self-hosting removes per-execution fees, making high-volume automations cost-effective.

§03

How to use

  1. Self-host with Docker:
docker run -d -p 8080:80 activepieces/activepieces:latest
  1. Or use the cloud version at activepieces.com.
  1. Create a new flow, add trigger and action pieces, configure connections, and activate.
§04

Example

Build a content pipeline with AI processing:

Flow: Blog Post Pipeline

1. [RSS Trigger] - New article in feed
2. [HTTP Piece] - Fetch full article content
3. [AI Piece] - Summarize article (Claude/GPT)
   Prompt: 'Summarize this article in 3 bullet points'
4. [Slack Piece] - Post summary to #content channel
5. [Airtable Piece] - Log article metadata

Each piece is configured visually with test buttons to verify data flow at each step.

§05

Related on TokRepo

§06

Common pitfalls

  • Self-hosted instances need a reverse proxy (NGINX/Caddy) and SSL for production use. Running without HTTPS exposes API credentials in transit.
  • Flow execution history grows quickly. Configure data retention policies to prevent disk space exhaustion on self-hosted instances.
  • Custom pieces require TypeScript development. The piece SDK has a specific structure that must be followed for proper integration.
  • Always check the official documentation for the latest version-specific changes and migration guides before upgrading in production environments.
  • For team deployments, establish clear guidelines on configuration and usage patterns to ensure consistency across developers.
  • When migrating from another automation platform, map your existing workflows to Activepieces pieces before starting to identify any gaps in integration coverage.

Frequently Asked Questions

How does Activepieces compare to Zapier?+

Activepieces is open-source and self-hostable with no per-execution pricing. Zapier is a proprietary hosted service with usage-based billing. Activepieces offers more control over data and execution, while Zapier provides a larger integration library and simpler setup.

Can I self-host Activepieces?+

Yes. Activepieces is designed for self-hosting via Docker. This gives you full control over your data, API credentials, and execution environment. The project also offers a managed cloud option.

Does Activepieces support AI integrations?+

Yes. Activepieces includes AI pieces for calling LLM APIs like OpenAI and Anthropic. You can use these within flows for text classification, summarization, data extraction, and other AI-powered tasks.

How many integrations does Activepieces have?+

Activepieces supports 400+ integrations including Google Workspace, Slack, GitHub, databases, CRMs, email services, and more. Custom pieces can be built using the TypeScript SDK for services not covered by built-in integrations.

Is Activepieces suitable for enterprise use?+

Yes. Self-hosted deployments provide data sovereignty, SSO integration, and audit logging. The platform supports team workspaces, role-based access control, and flow versioning for enterprise workflows.

Citations (3)
🙏

Source & Thanks

Created by Activepieces. Licensed under MIT. activepieces/activepieces — 21,000+ GitHub stars

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets