---
title: "Create Workflow"
method: POST
path: "/workflow"
tags: ["Workflows"]
---

# Create Workflow

`POST /workflow`

Creates a new workflow with the provided details

## Request body

- CreateWorkflow
  - `name` string, required
  - `description` string, required
  - `workspaceId` integer, required

## Response `200`

Workflow created successfully

---

[API](https://skmtc.net/laminar/apis/laminar-api.md) · [All operations](https://skmtc.net/laminar/apis/laminar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laminar/laminar-api/revisions/f0b9f895fdd8/schema)
