GitLab Manage GitLab projects, merge requests, pipelines, and issues via the REST API. Environment Variables - - GitLab instance URL (e.g. or self-hosted) - - Personal access token or project token List projects Get project details List merge requests Create merge request List pipelines Trigger pipeline Get pipeline jobs List issues Create issue Get job log Notes - Project ID can be numeric or URL-encoded path (e.g. ). - Use and query params for pagination. - Rate limits: 300 requests/min for authenticated requests on gitlab.com. - Always confirm before creating MRs, triggering pipelines, or…