---
title: "创建流水线"
method: POST
path: "/api/v1/pipelines"
tags: ["Pipelines"]
---

# 创建流水线

`POST /api/v1/pipelines`

## Request body

- PipelineCreate
  - `name` string, required
  - `config` object

## Response `200`

创建成功

- object
  - `code` integer
  - `data` object
    - `uuid` string, uuid

---

[API](https://skmtc.dev/langbot/apis/langbot-service-api.md) · [All operations](https://skmtc.dev/langbot/apis/langbot-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langbot/langbot-service-api/revisions/2384dee8c36a/schema)
