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
The Schema Validator checks your actor's actual dataset output against the schema you declared in your dataset_schema.js...
What is the Test Runner?The Test Runner is a testing tool that runs your Apify actor with predefined test inputs and automatically validates the...
What is Cloud Staging?Cloud Staging runs your actor in Apify's actual production environment before you make it public on the Store, catching ...
What are Regression Tests?Regression tests are automated test suites that run before every publish to verify that new code changes have not broken...