Skip to main content
Instead of adding environment variables one at a time, you can upload multiple variables at once from a CSV file. The same flow is supported on all four scopes — Workspace, Bolt Schedules, Code IDE, and DinoAI Background Agent.

Steps

  1. From any page in the Paradime application, click Settings.
  2. Navigate to Workspaces → Environment Variables.
  3. Open the relevant tab: Workspace, Bolt Schedules, Code IDE, or Agent.
  4. Click Bulk Upload.
  5. Drag and drop your CSV file or click to select it.
  6. Review and confirm the upload.

Preparing your CSV file

The CSV file must have a header row with the columns Key and Value. The header row should avoid containing any punctuation (apart from the commas separating each column) or the importer may not work correctly.
The Key and Value columns should NOT contain spaces.
Example CSV format:

Validation

Each row is validated against the same rules as a single Add:
  • Key must match ^[a-zA-Z_][a-zA-Z0-9_]*$ (letters, digits and underscores; cannot start with a digit).
  • Value cannot contain whitespace.
Rows that fail validation are reported back in the review step before anything is written.