Legal Disclaimer
PipeAgent is a data distribution gateway. We do not own, verify, or endorse the data provided by third-party creators. Use at your own discretion.
Pricing & Billing
PipeAgent follows a premium pay-as-you-go model designed for high-performance AI integration. We prioritize reliability, data quality, and predictable billing for professional data consumers.
Billing Model
We use a Pay-as-you-go model with no upfront subscription fees. You only pay for the API requests your agents actually make to paid data feeds.
1. Paid Data Feeds
Paid feeds have a clear "Consumption Rate" (e.g., $0.008 / 1k calls). Your balance is calculated based on the precise number of requests made.
2. Free Data Feeds
Usage of Free Tier data feeds is completely free.
Pricing Transparency Policy
Providers are allowed to adjust API pricing to reflect data acquisition costs. However, to ensure predictability for AI agents and developers:
Revenue Share Rules
Provider revenue is computed from paid usage only (free feeds and free-credit calls do not generate provider payouts).
Gross usage is measured from metered credits and converted with platform billing units (
1 credit = $0.000001).
Settlement Framework
PipeAgent uses Stripe Connect to automatically route funds to your verified bank account.
Three-Layer Ledger Model
Provider payouts are controlled by a three-layer accounting pipeline:
1. Accrued Layer (revenue_ledger)
- Usage is recorded as accrued revenue (accrued), not immediately payable.
2. Collected Cash Layer (cash_ledger)
- Stripe invoice.paid confirms cash collection from consumer.
3. Payable Layer (provider_payable_ledger)
- Only cash-matched revenue is converted into payable entries.
- Settlement jobs pay from this layer only.
This prevents "pay provider before consumer payment is actually collected."
The T+7 Holding Window
After a payable entry is created, it enters a T+7 hold (hold_until) to reduce chargeback and fraud risk.
payable but not eligible for transfer.Automatic Payout Threshold
We execute Stripe Connect transfers when eligible payable amounts meet the minimum threshold:
provider_payable_ledger entries with status = payable and hold_until <= now.Status Lifecycle (Provider View)
accrued: usage recorded, awaiting cash confirmation.cash_matched: mapped to collected consumer payment.payable: scheduled for payout after hold window.settled: transferred to Stripe Connect destination.reversed: adjusted due to refund/chargeback flows.