---
title: "How do I create a Project Access Token for GitLab?"
description: "An alternative to the Personal Access Token is the Project Access Token. For instructions on creating a Project Access Token in Gitlab, please consult GitLab's official documentation. The scope determines the actions you can perform when you authenticate with a project access token."
category: "Frequently Asked Questions"
section: "General"
keywords: ["token gitlab", "access token", "gitlab official", "token selected", "alternative personal", "role token", "official documentation", "gitlab alternative"]
source_url: "https://support.ketryx.com/hc/en-us/articles/21757239552013-How-do-I-create-a-Project-Access-Token-for-GitLab"
last_reviewed: 2026-06-11
---

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

An alternative to the Personal Access Token is the Project Access Token.

For instructions on creating a Project Access Token in Gitlab, please consult [GitLab's official documentation](https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html#create-a-project-access-token).

The scope determines the actions you can perform when you authenticate with a project access token. Select the `read_repository`.

For the role of the token, `Reporter` should be selected.

## Related articles

- [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 GitLab?](how-do-i-create-a-personal-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)
- [What permissions does the GitHub Personal Access Token need?](what-permissions-does-the-github-personal-access-token-need.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)
