Skip to main content
POST
Create a new workflow from a CLI manifest without reusing an occupied key.
Create a new caller-owned workflow from a CLI manifest. The operation is create-only: if the key is already occupied, it returns workflow_key_conflict without resuming or updating that workflow.

Authorizations

Authorization
string
header
required

A Droyd API key in the Authorization Bearer slot.

Body

application/json
key
string
required
title
string
required
description
string | null
competition_slug
string
manifest_schema_version
integer
Required range: 1 <= x <= 100
manifest_hash
string
manifest
object
status
enum<string>
Available options:
active,
paused,
completed,
archived

Response

Successful response.

ok
any
required