---
title: "POST /api/v1/workflows/{id}/commit"
method: POST
path: "/api/v1/workflows/{id}/commit"
tags: ["workflows"]
---

# POST /api/v1/workflows/{id}/commit

`POST /api/v1/workflows/{id}/commit`

## Path parameters

- `id` string, required

## Response `200`

Compiled workflow definition

- object
  - `title` string
  - `description` string, nullable
  - `entrypoint` object
    - `ref` string
  - `actions` object[]
    - `ref` string
    - `componentId` string
    - `params` object
    - `dependsOn` string[]
  - `config` object
    - `environment` string
    - `timeoutSeconds` number

## Changes

- **2025-11-04** `b0518ab33431` — 1 info
  - endpoint added
- **2025-10-24** `8db531c050e5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/changes/api/v1/workflows/:id/commit/post.md)

---

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