Skip to main content
Job: trigger the same workflow from the place your team already works.

CLI: run a local file

CLI: run a named play

TypeScript: call from an app or script

TypeScript apps can call the same workflow the CLI runs.

Inside another play

Use ctx.runPlay(...) for child plays that are statically resolvable in your workspace. Use ctx.tools.execute(...) when one provider/tool call is the step you need.

HTTP: call from any runtime

The response includes a workflow id. Poll that id until the run finishes.