logo-darkPipe0

Billing

Our billing system consists of two parts: credits and subscriptions.

Credits

Credits are the universal currency of pipe0. Requests in production mode are billed in credits. You are never billed if an operation returns an error.

Credits let you make requests to third-party services without purchasing subscriptions to these services.

You can find the credit costs per operation in the pipe catalog and search catalog.

Pipe billing

Pipes are billed when they "run".

Pipes "run" when at least one of their output fields will be generated. In case all output fields are provided by your input data, the pipe does not "run" unless at least one provided output value requires regeneration. See input sanitation for more info.

Pipes can "run" without consuming credits. This is determined by their billing mode.

Billing mode

Each pipe has a billing_mode that determines when a run costs credits.

billing_mode always

Pipes with billing_mode="always" are billed on every run. Credits are deducted from your balance regardless of the pipe's result. Even if pipe output fields are marked as no_result, credits will be deducted from your balance. See field status for more info.

Pipes are not billed if the pipe run fails (error state).

billing_mode on_success

Pipes with billing_mode="on_success" are billed when at least one of their output fields is marked as completed. This indicates a successful result. If all output fields of a pipe are marked as no_result, the pipe is not billed. See field status for more info.

AI pipe billing

AI pipes like prompt:run@1, email:write@1, and message:write@1 are billed by token usage, not at a flat price per run.

  • Input and output tokens are billed separately, in blocks of 100 tokens.
  • Each model tier (google-low, openai-high, anthropic-high) has its own credit price per block.
  • agent:run@1 bills the tokens of every agent step, plus a fee per tool call.

Short prompts with short answers cost a fraction of a credit. Long prompts over large fields (for example a full profile object) cost more. The pipe catalog shows a cost estimate for every AI pipe.

Search billing

Searches are billed per successful result or per search.

billing_mode per_result

You are billed per search result. If a search request returned 500 entries you are billed 500 times the cost per result.

The cost per result can be found in the search catalog.

You are billed per search. If a search request returned 500 entries you are billed only once.

The cost per search can be found in the search catalog.

Insufficient balance

If your credit balance is insufficient to complete an ongoing enrichment task, the entire task fails and you are billed for the enrichment performed up to the failure.

One-off purchases

You can purchase additional credits at your current subscription price. One-off credits can be purchased by users with active subscriptions.

To purchase one-off credits contact support@pipe0.com.

Credit rollover

You can hold up to 4x the credit amount of either your monthly or yearly subscription value in your account. Credit balances that exceed this threshold are lost.

During subscription downgrades the credit rollover amount is lowered and the limit of your new subscription applies.

Negative balances

We do not offer negative balances (line of credit).

If you're building a system that requires auto-top-ups to remain operational at all times contact support@pipe0.com.

High-usage billing

High-usage billing lowers the per-operation credit price of high-traffic pipes and searches. You enroll an eligible operation into a discount tier, and every run of that operation bills at the lower price.

In the pipe catalog and search catalog, eligible operations show a "high volume from" price next to their standard cost. Open the price to see the full tier breakdown.

What qualifies

High-usage billing only changes the price of operations that run on a managed connection, where pipe0 supplies the provider key. Operations on your own connection are billed separately and never use tiers.

An operation qualifies when its standard price is at least 0.1 credits and the catalog lists discount tiers for it. Near-free operations do not qualify.

One operation can sit behind several pipes and searches. When you enroll it, every pipe and search that bills under that operation gets the lower price.

Tiers

An eligible operation has up to three tiers: level 1, level 2, and level 3. Each level is cheaper than the one before it, so level 3 gives the lowest price. The catalog cost table lists the exact price for each level.

Capacity and slots

Each paid plan includes a high-volume capacity, a fixed number of slots you can spend across all your enrollments. A deeper tier costs more slots. If an enrollment would push you past your capacity, pipe0 rejects the change. To free up slots, move an enrollment to a lower tier or remove it. Your plan features list your capacity.

30-day lock

Each enrollment is locked for 30 days from the day you set it. While it is locked you can move up to a cheaper tier if you have the capacity, but you cannot move down or unenroll. Changing the tier starts the 30 days again.

Enrollment

To enroll, go to "Dashboard" > "Billing" > "High usage billing" and choose a tier for the operation you want to discount.

Custom discount levels

We're open to adding custom discounts for customers committing to higher volumes. Reach out to support@pipe0.com.

Subscriptions

Subscriptions are managed through Stripe.

You can create, update, and cancel your subscription at any time. Navigate to "Dashboard" > "Billing" > "Manage Subscriptions" to access the billing portal.

Support

For issues and questions regarding your subscription contact support@pipe0.com.

On this page