Operating system set to macOS
Documentation jurisdiction set to United States
Sign inConnect Claude
API/schemas
Schema

WorkstreamForkResponse

The new private copy produced by forking a recipe (the prototype's Fork affordance). Carries the keys the FE needs to navigate to the fork.

FieldTypeDescription
idrequiredstring (uuid)New fork's UUID
slugstring | nullNew fork's slug (auto-generated)
namerequiredstringFork name (copied from source)
scoperequiredstringFork scope (private 'user' by default)
statusrequiredstringFork status ('draft')
versionrequiredintegerFork version (copied from source at fork time)
parent_workstream_idstring (uuid) | nullSource recipe this was forked from (drives forked_from)