Agentic Service Discovery

Resources

G

GitLab

by GitLab Inc.

Connect agents to GitLab to manage issues, merge requests, pipelines, and repositories.

OtherFree / PaidBearer tokendevopsgitci-cdissuesmerge requestscode review

How agents use GitLab

  • Triage and label incoming issues based on content and context
  • Auto-generate merge request descriptions from commit history
  • Monitor pipeline failures and notify the right engineers
  • Create issues from external bug reports, support tickets, or Slack messages
  • Report sprint progress by querying open/closed issues per milestone

Agent actions

List IssuesList issues in a project with filters

Inputs: projectId, state, labels, assigneeId, perPage, orderBy

Returns: issues, total

Get IssueGet details of a specific issue

Inputs: projectId, issueIid

Returns: issue, title, state, labels, assignees, webUrl

Create IssueCreate a new issue in a project

Inputs: projectId, title, description, labels, assigneeIds, milestoneId, dueDate

Returns: issueIid, issueId, webUrl, issue

Update IssueUpdate issue state, assignees, labels, or description

Inputs: projectId, issueIid, stateEvent, title, description, labels, addLabels, removeLabels

Returns: issue

Add CommentAdd a comment to an issue or merge request

Inputs: projectId, iid, entityType, body

Returns: noteId, body, createdAt

List Merge RequestsList merge requests in a project

Inputs: projectId, state, perPage

Returns: mergeRequests, total

Get PipelineRetrieve the status of a CI/CD pipeline

Inputs: projectId, pipelineId

Returns: pipeline, status, duration, webUrl

Trigger PipelineTrigger a CI/CD pipeline for a branch or tag

Inputs: projectId, ref, variables

Returns: pipelineId, status, webUrl

Example workflows

1

Automated issue triage

Agent reads new issues, classifies them, adds labels, and assigns to the right team

2

CI/CD monitor

Agent monitors pipeline failures and creates incident tickets with failure details

About GitLab

Vendor
GitLab Inc.
Pricing Always review details with the vendor
Free / PaidFree tier: unlimited public/private repos, 5GB storage, 400 CI/CD minutes/month. Premium from $29/user/month.
Authentication
Bearer token
Rate limit Always review details with the vendor
600 requests / minute
Compatible nodes
AgentResourceInputOutput

Build an AI workflow with GitLab

Use the Agentic Planner to design, visualize, and connect GitLab with your other tools.

Open Agentic Planner

Related Other tools