Setting up template workspace
Your template workspace is a reusable base that stores your Boomi credentials, custom instructions, hooks, reference files, subagents, and MCP configurations. Every new project you start is initialized from this template.
Initializing the template
-
Create a new folder for your template, such as
template_boomi_workspace. -
Open a terminal in that folder and launch Claude Code.
-
Run the following command:
/bc-integration:configure-template-workspace -
Select Current directory when prompted, and approve the permission confirmations as they appear.
-
Wait for the setup to complete. All template folders and files appear in your new workspace folder. You can modify the contents of this folder with your own platform credentials, custom instructions, or any other changes, and they become reusable across all your new projects.
Next steps
- Configuring credentials — set up your
.envfile with the required Boomi Platform variables. - Customizing your template — extend the workspace with custom instructions, hooks, and reference files.
- Setting up project workflow — initialize a project folder from your template and start building.
Was this topic helpful?