> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Copy Workspace Variables Across Workspaces

> Copy the full Workspace environment-variable set from one Paradime workspace into one or more other workspaces in a single operation.

If you manage more than one Paradime workspace, the **Copy** button on the Workspace tab replicates your current workspace's variable set into one or more other workspaces in a single operation — useful for promoting a configuration from staging to production, or keeping per-region workspaces in sync.

<Warning>
  This action only applies to the **Workspace** tab. Bolt Schedules, Code IDE per-user, and Agent variables are **not** copied.
</Warning>

#### Steps

1. From any page in the Paradime application, click **Settings**.
2. Navigate to **Workspaces → Environment Variables**.
3. Open the **Workspace** tab.
4. Click **Copy**.
5. Select one or more target workspaces from the list.
6. Confirm.

<Frame>
  <img src="https://mintcdn.com/paradime-docs/KJcB9NhKTmxLMoZP/images/image-100.png?fit=max&auto=format&n=KJcB9NhKTmxLMoZP&q=85&s=cda4673e90a732b2c9d8798361c85075" alt="" width="2396" height="1660" data-path="images/image-100.png" />
</Frame>

#### How the copy behaves

* **Eligibility:** Only workspaces where you have **admin write access** to workspace variables appear as eligible targets. The current workspace is always excluded from the list.
* **Atomic replace:** Each target workspace's variable set is **fully replaced** with the source's — variables present in the target but not in the source are removed. There is no merge or diff.
* **Auto-redeploy:** Bolt schedules in each target workspace are automatically redeployed so running schedules pick up the new values.


## Related topics

- [Workspaces and data mesh](/guides/paradime-fundamentals/workspaces-and-data-mesh.md)
- [Bolt API](/developers/graphql-api/api-reference/bolt-api.md)
- [Environment Variables](/products/settings/environment-variables/index.md)
- [MCP Server](/products/dino-ai/mcp-server/index.md)
- [Company & Workspace token](/developers/company-and-workspace-token.md)
