Pieces are standard npm packages. Two facts follow from that: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.
- No server upgrade is needed for new pieces — a sync job pulls fresh versions on its own.
- Each step is pinned to an exact version — flows never auto-upgrade. Bumps are explicit, through the builder.
Packaging
| Type | Source | Installed by |
|---|---|---|
| Official | Activepieces cloud registry | Auto-sync |
| Custom (npm) | npm registry, scoped to one platform | Platform admin |
| Private (archive) | .tgz upload | Platform admin |
Auto-sync
AP_PIECES_SYNC_MODE | Behavior |
|---|---|
OFFICIAL_AUTO | Hourly reconcile against the cloud registry. Default for all deployments. |
Server compatibility
Every piece declares aminimumSupportedRelease (and optional maximumSupportedRelease) in its definition — the range of Activepieces server releases it works on. The catalog filters pieces against the running server’s release, so an out-of-range piece is never listed in the builder and never served from the registry.
Version pinning
Adding a step records the exact piece version at that moment (e.g.0.5.3). The pin stays until a human changes it. To upgrade, open the step in the builder, click the version next to its name, and pick a new one. The dialog warns when the change crosses a minor or major boundary.
Related
- Manage pieces — install, hide, upload custom pieces.
- Piece versioning — semver rules for piece authors.