Built for work across your tools

Build and run
agent workflows.

Workflow Corp is an open-source SDK for building reusable workflows from your working instructions. Run them with Codex across websites, apps, and APIs.

Start with a prompt or a recording.

outbound.workflowIllustrative example

Working instructions

Find companies that fit our criteria.

Research each company.

Prepare a lead list with source links.

Save the list for review.

criteria.md

Use the criteria in criteria.md.

Keep what you figured out.

You worked with Codex until the task worked.
Keep that method in a workflow you can run and improve.

Keep the instructions.
The steps, rules, and context that made the work useful.

Run with new inputs.
The same method, with the data for the next job.

Improve as you go.
Read the saved results and change what needs work.

Run it where your
tools already work.

The SDK runs your workflow with local Codex and your configured tools. Keep your scripts, inspect each step, and use the saved results to improve the next run.

Download the SDKMIT licensed · TypeScript and Python interfaces
Get startedTerminal
01 / Install the SDK
npm install -g https://app.workflowcorp.ai/downloads/workflow-corp-sdk-0.1.0.tgz
02 / Run your workflow
workflow run outbound.workflow --inputs inputs.json --workspace . --run-dir .runs/first

Use a workflow you built, your own inputs, and a workspace with the tools it needs.

Before your first run.

Bring the work
you want to run again.

Start with your working instructions, reference files, and an example result.