- Add Activepieces fork with SmoothSchedule custom piece - Create integrations app with Activepieces service layer - Add embed token endpoint for iframe integration - Create Automations page with embedded workflow builder - Add sidebar visibility fix for embed mode - Add list inactive customers endpoint to Public API - Include SmoothSchedule triggers: event created/updated/cancelled - Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
23 lines
1.4 KiB
Plaintext
Executable File
23 lines
1.4 KiB
Plaintext
Executable File
---
|
|
title: "License"
|
|
description: ""
|
|
icon: 'file-contract'
|
|
---
|
|
|
|
Activepieces' **core** is released as open source under the [MIT license](https://github.com/activepieces/activepieces/blob/main/LICENSE) and enterprise / cloud editions features are released under [Commercial License](https://github.com/activepieces/activepieces/blob/main/packages/ee/LICENSE)
|
|
|
|
The MIT license is a permissive license that grants users the freedom to use, modify, or distribute the software without any significant restrictions. The only requirement is that you include the license notice along with the software when distributing it.
|
|
|
|
Using the enterprise features (under the packages/ee and packages/server/api/src/app/ee folder) with a self-hosted instance requires an Activepieces license. If you are looking for these features, contact us at [sales@activepieces.com](mailto:sales@activepieces.com).
|
|
|
|
**Benefits of Dual Licensing Repo**
|
|
|
|
- **Transparency** - Everyone can see what we are doing and contribute to the project.
|
|
- **Clarity** - Everyone can see what the difference is between the open source and commercial versions of our software.
|
|
- **Audit** - Everyone can audit our code and see what we are doing.
|
|
- **Faster Development** - We can develop faster and more efficiently.
|
|
|
|
<Tip>
|
|
If you are still confused or have feedback, please open an issue on GitHub or send a message in the #contribution channel on Discord.
|
|
</Tip>
|