GitLab Connector
Connect to GitLab to import repositories, issues, and merge requests.
Connect your GitLab project to import code and project data into your AI pipelines.
Setup Instructions
1. Navigate to Data Integrations
Go to one of your flows, click the Data Integrations tab and select Select an Integration.
2. Select GitLab
Search for GitLab in the list and click Connect.
3. Create a Personal Access Token
- In GitLab, go to your avatar → Edit profile → Access Tokens
- Click Add new token, give it a name
- Select scopes: read_api or read_repository
- Set an expiration date and click Create personal access token
- Copy the generated token — it will not be shown again
4. Configure the Connector
- Connector Name: A descriptive name (e.g., "GitLab Repo")
- GitLab URL: Your GitLab instance URL (e.g.,
https://gitlab.com) - Project Path: The project namespace and name (e.g.,
mygroup/my-project) - Branch: Branch to import (e.g.,
main) - Personal Access Token: The token you created
Note: On every sync, a new version of your data is created. Up to 5 versions are stored by default.