Tools

What is the Pipeline Builder?

The Pipeline Builder validates multi-actor data pipelines and generates TypeScript orchestration code. Define pipeline stages with actor IDs and field mappings, and the builder checks that output fields from each stage map correctly to the next stage's input fields. The builder identifies type mismatches between stages, warns about missing field mappings, and generates complete Actor.call() chain code that you can deploy as a new orchestration actor. It also estimates total pipeline cost by summing PPE prices across all stages. Pipeline Builder costs $0.40 per build and does not run any actors — it reads schemas from latest builds. Visit apifyforge.com/tools/pipeline-builder for documentation.

Related questions