How It Works

Key concepts

Tools

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:

  • AI: For complex tasks like translation, summarization, text-to-speech, and text generation.
  • Data Formats: For converting between formats like JSON, YAML, and CSV.
  • Encoding: For encoding and decoding data (e.g., Base64, URL).
  • Hashing: For generating secure hashes (e.g., MD5, SHA256).
  • Text: For common text manipulation like changing case or using templates.
  • Utilities: For generating data or extracting information.

Pipelines

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.

Variables & 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 .

Example: Imagine a pipeline with two steps:

  1. A "Faker Data" tool with the slug generate-name that generates a random name.
  2. A "Text Template" tool that takes the following template: "Hello, my name is ."

The final output would be a sentence with the random name inserted, like "Hello, my name is Jane Doe."

Credits & Pricing

ToolPipeline operates on a flexible credit-based system.

  • Free Start: Every new account receives 50 free credits to get started immediately.
  • Pay-as-you-go: Credits are deducted based on the complexity of the tool used. For example, basic text manipulation is free, while advanced AI models (like image generation or text-to-speech) cost a specific number of credits per run.
  • Top-up: You can purchase additional credit packs or subscribe for a monthly allowance to keep your pipelines running smoothly.

Copyright © 2026 ToolPipeline