---
title: "Handle GitLab webhook events"
method: POST
path: "/api/gitlab/webhook"
tags: ["Webhooks"]
---

# Handle GitLab webhook events

`POST /api/gitlab/webhook`

## Response `200`

Event processed

- object
  - `created` boolean, required
  - `taskId` string

## Other responses

- `401` — Invalid token
- `503` — GitLab integration not configured

---

[API](https://skmtc.net/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.net/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/desplega-ai/agent-swarm-api/versions/e2028c1ef6f5/schema)
