Configuring credentials
In your template workspace folder, copy .env.example to .env and populate the following variables. Claude can walk you through them one at a time if you ask.
| 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. Claude has context to guide you through those sections.
Was this topic helpful?