POST
Create Workflow Run
Creates a test execution of the workflow. No outbound call is placed โ€” this is useful for validating agent behavior, checking prompt outputs, and testing tool integrations before going live.

Authorizations

Authorization
string
header
required

An EESI API key (sk-eesi-...) or a Clerk session token.

Headers

authorization
string | null
X-API-Key
string | null

Path Parameters

workflow_id
integer
required

Body

application/json
mode
string
required
name
string
required

Response

Successful Response

id
integer
required
workflow_id
integer
required
name
string
required
mode
string
required
created_at
string<date-time>
required
definition_id
integer
required
initial_context
Initial Context ยท object | null