> For the complete documentation index, see [llms.txt](https://docs.paradime.io/app-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paradime.io/app-help/products/settings/environment-variables/bulk-csv-upload.md).

# 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.

<figure><img src="/files/bfEh5NeYClgYPzqllQOD" alt=""><figcaption></figcaption></figure>

#### 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.

{% hint style="warning" %}
The **Key** and **Value** columns should NOT contain spaces.
{% endhint %}

**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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.paradime.io/app-help/products/settings/environment-variables/bulk-csv-upload.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
