What to build
- Lead qualification: enrich company domains, remove duplicates, apply your ideal-customer criteria, and export the matching records.
- Competitive research: collect current sources for a list of companies and produce a consistent comparison.
- Data processing: extract content from supplied URLs, validate required fields, and flag records that need review.
Build one with your agent
Connect a supported agent client and describe the inputs, rules, output, and budget:1
Define and test
The agent writes the process using approved Tools and Recipes, checks the
code, and tests sample inputs without calling providers.
2
Save a version
Save the tested revision. Later edits do not change the version used by an
existing run.
3
Pilot a small input
Run a representative sample with a hard credit ceiling. Review the result
and cost before increasing the workload.
4
Run and review
Run the saved version on new inputs. Open Workflows to inspect progress,
results, tool calls, errors, and charges.
Control each run
The Workflow cannot enable more tools or expand its own access.
You can cancel a run to stop new calls; completed work can remain charged. Some interrupted runs can resume from saved progress. Review their status and receipts in Workflows before resuming.
How execution works
Workflows run versioned TypeScript in an isolated environment. Hosted code receives no account or provider credentials and can only call approved tools, with no arbitrary outbound requests. Supported connections exposeworkflow_definition, workflow_validate, workflow_run, and workflow_runs. These tools let the agent create, test, save, run, and inspect Workflows. If they are absent, that connection does not currently support hosted Workflows.
Connect an agent
Set up the connection that builds and runs your Workflow.
Recipes
Use maintained outcomes as steps in your process.