Activepieces utilizes Role-Based Access Control (RBAC) for managing permissions within projects. Each project consists of multiple flows and users, with each user assigned specific roles that define their actions within the project.Documentation Index
Fetch the complete documentation index at: https://www.activepieces.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Default Roles
Activepieces comes with four standard roles out of the box. The table below shows the permissions for each role:| Permission | Admin | Editor | Operator | Viewer |
|---|---|---|---|---|
| Flows | ||||
| View Flows | ✓ | ✓ | ✓ | ✓ |
| Edit Flows | ✓ | ✓ | ||
| Publish / Toggle Flows | ✓ | ✓ | ✓ | |
| Runs | ||||
| View Runs | ✓ | ✓ | ✓ | ✓ |
| Retry Runs | ✓ | ✓ | ✓ | |
| Connections | ||||
| View Connections | ✓ | ✓ | ✓ | ✓ |
| Edit Connections | ✓ | ✓ | ✓ | |
| Team | ||||
| View Project Members | ✓ | ✓ | ✓ | ✓ |
| Add/Remove Project Members | ✓ | |||
| Git Sync | ||||
| Configure Git Repo | ✓ | |||
| Pull Flows from Git | ✓ | |||
| Push Flows to Git | ✓ |