Configuring credentials
Configure your Boomi AI Companion credentials by setting required and optional environment variables in the .env file of your template workspace.
Prerequisites
- A Boomi platform account with an API token
- Boomi Companion installed on Claude Code, Claude Cowork, or another supported AI tool
- A template workspace initialized. Refer to Setting up the template workspace for Claude Code and Claude Cowork
Configuring credentials
In your template workspace folder, copy .env.example to .env and populate the following variables:
| Variable | Description | Required? |
|---|---|---|
BOOMI_USERNAME | Your platform email address | Required |
BOOMI_API_TOKEN | Platform API Token (generate in Settings) | Required |
BOOMI_ACCOUNT_ID | Your platform account ID | Required |
BOOMI_TARGET_FOLDER | Target folder for new components (Claude can create one for you) | Optional |
BOOMI_ENVIRONMENT_ID | Runtime environment ID for deploy and test | Optional |
BOOMI_TEST_ATOM_ID | Atom/runtime ID in the specified environment | Optional |
Additional .env options are available for Shared Web Server configuration and other features. Refer to this sample .env.example file for more details.
Was this topic helpful?