---
title: "How do I create a Personal Access Token for GitLab?"
description: "For instructions on creating a Personal Access Token in GitLab, please consult GitLab's official documentation. A personal access token can perform actions based on the assigned scopes. Select the 'readrepository' scope."
category: "Frequently Asked Questions"
section: "General"
keywords: ["token gitlab", "personal access", "access token", "official documentation", "gitlab official", "gitlab consult", "perform actions", "password personal"]
source_url: "https://support.ketryx.com/hc/en-us/articles/21757202206989-How-do-I-create-a-Personal-Access-Token-for-GitLab"
last_reviewed: 2026-06-11
---

# How do I create a Personal Access Token for GitLab?

For instructions on creating a Personal Access Token in GitLab, please consult [GitLab's official documentation](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html#create-a-personal-access-token).

A personal access token can perform actions based on the assigned scopes. Select the 'read_repository' scope.

Additionally, when entering the authentication credentials in Ketryx, note that the username has no effect. The password should be the Personal Access Token.

## Related articles

- [How do I create a Project Access Token for GitLab?](how-do-i-create-a-project-access-token-for-gitlab.md)
- [How do I create a Group Access Token for GitLab?](how-do-i-create-a-group-access-token-for-gitlab.md)
- [How do I create a Personal Access Token for Azure DevOps?](how-do-i-create-a-personal-access-token-for-azure-devops.md)
- [How do I create a Personal Access Token (PAT) (classic) for GitHub?](how-do-i-create-a-personal-access-token-pat-classic-for-github.md)
- [How do I create a fine-grained Personal Access Token for GitHub?](how-do-i-create-a-fine-grained-personal-access-token-for-github.md)
