Workflows are in Beta. Run a Valyu-curated workflow end to end in two minutes - no template authoring required.
1
Get your API key and install an SDK
Grab a key from the dashboard. New orgs start with free credits, so you can run immediately.
2
List the Valyu workflows
Browse the 44 curated templates and grab a
slug.3
Inspect a workflow's variables
Each workflow declares typed variables. Read them so you know exactly what Look at the
workflow_params to send. The ib-company-profile workflow (“Company Profile”, investment-banking) takes one required variable, company.variables array - each entry has a key, type (text / textarea / number / date / enum), and a required flag.4
Run it
Pass
workflow_id and workflow_params to deepresearch.create. Do not also send a freeform query - the two are mutually exclusive.5
Poll for completion and get the deliverable
The run is a normal DeepResearch task. Poll until it finishes, then read the report and fetch deliverables.
Next steps
Workflows guide
Variables, deliverables, versioning, scopes, and limits.
DeepResearch guide
The async research engine workflows run on.

