Workflows are in Beta. Run a Valyu-curated workflow end to end in two minutes - no template authoring required.
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.
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.Run it
Pass
workflow_id and workflow_params to deepresearch.create. Do not also send a freeform query - the two are mutually exclusive.Next steps
Workflows guide
Variables, deliverables, versioning, scopes, and limits.
DeepResearch guide
The async research engine workflows run on.

