Skip to main content
POST
/
api
/
v1
/
workers
/
deployments
/
{deployment_id}
/
workflows
Error
A valid request URL is required to generate request examples

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Project-ID
string
required

Project ID

Path Parameters

deployment_id
string
required

Deployment ID

Body

application/json

Request to register a workflow in a deployment

workflow_id
string
required

Workflow ID

workflow_type
string
required

Workflow type (workflow, agent, tool)

scheduled
boolean | null

Whether the workflow is scheduled

trigger_on_event
boolean | null

Whether to trigger on events

Response

Workflow registered in deployment