---
title: "Create a new workflow"
method: POST
path: "/api/workflows"
tags: ["Workflows"]
---

# Create a new workflow

`POST /api/workflows`

## Request body

- object
  - `name` string, required
  - `description` string

## Response `201`

Workflow created

---

[API](https://skmtc.net/kubeorch/apis/kubeorch-core-api.md) · [All operations](https://skmtc.net/kubeorch/apis/kubeorch-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kubeorch/kubeorch-core-api/versions/6a519509c820/schema)
