# Activepieces ## Docs - [Breaking Changes](https://www.activepieces.com/docs/about/breaking-changes): This list shows all versions that include breaking changes and how to upgrade. - [Changelog](https://www.activepieces.com/docs/about/changelog): A log of all notable changes to Activepieces - [Editions](https://www.activepieces.com/docs/about/editions) - [i18n Translations](https://www.activepieces.com/docs/about/i18n) - [License](https://www.activepieces.com/docs/about/license) - [Telemetry](https://www.activepieces.com/docs/about/telemetry) - [Appearance](https://www.activepieces.com/docs/admin-console/appearance) - [Custom Domains](https://www.activepieces.com/docs/admin-console/custom-domain) - [Customize Emails](https://www.activepieces.com/docs/admin-console/customize-emails) - [Manage AI Providers](https://www.activepieces.com/docs/admin-console/manage-ai-providers) - [Replace OAuth2 Apps](https://www.activepieces.com/docs/admin-console/manage-oauth2) - [Manage Pieces](https://www.activepieces.com/docs/admin-console/manage-pieces) - [Managed Projects](https://www.activepieces.com/docs/admin-console/manage-projects) - [Manage Templates](https://www.activepieces.com/docs/admin-console/manage-templates) - [Overview](https://www.activepieces.com/docs/admin-console/overview) - [Create Action](https://www.activepieces.com/docs/developers/building-pieces/create-action) - [Create Trigger](https://www.activepieces.com/docs/developers/building-pieces/create-trigger) - [Overview](https://www.activepieces.com/docs/developers/building-pieces/overview): This section helps developers build and contribute pieces. - [Add Piece Authentication](https://www.activepieces.com/docs/developers/building-pieces/piece-authentication) - [Create Piece Definition](https://www.activepieces.com/docs/developers/building-pieces/piece-definition) - [Fork Repository](https://www.activepieces.com/docs/developers/building-pieces/setup-fork) - [Start Building](https://www.activepieces.com/docs/developers/building-pieces/start-building) - [GitHub Codespaces](https://www.activepieces.com/docs/developers/development-setup/codespaces) - [Dev Containers](https://www.activepieces.com/docs/developers/development-setup/dev-container) - [Getting Started](https://www.activepieces.com/docs/developers/development-setup/getting-started) - [Local Dev Environment](https://www.activepieces.com/docs/developers/development-setup/local) - [Create New AI Provider](https://www.activepieces.com/docs/developers/misc/create-new-ai-provider) - [Custom Pieces CI/CD](https://www.activepieces.com/docs/developers/misc/pieces-ci-cd) - [Setup Private Fork](https://www.activepieces.com/docs/developers/misc/private-fork) - [Piece Auth](https://www.activepieces.com/docs/developers/piece-reference/authentication): Learn about piece authentication - [Enable Custom API Calls](https://www.activepieces.com/docs/developers/piece-reference/custom-api-calls): Learn how to enable custom API calls for your pieces - [Piece Examples](https://www.activepieces.com/docs/developers/piece-reference/examples): Explore a collection of example triggers and actions - [External Libraries](https://www.activepieces.com/docs/developers/piece-reference/external-libraries): Learn how to install and use external libraries. - [Files](https://www.activepieces.com/docs/developers/piece-reference/files): Learn how to use files object to create file references. - [Flow Control](https://www.activepieces.com/docs/developers/piece-reference/flow-control): Learn How to Control Flow from Inside the Piece - [Persistent Storage](https://www.activepieces.com/docs/developers/piece-reference/persistent-storage): Learn how to store and retrieve data from a key-value store - [Piece Versioning](https://www.activepieces.com/docs/developers/piece-reference/piece-versioning): Learn how to version your pieces - [Props](https://www.activepieces.com/docs/developers/piece-reference/properties): Learn about different types of properties used in triggers / actions - [Props Validation](https://www.activepieces.com/docs/developers/piece-reference/properties-validation): Learn about different types of properties validation - [Overview](https://www.activepieces.com/docs/developers/piece-reference/triggers/overview) - [Polling Trigger](https://www.activepieces.com/docs/developers/piece-reference/triggers/polling-trigger): Periodically call endpoints to check for changes - [Webhook Trigger](https://www.activepieces.com/docs/developers/piece-reference/triggers/webhook-trigger): Listen to user events through a single URL - [Community (Public NPM)](https://www.activepieces.com/docs/developers/sharing-pieces/community): Learn how to publish your piece to the community. - [Contribute](https://www.activepieces.com/docs/developers/sharing-pieces/contribute): Learn how to contribute a piece to the main repository. - [Overview](https://www.activepieces.com/docs/developers/sharing-pieces/overview): Learn the different ways to publish your own piece on activepieces. - [Private](https://www.activepieces.com/docs/developers/sharing-pieces/private): Learn how to share your pieces privately. - [Chat Completion](https://www.activepieces.com/docs/developers/unified-ai/chat): Learn how to use chat completion AI in actions - [Function Calling](https://www.activepieces.com/docs/developers/unified-ai/function-calling): Learn how to use function calling AI in actions - [Image AI](https://www.activepieces.com/docs/developers/unified-ai/image): Learn how to use image AI in actions - [Overview](https://www.activepieces.com/docs/developers/unified-ai/overview): The AI Toolkit to build AI pieces tailored for specific use cases that work with many AI providers - [Customize Pieces](https://www.activepieces.com/docs/embedding/customize-pieces) - [Embed Builder](https://www.activepieces.com/docs/embedding/embed-builder) - [Create Connections](https://www.activepieces.com/docs/embedding/embed-connections) - [Navigation](https://www.activepieces.com/docs/embedding/navigation) - [Overview](https://www.activepieces.com/docs/embedding/overview): Understanding how embedding works - [Provision Users](https://www.activepieces.com/docs/embedding/provision-users): Automatically authenticate your SaaS users to your Activepieces instance - [SDK Changelog](https://www.activepieces.com/docs/embedding/sdk-changelog): A log of all notable changes to Activepieces SDK - [Delete Connection](https://www.activepieces.com/docs/endpoints/connections/delete): Delete an app connection - [List Connections](https://www.activepieces.com/docs/endpoints/connections/list) - [Connection Schema](https://www.activepieces.com/docs/endpoints/connections/schema) - [Upsert Connection](https://www.activepieces.com/docs/endpoints/connections/upsert): Upsert an app connection based on the app name - [Get Flow Run](https://www.activepieces.com/docs/endpoints/flow-runs/get): Get Flow Run - [List Flows Runs](https://www.activepieces.com/docs/endpoints/flow-runs/list): List Flow Runs - [Flow Run Schema](https://www.activepieces.com/docs/endpoints/flow-runs/schema) - [Create Flow Template](https://www.activepieces.com/docs/endpoints/flow-templates/create): Create a flow template - [Delete Flow Template](https://www.activepieces.com/docs/endpoints/flow-templates/delete): Delete a flow template - [Get Flow Template](https://www.activepieces.com/docs/endpoints/flow-templates/get): Get a flow template - [List Flow Templates](https://www.activepieces.com/docs/endpoints/flow-templates/list): List flow templates - [Flow Template Schema](https://www.activepieces.com/docs/endpoints/flow-templates/schema) - [Create Flow](https://www.activepieces.com/docs/endpoints/flows/create): Create a flow - [Delete Flow](https://www.activepieces.com/docs/endpoints/flows/delete): Delete a flow - [Get Flow](https://www.activepieces.com/docs/endpoints/flows/get): Get a flow by id - [List Flows](https://www.activepieces.com/docs/endpoints/flows/list): List flows - [Flow Schema](https://www.activepieces.com/docs/endpoints/flows/schema) - [Apply Flow Operation](https://www.activepieces.com/docs/endpoints/flows/update): Apply an operation to a flow - [Create Folder](https://www.activepieces.com/docs/endpoints/folders/create): Create a new folder - [Delete Folder](https://www.activepieces.com/docs/endpoints/folders/delete): Delete a folder - [Get Folder](https://www.activepieces.com/docs/endpoints/folders/get): Get a folder by id - [List Folders](https://www.activepieces.com/docs/endpoints/folders/list): List folders - [Folder Schema](https://www.activepieces.com/docs/endpoints/folders/schema) - [Update Folder](https://www.activepieces.com/docs/endpoints/folders/update): Update an existing folder - [Pull](https://www.activepieces.com/docs/endpoints/git-repos/pull): Pull all changes from the git repository and overwrite any conflicting changes in the project. - [Git Repos Schema](https://www.activepieces.com/docs/endpoints/git-repos/schema) - [Overview](https://www.activepieces.com/docs/endpoints/overview) - [Install Piece](https://www.activepieces.com/docs/endpoints/pieces/install): Add a piece to a platform - [Piece Schema](https://www.activepieces.com/docs/endpoints/pieces/schema) - [Delete Project Member](https://www.activepieces.com/docs/endpoints/project-members/delete) - [List Project Member](https://www.activepieces.com/docs/endpoints/project-members/list) - [Project Member Schema](https://www.activepieces.com/docs/endpoints/project-members/schema) - [Create Project](https://www.activepieces.com/docs/endpoints/projects/create) - [List Projects](https://www.activepieces.com/docs/endpoints/projects/list) - [Project Schema](https://www.activepieces.com/docs/endpoints/projects/schema) - [Update Project](https://www.activepieces.com/docs/endpoints/projects/update) - [Delete User Invitation](https://www.activepieces.com/docs/endpoints/user-invitations/delete) - [List User Invitations](https://www.activepieces.com/docs/endpoints/user-invitations/list) - [User Invitation Schema](https://www.activepieces.com/docs/endpoints/user-invitations/schema) - [Send User Invitation (Upsert)](https://www.activepieces.com/docs/endpoints/user-invitations/upsert): Send a user invitation to a user. If the user already has an invitation, the invitation will be updated. - [Building Flows](https://www.activepieces.com/docs/flows/building-flows): Flow consists of two parts, trigger and actions - [Debugging Runs](https://www.activepieces.com/docs/flows/debugging-runs): Ensuring your business automations are running properly - [Technical limits](https://www.activepieces.com/docs/flows/known-limits): technical limits for Activepieces execution - [Passing Data](https://www.activepieces.com/docs/flows/passing-data): Using data from previous steps in the current one - [Publishing Flows](https://www.activepieces.com/docs/flows/publishing-flows): Make your flow work by publishing your updates - [Version History](https://www.activepieces.com/docs/flows/versioning): Learn how flow versioning works in Activepieces - [🥳 Welcome to Activepieces](https://www.activepieces.com/docs/getting-started/introduction): Your friendliest open source all-in-one automation tool, designed to be extensible. - [Product Principles](https://www.activepieces.com/docs/getting-started/principles) - [Customer Support](https://www.activepieces.com/docs/handbook/engineering/customer-support) - [How We Work?](https://www.activepieces.com/docs/handbook/engineering/how-we-work) - [On-Call](https://www.activepieces.com/docs/handbook/engineering/on-call) - [Pre-Releases](https://www.activepieces.com/docs/handbook/engineering/pre-releases) - [Our Compensation](https://www.activepieces.com/docs/handbook/hiring/compensation) - [Our Hiring Process](https://www.activepieces.com/docs/handbook/hiring/hiring) - [Our Roles & Levels](https://www.activepieces.com/docs/handbook/hiring/levels) - [Our Team Structure](https://www.activepieces.com/docs/handbook/hiring/team) - [Activepieces Handbook](https://www.activepieces.com/docs/handbook/overview) - [Engine](https://www.activepieces.com/docs/install/architecture/engine) - [Overview](https://www.activepieces.com/docs/install/architecture/overview) - [Stack & Tools](https://www.activepieces.com/docs/install/architecture/stack) - [Workers & Sandboxing](https://www.activepieces.com/docs/install/architecture/workers) - [Environment Variables](https://www.activepieces.com/docs/install/configuration/environment-variables) - [Hardware Requirements](https://www.activepieces.com/docs/install/configuration/hardware): Specifications for hosting Activepieces - [Deployment Checklist](https://www.activepieces.com/docs/install/configuration/overview): Checklist to follow after deploying Activepieces - [Setup App Webhooks](https://www.activepieces.com/docs/install/configuration/setup-app-webhooks) - [Setup HTTPS](https://www.activepieces.com/docs/install/configuration/setup-ssl) - [Troubleshooting](https://www.activepieces.com/docs/install/configuration/troubleshooting) - [AWS (Pulumi)](https://www.activepieces.com/docs/install/options/aws): Get Activepieces up & running on AWS with Pulumi for IaC - [Docker](https://www.activepieces.com/docs/install/options/docker): Single docker image deployment with SQLite3 and Memory Queue - [Docker Compose](https://www.activepieces.com/docs/install/options/docker-compose) - [Easypanel](https://www.activepieces.com/docs/install/options/easypanel): Run Activepieces with Easypanel 1-Click Install - [Elestio](https://www.activepieces.com/docs/install/options/elestio): Run Activepieces with Elestio 1-Click Install - [GCP](https://www.activepieces.com/docs/install/options/gcp) - [Overview](https://www.activepieces.com/docs/install/overview): Introduction to the different ways to install Activepieces - [Connection Deleted](https://www.activepieces.com/docs/operations/audit-logs/connection-deleted) - [Connection Upserted](https://www.activepieces.com/docs/operations/audit-logs/connection-upserted) - [Flow Created](https://www.activepieces.com/docs/operations/audit-logs/flow-created) - [Flow Deleted](https://www.activepieces.com/docs/operations/audit-logs/flow-deleted) - [Flow Run Finished](https://www.activepieces.com/docs/operations/audit-logs/flow-run-finished) - [Flow Run Started](https://www.activepieces.com/docs/operations/audit-logs/flow-run-started) - [Flow Updated](https://www.activepieces.com/docs/operations/audit-logs/flow-updated) - [Folder Created](https://www.activepieces.com/docs/operations/audit-logs/folder-created) - [Folder Deleted](https://www.activepieces.com/docs/operations/audit-logs/folder-deleted) - [Folder Updated](https://www.activepieces.com/docs/operations/audit-logs/folder-updated) - [Overview](https://www.activepieces.com/docs/operations/audit-logs/overview) - [Signing Key Created](https://www.activepieces.com/docs/operations/audit-logs/signing-key-created) - [User Email Verified](https://www.activepieces.com/docs/operations/audit-logs/user-email-verified) - [User Password Reset](https://www.activepieces.com/docs/operations/audit-logs/user-password-reset) - [User Signed In](https://www.activepieces.com/docs/operations/audit-logs/user-signed-in) - [User Signed Up](https://www.activepieces.com/docs/operations/audit-logs/user-signed-up) - [Environments & Git Sync](https://www.activepieces.com/docs/operations/git-sync) - [Project Permissions](https://www.activepieces.com/docs/security/permissions): Documentation on project permissions in Activepieces - [Security & Data Practices](https://www.activepieces.com/docs/security/practices): We prioritize security and follow these practices to keep information safe. - [Single Sign-On](https://www.activepieces.com/docs/security/sso) ## Optional - [Pieces](https://www.activepieces.com/pieces) - [Discord](https://discord.gg/2jUXBKDdP8)