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

# Create workflow template

`POST /api/workflows`

## Request body

- object
  - `name` string, required
  - `description` string
  - `steps` object[], required
    - `agent` string
    - `action` string
    - `params` object

## Response `201`

Template created

- object
  - `template` object

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions
- `429` — Rate limit exceeded

---

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