Connect GitLab to your AI agent

Developer Tools 116 actions available

A web-based DevOps lifecycle tool that provides a Git repository manager providing wiki, issue-tracking, and CI/CD pipeline features.

We set up the connection using your own GitLab account, with keys you control, and keep it running. Your agent picks it up and starts doing the work.

What your agent can do in GitLab

Each one is a real action the agent can take on its own, the same things a person clicking around GitLab could do. Read-only by default; write actions are confirmed against your policy.

  • Add Spent Time Adds spent time to a GitLab issue for time tracking purposes. This action logs time against an issue, accumulating with any previously logged time. Use this action when you need to record time spent working on an issue,…
  • Approve Merge Request Approves a merge request in a GitLab project. Use this action when you need to record an approval from the authenticated user on a specific merge request. The authenticated user must be an eligible approver with appropr…
  • Archive Project Tool to archive a project. Use when you need to mark a project read-only after finishing active development. Call after confirming no further changes are required.
  • Cancel Job Cancel a GitLab CI/CD job within a specified project. This action stops a running or pending job and is irreversible. Use this action when you need to cancel a job that is running, pending, or stuck in a canceling state…
  • Cancel Pipeline Tool to cancel a running pipeline in a GitLab project. Use this action when you need to stop a CI/CD pipeline that is currently executing or queued. Note that the API returns success (200) regardless of the pipeline's s…
  • Create Commit Creates a new commit with multiple file operations in a GitLab project. This action supports batch operations including creating, updating, deleting, moving files, and changing file permissions in a single atomic commit…
  • Create Commit Comment Posts a comment to a specific commit in a GitLab project repository. Use this action when you need to provide feedback, review notes, or discussion on a particular commit. Line-specific comments require both path and li…
  • Create Repository File Creates a new file in a GitLab repository at the specified path with the given content. Use this action when you need to add a new file to a repository branch with a commit message.
  • Create GitLab Group Tool to create a new group in GitLab. Use when you need to establish a new group for projects or collaboration.
  • Create Issue Note Creates a new note (comment) on a project issue in GitLab. Use this action when you need to add a comment, provide feedback, or document information on an existing issue.
  • Create Label Creates a new label for a GitLab project with specified name, color, and optional attributes. Use this action when you need to create a new label for organizing issues and merge requests within a project. Labels help ca…
  • Create Merge Request Creates a new merge request in a GitLab project to propose changes from a source branch into a target branch. Use this action when you need to create a merge request for code review, feature integration, or bug fixes. T…
  • Create Milestone Creates a new milestone in a GitLab project. Milestones track progress towards a goal with a start date, due date, and associated issues. Use this action when you need to establish a new project milestone for organizing…
  • Create Pipeline Tool to create a new pipeline for a specific branch or tag in a GitLab project. Use when you need to manually trigger a CI/CD pipeline run, optionally passing variables or inputs. For merge request pipelines, use the de…
  • Create Project Tool to create a new project in GitLab. Implements POST /projects endpoint.
  • Create Project Issue Tool to create a new issue in a GitLab project. Use when you need to report a bug, request a feature, or track a task within a specific project.
  • Create Repository Branch Tool to create a new branch in a project. Use when you need to create a new branch from an existing branch or a specific commit in a GitLab project.
  • Create Project Webhook Creates a new webhook (project hook) for a GitLab project to receive real-time event notifications. Use this action when you need to set up automated integrations that respond to GitLab events like pushes, merge request…
  • Delete Group Deletes a GitLab group by its ID or URL-encoded path. Use this action when you need to remove a group entirely. This action is irreversible — the group cannot be recovered once permanently removed. On GitLab.com, groups…
  • Delete Issue Note Deletes a note (comment) from an issue in a GitLab project. Use this action when you need to remove a specific comment from an issue. This action is irreversible — the note cannot be recovered once deleted.
  • Delete Label Deletes a label from a GitLab project by its ID or title. Use this action when you need to remove a label from a project permanently. This action is irreversible — the label cannot be recovered once deleted.
  • Delete Merge Request Tool to permanently delete a merge request from a GitLab project. Use when you need to remove a merge request entirely, though closing is typically preferred to preserve the discussion history and audit trail. This acti…
  • Delete Milestone Deletes a project milestone by its ID. Use when you need to permanently remove a milestone from a project. This action is irreversible — the milestone cannot be recovered once deleted. Requires at minimum the Planner ro…
  • Delete Pipeline Tool to delete a CI/CD pipeline by its ID within a specified project. This action expires all pipeline caches and deletes all immediately related objects such as builds, logs, artifacts, and triggers. This action is irr…
  • Delete Project Tool to delete a GitLab project by its ID. Use when you need to remove a project, either by marking it for later deletion or deleting it immediately.
  • Delete Repository Branch Tool to delete a branch from a GitLab project repository. Use when you need to remove a branch that is no longer needed. This action is irreversible — the branch cannot be recovered once deleted. Cannot delete default o…
  • Delete Repository File Deletes a file from a GitLab repository by creating a new commit. Use this action when you need to remove a file from a project's repository on a specific branch. This action is irreversible — the file will be removed f…
  • Delete Webhook Deletes a project webhook/hook permanently from a GitLab project, removing the integration and stopping all event notifications. Use this action when you need to remove a webhook that is no longer needed or to clean up…
  • Download Project Avatar Tool to download a project's avatar image. Use when you need the raw avatar bytes after confirming the project exists.
  • Erase Job Tool to erase the content of a specified job within a project. Use when you need to remove job artifacts and logs.
  • Fork Project Forks a GitLab project to a specified namespace or the current user's namespace. Creates an independent copy of the project that maintains a relationship with the source. Use this action when you need to create a person…
  • Get Commit References Tool to get all references (branches or tags) a commit is pushed to. Use when you need to find out which branches or tags a specific commit belongs to in a GitLab project.
  • Get Commit Sequence Tool to get the sequence number of a commit in a project by following parent links from the given commit. Use when you need to determine the order of a commit in the project's history.
  • Get Current User Retrieves information about the currently authenticated user. Use this action when you need to get details about the user who owns the authentication token, such as their profile information, permissions, and settings.
  • Get Repository File Retrieves a single file from a GitLab repository at a specific ref (branch, tag, or commit). Returns the file content as base64-encoded data along with metadata like size, encoding, and commit information. Use this acti…
  • Get Group Details Tool to retrieve information about a specific group by its ID. Use when you need to get details of a GitLab group.
  • Get Group Member Tool to retrieve details for a specific group member. Use when you need to fetch membership information for a user in a group after you know both group ID and user ID.
  • Get Groups Get Groups
  • Get Issue Retrieves a single issue from a GitLab project by its internal ID (iid). Returns comprehensive issue details including description, state, labels, assignees, time tracking, and task status. Use this action when you need…
  • Get Issue Note Retrieves a single comment (note) from a GitLab issue by its ID. Use this action when you need to fetch the details of a specific note on an issue, including its content, author information, and metadata.
  • Get Job Details Tool to retrieve details of a single job by its ID within a specified project. Use this when you need to fetch specific information about a particular CI/CD job.
  • Get Job Trace Retrieves the trace (log output) for a specific CI/CD job within a project. Use this action when you need to view the execution logs of a job to debug failures, check output, or monitor job progress. The trace contains…
  • Get Project Label Retrieves a single project label by its ID or title. Use this action when you need to fetch details about a specific label within a GitLab project, such as its color, description, or associated issue/MR counts.
  • Get Merge Request Notes Tool to fetch comments on a merge request. Use when you need to retrieve all notes for a specific merge request.
  • Get Milestone Retrieves a single milestone by its ID for a specific project. Returns detailed information including title, description, dates, and state. Use when you need to fetch complete details about a specific milestone.
  • Get Project Tool to get a single project by ID or URL-encoded path.
  • Get Project Languages Tool to list programming languages used in a project with percentages. Use when you need the project language breakdown.
  • Get Project Member Tool to retrieve details for a specific project member. Use after confirming project and user IDs to fetch membership information for a project member.
  • Get Project Member All Tool to retrieve details for a specific project member (including inherited and invited members). Use when you need the effective membership info (including invitations and inheritance).
  • Get Project Merge Request Tool to fetch full details for a single merge request when the MR IID is known. Use when you need to retrieve canonical metadata, description, state, branches, authors, and approval-related fields for a specific merge r…
  • Get Merge Request Commits Tool to get commits of a merge request. Use when you need to retrieve all commits associated with a specific merge request.
  • Get Project Merge Requests Tool to retrieve a list of merge requests for a specific project. Use when you need to get all merge requests associated with a project, with options to filter by state, labels, milestones, and other attributes.
  • Get Projects Tool to list all projects accessible to the authenticated user. Supports filtering. Private or group projects may be silently omitted if the token lacks sufficient scopes or group membership.
  • List Merge Request Diffs Tool to list all diff versions of a merge request. Use when you need to inspect changes across different diff versions after creating or updating a merge request.
  • Get Raw File Retrieves the raw contents of a file from a GitLab repository without Base64 encoding. Use this action when you need to read the actual file content directly from a repository. Unlike the standard file retrieval endpoin…
  • Get Repository Branch Tool to retrieve information about a specific branch in a project. Use when you need to get details for a single branch.
  • Get Repository Branches Retrieves a list of repository branches for a project. Use this when you need to get all branches or search for specific branches within a GitLab project.
  • Get Single Commit Tool to get a specific commit identified by the commit hash or name of a branch or tag. Use this when you need to retrieve detailed information about a single commit in a GitLab project repository.
  • Get Single Pipeline Tool to retrieve details of a single pipeline by its ID within a specified project. Use when you need to get information about a specific CI/CD pipeline.
  • Get Issue Time Stats Retrieves time tracking statistics for a specific issue in a project. Returns both machine-readable values (in seconds) and human-readable formatted durations. Use this action when you need to check time estimates, logg…
  • Get User Tool to retrieve information about a specific user by their ID. Use when you need to fetch details for a single GitLab user.
  • Get User Preferences Tool to get the current user's preferences. Use when you need to retrieve the user's diff display and CI identity JWT settings after authentication.
  • Get Users Tool to retrieve a list of users from GitLab. Use this when you need to find user information, search for specific users, or filter users based on various criteria like activity status or creation date.
  • Get User Status Tool to get a user's status by ID. Use when you need to retrieve a GitLab user's current status message, emoji, and availability after identifying their user ID.
  • Get User Status Tool to get the current user's status. Use when displaying or verifying the authenticated user's GitLab status after login.
  • Get User Support PIN Tool to get details of the current user's Support PIN. Use when you need to retrieve the active support PIN and its expiration for the authenticated user.
  • Get Webhook Retrieves detailed information about a specific project webhook by its ID. Use this action when you need to inspect a webhook's configuration, including its URL, enabled event triggers, SSL verification settings, and au…
  • Import project members Tool to import members from one project to another. Use when migrating members between projects.
  • List All Group Members Tool to list all members of a group including direct, inherited, and invited members. Use when you need a comprehensive membership list beyond direct members.
  • List All Project Members Tool to list all members of a project (direct, inherited, invited). Use when you need the effective membership list including inherited and invited members.
  • List Billable Group Members Tool to list billable members of a top-level group (including its subgroups and projects). Use when generating billing reports; requires Owner role on the group.
  • List Commit Comments Retrieves all comments associated with a specific commit in a GitLab project. Use this action when you need to view discussions or feedback left on a particular commit, including both general comments and inline code re…
  • List Group Members Tool to list direct members of a group. Use when you need to retrieve or filter a group's direct membership.
  • List Group Projects Tool to list projects within a GitLab group by group ID or full path. Use when discovering projects under a namespace or subgroup.
  • List Issue Notes Retrieves all notes (comments and activity) for a specific project issue in GitLab. Use this action when you need to view the discussion history, comments, or activity log on an issue to understand the context or follow…
  • List Labels Lists all labels for a project with optional filtering by name, archived status, and ancestor inclusion. Use this action when you need to retrieve available labels for a project to categorize issues or merge requests, o…
  • List Merge Requests Retrieves a list of merge requests from across all accessible projects based on scope and filters. Use this action when you need to query merge requests at the instance or user level (not scoped to a specific project),…
  • List Project Milestones Lists all milestones for a specific project with optional filtering by state, title, or search terms. Use this action when you need to view project milestones, check milestone progress, or find a specific milestone by t…
  • List Pending Group Members Tool to list pending members of a group and its subgroups and projects. Use when you need to review users awaiting approval or invited without an account. Call after confirming the top-level group ID.
  • List Pipeline Jobs Tool to retrieve a list of jobs for a specified pipeline within a project. Use this when you need to inspect the status or details of jobs associated with a particular CI/CD pipeline.
  • List Project Groups Tool to list ancestor groups of a project. Use when you need to retrieve all groups a project belongs to or is shared with.
  • List Project Invited Groups Tool to list groups invited to a project. Use when auditing which groups have access to a project.
  • List Project Issues Tool to list issues for a project with filtering options (state, labels, search, assignee, author, etc.). Use when you need to browse, filter, or triage project issues to confirm IIDs or decide what to update/close.
  • List Project Pipelines Tool to retrieve a list of pipelines for a specified project. Use when you need to get information about CI/CD pipelines, such as their status, source, or creation/update times.
  • List Project Shareable Groups Tool to list groups that can be shared with a project. Use before sharing a project to fetch eligible groups.
  • List Project Repository Tags Tool to retrieve a list of repository tags for a specified project. Use when you need to get all tags associated with a project in GitLab.
  • List Project Transfer Locations Tool to list namespaces available for project transfer. Use when you need to determine which groups a project can be transferred into.
  • List project users Tool to list users of a project. Use after you have a project ID and want to retrieve its users.
  • List Repository Commits Tool to get a list of repository commits in a project. Use when you need to retrieve commit history for a specific project, branch, or time range.
  • List User Projects Tool to list projects owned by a specific user. Use after obtaining target user identity to fetch owned projects.
  • List Webhooks Tool to list all webhooks configured for a GitLab project. Returns webhook configurations including URLs, event triggers, and SSL settings. Use when you need to view existing webhooks for a project, audit webhook config…
  • Move Issue Moves an issue from one project to another in GitLab. The issue receives a new IID and project_id in the destination project. Use this action when you need to relocate an issue to a different project, such as when reorg…
  • Play Job Triggers execution of a manual job in a GitLab project. Use this action when you need to start or run a job that requires manual intervention or has a manual status.
  • Create Support PIN Tool to create a support PIN for your authenticated user. Use when GitLab Support requests a PIN to verify your identity.
  • Protect Branch Protects a repository branch in a GitLab project by setting access controls for push, merge, and unprotect operations. Use this action when you need to enforce branch protection rules to prevent unauthorized modificatio…
  • Update User Preferences Tool to update the current user's preferences. Use when adjusting default diff viewing and CI identity settings.
  • Reset Spent Time Resets the total spent time for a specified GitLab issue to 0 seconds. This action is irreversible — all previously recorded time entries will be cleared and cannot be recovered. Use this action when you need to clear a…
  • Reset Time Estimate Resets the estimated time for a specified issue to 0 seconds. Use this action when you need to clear a previously set time estimate on an issue while preserving the total time spent.
  • Retry Pipeline Retries failed or canceled jobs in a pipeline. Use this action when you need to re-run a pipeline that has failed or was canceled. Note that if there are no failed or canceled jobs in the pipeline, calling this action h…
  • Set Time Estimate Sets the estimated time to complete an issue in a GitLab project. Use this action when you need to set or update the time estimate for tracking project work. The estimate is specified in human-readable format like '3h30…
  • Set User Status Tool to set the current user's status. Use when you need to update availability or convey current mood on GitLab.
  • Share Project With Group Tool to share a project with a group. Use when you need to grant a group specific access level to a project.
  • Star Project Stars a project in GitLab, marking it as a favorite for the authenticated user. This adds the project to your starred projects list and increments its star count. Use this action when you want to bookmark or show suppor…
  • Start Housekeeping Task Tool to start the housekeeping task for a project. Use when you need to trigger manual maintenance or pruning on a repository.
  • Unapprove Merge Request Removes the approval from the currently authenticated user for a specified merge request. Use this action when you need to revoke your previously given approval on a merge request. The action requires the merge request…
  • Unprotect Branch Tool to remove protection from a branch in a GitLab project. Use this action when you need to unprotect a branch, allowing unrestricted push and merge access. This action is irreversible in the sense that protection rul…
  • Unstar Project Unstar a previously starred GitLab project to remove it from your favorites list. Use this action when you need to remove a project from your starred projects. This action removes the star that was previously added by t…
  • Update GitLab Group Updates an existing GitLab group's settings and properties. Use this action when you need to modify group configuration such as name, path, visibility, permissions, or feature settings. Administrators can update additio…
  • Update Issue Note Updates an existing note (comment) on a GitLab issue. Use this action when you need to edit the content of a previously created comment on an issue. This is useful for correcting typos, adding additional information, or…
  • Update Label Updates an existing label in a GitLab project by modifying its name, color, description, priority, or archived status. At least one of new_name or color must be provided to perform the update. Use this action when you n…
  • Update Merge Request Updates an existing merge request in a GitLab project (title, description, assignees, reviewers, labels, state, etc.). Use this action when you need to modify merge request details, manage assignees/reviewers, update la…
  • Update Milestone Updates an existing milestone in a GitLab project, allowing you to modify the title, description, dates, or state. Use this action when you need to change milestone details, adjust deadlines, or close/reopen a milestone.
  • Update Project Issue Tool to update an existing issue in a GitLab project (title, description, labels, assignees, state, etc.). Use when you need to modify issue details, close/reopen issues, or manage labels and assignments.
  • Update Repository File Updates an existing file in a GitLab repository. Commits the changes to the specified branch with the provided commit message. Use this action when you need to modify file contents, change file permissions, or update fi…
  • Update Webhook Updates an existing project webhook configuration including URL, event triggers, SSL verification, and authentication token. Use this action when you need to modify a webhook's endpoint, change which events trigger noti…
  • Validate Credential Validates the authentication credentials by retrieving the currently authenticated user's information. Use this action when you need to verify that the API token or credentials are valid and active. Returns the authenti…

How we connect it

  1. 1

    Connect your account

    You log in with your own GitLab account. We never see your password, and you can revoke access from GitLab at any time.

  2. 2

    Set the guardrails

    Read-only by default. You choose which write actions the agent may take, and anything outside that policy gets confirmed with you first.

  3. 3

    We keep it running

    Health checks on every connection, updates handled for you, and we watch the first week of activity to make sure the work lands.

GitLab questions, answered.

You sign in with your own GitLab account. Permissions are scoped to the minimum the agent needs, the connection is health-checked, and you can revoke access from GitLab at any time.
The actions GitLab's API allows, the same things a person clicking around the app could do. Connections start read-only by default; write actions are confirmed against the policy you set before the agent takes them.
Connections are priced per tool on top of the base plan. Some are included, some are premium. See pricing for how connection charges work.
Standard tools are ready inside 7 business days of the setup call. We test the connection end to end, walk you through how the agent uses it, and watch the first week of activity.

Ready to put GitLab to work?

Tell us what your team runs on. We set up the connection, secure it, and your agent takes it from there.

All product names, logos, and brands are property of their respective owners; used for identification only. ZeroToClaw is not affiliated with or endorsed by GitLab.