Bulk CSV Upload
Last updated
Was this helpful?
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.
From any page in the Paradime application, click Settings.
Navigate to Workspaces → Environment Variables.
Open the relevant tab: Workspace, Bolt Schedules, Code IDE, or Agent.
Click Bulk Upload.
Drag and drop your CSV file or click to select it.
Review and confirm the upload.

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:
GOOGLE_SHEETS_CLIENT_ID
app.googlecontent.com
JIRA_CLIENT_ID
e1Z5mthO8zAQqM9z8
DEV_SCHEMA_PREFIX
dev_
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.
Last updated
Was this helpful?
Was this helpful?