Skip to main content
  • Setup
  • Reference

What You'll Need

CredentialDescription
Personal Access TokenPAT with API scope
GitLab Instancegitlab.com or self-hosted URL

Overview

Connect to GitLab for comprehensive DevOps and repository data.

Code & MRs

Projects, merge requests, commits

Issues & Planning

Issues, milestones, labels

Prerequisites

Administrator access required. You need privileges in to complete this setup.If you don’t have admin access, contact your administrator to:
  • Create the API credentials on your behalf, OR
  • Grant you temporary admin access to complete the setup
  • Owner or Maintainer role in the group/project
  • For group-level access, group owner permissions

Setup Guide

1

Access User Settings

  1. Log in to GitLab (gitlab.com or your instance)
  2. Click your avatar → Preferences
  3. Navigate to Access Tokens in the sidebar
2

Create Personal Access Token

  1. Click Add new token
  2. Fill in:
FieldValue
Token nameParable Integration
Expiration date1 year (or per policy)
3

Select Scopes

Enable these scopes:
ScopePurpose
apiFull API access
read_apiRead-only API (alternative)
read_userRead user information
read_repositoryRead repository contents
For read-only integration, use read_api instead of api.
4

Create and Copy Token

  1. Click Create personal access token
  2. Copy the token immediately
Copy your now!This is the only time it will be displayed. Store it in a secure password manager before closing this page.