For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bulk CSV Upload

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.

Example CSV format:

Key
Value

GOOGLE_SHEETS_CLIENT_ID

app.googlecontent.com

JIRA_CLIENT_ID

e1Z5mthO8zAQqM9z8

DEV_SCHEMA_PREFIX

dev_

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.

Last updated

Was this helpful?