Update Workflow
Update workflow metadata.
Authentication
X-Browser-Use-API-Keystring
API Key authentication via header
Path Parameters
workflow_id
Request
This endpoint expects an object.
name
Name of the workflow
description
Description of the workflow
variables
Variables/parameters for the workflow
Response
Successful Response
id
Unique identifier for the workflow
projectId
Project ID this workflow belongs to
name
Name of the workflow
createdAt
Naive UTC timestamp when the workflow was created
updatedAt
Naive UTC timestamp when the workflow was last updated
userId
User ID who created the workflow
description
Description of the workflow
s3Key
S3 key where the workflow YAML is stored
yamlDownloadUrl
Presigned URL to download the workflow YAML
variables
Variables/parameters for the workflow
cost
Total cost incurred by this workflow
isArchived
Whether the workflow is archived
generationStatus
Status of workflow YAML generation
Allowed values:
generationError
Error message if generation failed
inputSchema
Input schema from workflow YAML defining required/optional variables
inputTemplate
Pre-filled input template based on input_schema for easy execution