Skip to main content
Pieces are integrations in Activepieces. Platform and project administrators can control which pieces are available to users through filtering and private registries.

Overview

Activepieces provides three levels of piece filtering:

Platform Level

Global piece filtering for entire platform

Project Level

Per-project piece restrictions

Private Registry

Custom piece deployment

Platform Piece Filtering

Control which pieces are available across your platform:

Filter Behaviors

Allow Specific Pieces

Only specified pieces are available:
Use Cases:
  • Security compliance requirements
  • Limiting integrations to approved vendors
  • Controlling data flow to specific services
Platform filtering is deprecated in favor of project-level filtering, which provides more granular control.

Project Piece Plans

Configure piece availability per project for fine-grained control:

Creating a Project Plan

Filter Types

No Filtering (Default)

All platform pieces are available:
Best for:
  • Development environments
  • Unrestricted projects
  • Maximum flexibility

Plan Locking

Lock plans to prevent modifications:
Locked plans ensure compliance policies cannot be bypassed by project administrators.

Installing Pieces

Community Pieces

Activepieces includes 200+ community pieces:
1

Browse Available Pieces

View all pieces in the piece marketplace:
2

Check Piece Availability

Pieces are automatically available based on filtering rules
3

Use in Flows

Add pieces to flows through the flow builder

Private Pieces

Deploy custom pieces to your platform:
1

Build Custom Piece

Create piece using the Activepieces CLI:
2

Publish to Registry

3

Configure Platform

Point platform to your private registry:

Piece Filtering Logic

The system applies filters in this order:

Filtering Rules

1

Platform Filter

If platform has ALLOWED behavior:
  • Only pieces in filteredPieceNames are included
If platform has BLOCKED behavior:
  • All pieces except those in filteredPieceNames
2

Project Filter

If project has ALLOWED filter:
  • Only pieces in project plan’s pieces array
If project has NONE filter:
  • All pieces from platform filter
3

Hidden Pieces

If includeHidden=true:
  • All filters bypassed (admin view)

Managing Piece Allowlists

Adding Pieces to Allowlist

Common Piece Combinations

Private Piece Registry

Host your own piece registry for custom integrations:

Registry Setup

1

Choose Registry Type

Options:
  • npm private registry
  • Verdaccio
  • Artifactory
  • GitHub Packages
2

Configure Environment

3

Publish Custom Pieces

Registry Configuration

Piece Metadata

Each piece has metadata that affects filtering:

Hidden Pieces

Some pieces are hidden from normal users:

Checking Piece Availability

Verify if a piece is available to a project:

Use Cases

Scenario: Offer different piece sets per pricing tierImplementation:
  • Free tier: Core pieces only
  • Pro tier: + Business integrations
  • Enterprise: All pieces + custom pieces
Scenario: Restrict data flow to approved vendors onlyImplementation: Block all pieces, then allowlist approved ones:
Scenario: Provide internal system integrationsImplementation:
  • Deploy private pieces to custom registry
  • Make available only to specific projects
Scenario: Comply with data residency lawsImplementation: Block pieces that transfer data outside region:

API Reference

Best Practices

Start Restrictive

Begin with allowlist mode and add pieces as needed, rather than blocking later.

Lock Production

Lock project plans in production to prevent unauthorized changes.

Document Allowlists

Maintain documentation of why each piece is allowed/blocked.

Regular Reviews

Audit piece usage quarterly and update allowlists accordingly.

Troubleshooting

Check:
  1. Platform filter includes the piece
  2. Project plan allows the piece
  3. Piece name is spelled correctly
  4. User has permission to view pieces
Check:
  1. Private registry is accessible
  2. NPM_TOKEN is set correctly
  3. Piece is published to registry
  4. Piece version is compatible
Check:
  1. Project plan is configured correctly
  2. Platform filter is not too restrictive
  3. User is in the correct project
  4. Cache has been cleared

Project Management

Configure project plans

Security Practices

Security considerations

Building Pieces

Create custom pieces