Acerca de Activepieces
Your friendliest open source all-in-one automation tool, designed to be extensible through a type-safe pieces framework written in Typescript.
Features
- 💖 Loved by Everyone: Intuitive interface and great experience for both technical and non-technical users with a quick learning curve.
🌐 Open Ecosystem: All pieces are open source and available on npmjs.com, 60% of the pieces are contributed by the community.
🛠️ Pieces are written in Typescript: Pieces are npm packages in TypeScript, offering full customization with the best developer experience, including hot reloading for local piece development on your machine. 😎
🤖 AI-Ready: Native AI pieces let you experiment with various providers, or create your own agents using our AI SDK, and there is Copilot to help you build flows inside the builder.
🏢 Enterprise-Ready: Developers set up the tools, and anyone in the organization can use the no-code builder. Full customization from branding to control.
🔒 Secure by Design: Self-hosted and network-gapped for maximum security and control over your data.
🧠 Human in the Loop: Delay execution for a period of time or require approval. These are just pieces built on top of the piece framework, and you can build many pieces like that. 🎨
💻 Human Input Interfaces: Built-in support for human input triggers like "Chat Interface" 💬 and "Form Interface" 📝
Variables de entorno
Ver variables de entorno
- PROJECT
- activepieces
- DOMAIN
- stack.localhost
- AP_ENGINE_EXECUTABLE_PATH
- dist/packages/engine/main.js
- AP_API_KEY
- AP_ENCRYPTION_KEY
- 11111111111111111111111111111111
- AP_JWT_SECRET
- changeme
- AP_ENVIRONMENT
- prod
- AP_FRONTEND_URL
- https://$PROJECT.$DOMAIN
- AP_WEBHOOK_TIMEOUT_SECONDS
- 30
- AP_TRIGGER_DEFAULT_POLL_INTERVAL
- 5
- AP_POSTGRES_DATABASE
- activepieces
- AP_POSTGRES_HOST
- postgres
- AP_POSTGRES_PORT
- 5432
- AP_POSTGRES_USERNAME
- postgres
- AP_POSTGRES_PASSWORD
- changeme
- AP_EXECUTION_MODE
- UNSANDBOXED
- AP_REDIS_HOST
- redis
- AP_REDIS_PORT
- 6379
- AP_FLOW_TIMEOUT_SECONDS
- 600
- AP_TELEMETRY_ENABLED
- false
- AP_TEMPLATES_SOURCE_URL
- "https://cloud.activepieces.com/api/v1/flow-templates"