Skip to main content
POST
Resolve a stable workflow key or create a workflow.
Resolve or create a caller-owned workflow by stable key. This compatibility route is for older or intentionally local-only workspaces. New workspace initialization should list competition workflows first, then use the create-from-manifest route for a separate workflow or bind an explicitly selected 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