Waiting for engine...
Skip to main content

Using Boomi Companion for marketplace with Claude

Use Boomi Companion to search and install Boomi Marketplace recipes directly from your AI agent. Recipes serve as reference samples — use them to inform how you build integrations, not as production-ready components.

Prerequisites

  • A Claude license (such as Claude Code, Claude Cowork) with the bc-marketplace plugin or boomi-marketplace skill installed
  • Access to the Boomi Enterprise Platform
  • The bc-integration plugin installed if you want to install recipes. This is not required for the search function

To install the bc-marketplace plugin, run:

/plugin marketplace add OfficialBoomi/boomi-companion
/plugin install bc-marketplace@boomi-companion

Core workflow

The bc-marketplace plugin supports three main activities:

  • searching for recipes
  • installing them locally
  • reading the installed components

Step 1: Search for a recipe

Ask Boomi Companion to search the Boomi Marketplace for recipes that match your app or use case. The search queries the public GraphQL API and does not require authentication or the bc-integration plugin.

A minimal prompt is sufficient:

Search the Boomi Marketplace for Salesforce recipes.

Boomi Companion queries the marketplace GraphQL API and returns a list of matching recipes with their bundle IDs and descriptions.

Step 2: Install a recipe

Once you have identified a recipe, ask Boomi Companion to install it. Installation requires the bc-integration plugin, which provides authentication, folder creation, activity logging, and component management.

Boomi Companion runs the installation script, passing the bundle ID and a target folder ID, and deploys the recipe bundle into a marketplace-imports subfolder in your project.

Install that recipe into my project.

Boomi Companion handles the script invocation and reports the result once the bundle is deployed.

Step 3: Review the installed components

After installation, Boomi Companion can pull the installed process XML and its dependencies into your local project folder using the bc-integration component-pulling tools.

Pull the installed recipe components into my project folder.

Review the components to understand the integration pattern before adapting it for your use case.

note

Recipes are reference samples provided by the Boomi community. Inspect and adapt them before using them in production. Boomi Companion can help you modify, extend, or redeploy any recipe component.

Support

For bug reports or feature requests related to bc-marketplace, contact solutions@boomi.com with a description of the issue and any relevant error messages.

On this Page