Waiting for engine...
Skip to main content

Installing Boomi Companion on Claude Code

Install Boomi Companion through the Claude Code plugin marketplace to interact with the Boomi Platform directly from your terminal using natural language.

Prerequisites

  • A Boomi platform account with an API token
  • Claude Code installed and configured on your machine

Adding the marketplace

To add the Boomi Companion marketplace to your Claude Code instance, enter:

/plugin marketplace add OfficialBoomi/boomi-companion

Claude Code terminal showing the /plugin marketplace add OfficialBoomi/boomi-companion command being entered

Installing plugins

  1. To open the plugin menu, enter:

    /plugin
  2. Use the arrow keys to select Marketplaces, then select boomi-companion, and press Enter.

    Claude Code plugin menu with Marketplaces and boomi-companion selected

  3. Select Browse plugins and press Enter.

    Claude Code plugin menu showing the Browse plugins option

  4. Select the plugin you want to install and press Enter.

    Claude Code plugin browser showing bc-integration selected

  5. Select Install for you (user scope) and press Enter.

    Claude Code plugin installer showing the Install for you (user scope) option

    To install additional plugins, repeat steps 1–5.

  6. To load the plugin, enter:

    /reload-plugins

    Claude Code terminal showing the /reload-plugins command being entered

  7. To enable automatic plugin updates, go to /plugin > Marketplaces > boomi-companion, then select Enable auto-update.

    Claude Code plugin menu showing the Enable auto-update option for boomi-companion

Testing the plugin

To verify that the plugin is working, enter the following prompt in Claude Code:

Tell me what skills you have available.

Next steps

Run /exit to close Claude Code, then continue with Setting up template workspace.

On this Page