Skip to main content
POST
CreateWorkstreamAPI mirrors erdo_create_workstream.

Authorizations

Authorization
string
header
required

An Erdo API key (erdo_api_...) or scoped token (erdo_token_...).

Body

application/json
description
string
phases
object[]
project_slug
string
slug
string
title
string

Response

Success response

events
WorkstreamEvent is one entry in a workstream's append-only, chronological log · object[]

(newest first), embedded so cards/agents see activity without a second call.

following
boolean

detail page can render its follow toggle without a second call (Wave E).

phases
WorkstreamPhase is an ordered step within a workstream. · object[]
resources
WorkstreamResource is a typed link from a workstream to another domain object. · object[]
workstream
Workstream represents a piece of business work in motion. · object

Operational state machine for multi-step work (campaign launches, reports, monitors).