Import a repository
- In Paradime, go to Settings → Workspace.
- In the Git Connections section, click Edit Repository.
- Paste your repository’s SSH URL into the Repository SSH URL field.
- Copy the Deploy Key that Paradime generates.
- Add the Deploy Key to your Git provider with read and write access (see the provider guide below).
- Back in Paradime, save the connection using one of the two options below.
Paradime generates a Deploy Key that must be added to your Git provider’s repository configuration. This Deploy Key needs read and write access.
The Deploy Key is stable. It stays the same when you refresh or reopen the page, so you can copy it, install it in your provider, and come back later without the key changing.
Deploy Key controls: Refetch and Regenerate
Two controls sit next to the Deploy Key:- Refetch copies the existing Deploy Key again. It does not change the key, so anything you’ve already installed in your Git provider keeps working. Use it when you need to grab the same key a second time (for example, to hand it to a colleague).
- Regenerate creates a brand new Deploy Key and replaces the old one. Because it’s a destructive action, Paradime asks you to confirm before regenerating.
Save the connection
When you save, you can either test the connection right away or save it now and verify later:Test & Save
Paradime validates the connection and clones the repository immediately, then marks it Verified. Use this when the Deploy Key is already installed in your Git provider.
Save without testing
Paradime saves the repository without cloning it and marks the connection Pending verification. Use this when you can’t install the Deploy Key yet (for example, someone else manages the provider). You can verify it later.
Verify a pending connection
A connection saved with Save without testing stays in a Pending verification state, shown with an amber badge and banner in the Git Connections section. Once the Deploy Key is installed in your Git provider:- Go to Settings → Workspace.
- In the Git Connections section, click Verify connection.
- Paradime checks the connection and, on success, clones the repository and promotes it to Verified. Code IDE, Bolt, and DinoAI activate.
Provider guides
Each provider has its own guide for adding the Paradime deploy key, available under Integrations:GitHub
Add a deploy key to a GitHub repository.
GitLab
Add a deploy key to a GitLab repository.
BitBucket
Add a deploy key to a BitBucket Cloud or Server repository.
Azure DevOps
Add an SSH key to an Azure DevOps repository.
Need to update your Git repository? See Update connected git repository.