# Activepieces ## Docs - [Welcome to Activepieces](https://mintlify.wiki/activepieces/activepieces/introduction.md): Open source AI-powered workflow automation platform with 600+ integrations - [Quickstart](https://mintlify.wiki/activepieces/activepieces/quickstart.md): Create your first workflow in Activepieces - [Workflows](https://mintlify.wiki/activepieces/activepieces/concepts/workflows.md): Understanding flows, triggers, and actions in Activepieces - [Pieces](https://mintlify.wiki/activepieces/activepieces/concepts/pieces.md): Understanding Activepieces integrations and the pieces framework - [MCP Servers](https://mintlify.wiki/activepieces/activepieces/concepts/mcp-servers.md): Connect Activepieces pieces to AI assistants using Model Context Protocol - [AI Agents](https://mintlify.wiki/activepieces/activepieces/concepts/ai-agents.md): Build intelligent workflows with AI-powered automation in Activepieces - [Building Workflows](https://mintlify.wiki/activepieces/activepieces/workflows/building-flows.md): Learn how to build workflows using the visual flow builder interface - [Passing Data Between Steps](https://mintlify.wiki/activepieces/activepieces/workflows/passing-data.md): Learn how to access step outputs, use variables, and map data in your workflows - [Loops and Branches](https://mintlify.wiki/activepieces/activepieces/workflows/loops-branches.md): Add control flow to your workflows with loops and conditional branches - [Error Handling](https://mintlify.wiki/activepieces/activepieces/workflows/error-handling.md): Build resilient workflows with proper error handling, retry logic, and failure notifications - [Publishing Workflows](https://mintlify.wiki/activepieces/activepieces/workflows/publishing.md): Learn how to publish, enable, and test workflows before production deployment - [Version Management](https://mintlify.wiki/activepieces/activepieces/workflows/versioning.md): Manage flow versions, view history, and rollback to previous versions - [Debugging Workflows](https://mintlify.wiki/activepieces/activepieces/workflows/debugging.md): Debug workflows by viewing run logs, analyzing step execution, and troubleshooting common issues - [Using Templates](https://mintlify.wiki/activepieces/activepieces/workflows/templates.md): Get started quickly with pre-built workflow templates, customize them, and share your own - [Deployment Overview](https://mintlify.wiki/activepieces/activepieces/deployment/overview.md): Learn about Activepieces deployment options and system requirements - [Docker Deployment](https://mintlify.wiki/activepieces/activepieces/deployment/docker.md): Deploy Activepieces using a single Docker container - [Docker Compose Deployment](https://mintlify.wiki/activepieces/activepieces/deployment/docker-compose.md): Deploy Activepieces with PostgreSQL and Redis using Docker Compose - [Kubernetes Deployment](https://mintlify.wiki/activepieces/activepieces/deployment/kubernetes.md): Deploy Activepieces on Kubernetes using Helm charts for production-scale deployments - [Environment Variables](https://mintlify.wiki/activepieces/activepieces/deployment/environment-variables.md): Complete reference for all Activepieces environment variables - [Database Setup](https://mintlify.wiki/activepieces/activepieces/deployment/database.md): Configure PostgreSQL and SQLite databases for Activepieces - [File Storage](https://mintlify.wiki/activepieces/activepieces/deployment/storage.md): Configure local and S3 file storage for Activepieces - [Scaling Activepieces](https://mintlify.wiki/activepieces/activepieces/deployment/scaling.md): Scale Activepieces horizontally for high availability and increased throughput - [System Architecture](https://mintlify.wiki/activepieces/activepieces/deployment/architecture.md): Understand Activepieces system architecture and components - [Worker Architecture](https://mintlify.wiki/activepieces/activepieces/deployment/workers.md): Understand how Activepieces workers process background jobs - [Execution Engine](https://mintlify.wiki/activepieces/activepieces/deployment/engine.md): Deep dive into how Activepieces executes workflows - [Introduction to Pieces](https://mintlify.wiki/activepieces/activepieces/pieces/introduction.md): Learn about Activepieces' TypeScript framework for building integrations - [Setup Development Environment](https://mintlify.wiki/activepieces/activepieces/pieces/setup-development.md): Get your local environment ready for building pieces - [Create a Piece](https://mintlify.wiki/activepieces/activepieces/pieces/create-piece.md): Learn how to create a new piece from scratch - [Authentication](https://mintlify.wiki/activepieces/activepieces/pieces/authentication.md): Configure authentication for your piece - [Create an Action](https://mintlify.wiki/activepieces/activepieces/pieces/create-action.md): Build actions that perform operations in your piece - [Create a Trigger](https://mintlify.wiki/activepieces/activepieces/pieces/create-trigger.md): Build triggers that start flows when events occur - [Property Types](https://mintlify.wiki/activepieces/activepieces/pieces/properties.md): Complete guide to all property types in Activepieces - [Testing Pieces](https://mintlify.wiki/activepieces/activepieces/pieces/testing.md): Learn how to test your pieces locally and write unit tests - [Contributing Pieces](https://mintlify.wiki/activepieces/activepieces/pieces/contribute.md): Submit your piece to the Activepieces community - [Private Pieces](https://mintlify.wiki/activepieces/activepieces/pieces/private-pieces.md): Create and deploy private pieces for your organization - [Piece Versioning](https://mintlify.wiki/activepieces/activepieces/pieces/versioning.md): Learn about semantic versioning, breaking changes, and publishing pieces - [Project Management](https://mintlify.wiki/activepieces/activepieces/admin/projects.md): Create and manage multi-tenant projects in Activepieces - [Users & Permissions](https://mintlify.wiki/activepieces/activepieces/admin/users-permissions.md): Manage users, roles, and permissions with RBAC - [Single Sign-On (SSO)](https://mintlify.wiki/activepieces/activepieces/admin/sso.md): Configure SAML and OAuth authentication for your platform - [Pieces Management](https://mintlify.wiki/activepieces/activepieces/admin/pieces-management.md): Control available integrations with allowlists and private registries - [Security Best Practices](https://mintlify.wiki/activepieces/activepieces/admin/security-practices.md): Security guidelines for production Activepieces deployments - [Secret Managers](https://mintlify.wiki/activepieces/activepieces/admin/secret-managers.md): Integrate AWS Secrets Manager, HashiCorp Vault, and 1Password - [Audit Logs](https://mintlify.wiki/activepieces/activepieces/admin/audit-logs.md): Track user activity and maintain compliance with audit logging - [API Introduction](https://mintlify.wiki/activepieces/activepieces/api/introduction.md): Learn about the Activepieces REST API for building automations programmatically - [Authentication](https://mintlify.wiki/activepieces/activepieces/api/authentication.md): Authenticate API requests using API keys or JWT tokens - [Flows API](https://mintlify.wiki/activepieces/activepieces/api/flows.md): Create, manage, and control automation flows programmatically - [Flow Runs API](https://mintlify.wiki/activepieces/activepieces/api/flow-runs.md): Trigger, monitor, and manage flow execution runs - [Projects API](https://mintlify.wiki/activepieces/activepieces/api/projects.md): Manage projects and team workspaces programmatically - [Connections API](https://mintlify.wiki/activepieces/activepieces/api/connections.md): Manage app connections and OAuth integrations programmatically ## OpenAPI Specs - [openapi](https://mintlify.wiki/activepieces/activepieces/api-reference/openapi.json)