---
title: "Build Clarity Automation"
method: POST
path: "/v2/clarity-v2/processes/{process_id}/automation"
tags: ["ClarityV2"]
---

# Build Clarity Automation

`POST /v2/clarity-v2/processes/{process_id}/automation`

Hand the latest transformation proposal for a v2 clarity process off to the workflow-builder pipeline. Returns 202 with the new run id; the LLM run completes asynchronously.

## Path parameters

- `process_id` string, uuid, required

## Response `202`

Default Response

- object
  - `automation_run` object, required
    - `id` string, uuid, required — Workflow-builder run id
    - `status` 'generating', required — Always `generating` immediately after kickoff

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `500` — Default Response

---

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