Skip to main content
This feature is available in our paid editions. Contact us here, and we'll be delighted to assist you!
If you would like your users to use your own OAuth2 apps, we recommend you check this.
If you would like to only show specific pieces to your embedding users, we recommend using Piece Sets. A piece set is a reusable, named selection of pieces (and, optionally, which of their actions/triggers are visible). You build the set once in the platform admin, give it a Key, then reference that key from your provision token.
1

Create a Piece Set

Go to Platform Admin -> Setup -> Pieces -> Piece Sets, create a set, choose which pieces are visible, and give it a Key (e.g. premium). If you leave the key blank, one is generated from the name.
2

Reference the set in the Provision Token

Issue a v4 token and set the pieceSet claim to the set’s key. Check how to generate a token in provisioning users.
Each time the token is used by the embedding SDK, the token’s project is assigned this piece set. If the key matches no set, the project falls back to the platform’s default set.

Tags (legacy)

Older integrations select pieces by tag using a v3 token. New integrations should use piece sets instead.
1

Tag Pieces

Tag the pieces you would like to show to your user by going to Platform Admin -> Setup -> Pieces, selecting the pieces you would like to tag and hit Apply TagsBulk Tag
2

Add Tags to Provision Token

You need to specify the tags of pieces in the token, check how to generate token in provisioning users.You should specify the pieces claim like this:
Each time the token is used by the embedding SDK, it will sync all pieces with these tags to the token’s project. The project will only contain the pieces that contain these tags.Only the first tag is honored, and it is matched against a piece set whose key equals the tag name.