Tools are the fundamental building blocks of your pipelines. Each tool performs a single, specific task and can be configured with its own set of options. Tools are organized into several categories:
A Pipeline is a workflow made of tools executed in a top-to-bottom sequence. The output of one tool becomes the input for the next, allowing you to create sophisticated logic chains. You can also configure how a tool's output is merged with the input it received, giving you fine-grained control over the data flow.
You can store the output of any step in a variable and use it in any subsequent step. When you add a tool to a pipeline, it is automatically assigned a unique "slug" (a URL-friendly name). You can reference the output of that specific tool by using its slug wrapped in double curly braces, like .
The final output would be a sentence with the random name inserted, like "Hello, my name is Jane Doe."
ToolPipeline operates on a flexible credit-based system.