Pricing, subscription, and webhook updates

Saber now publishes complete API credit pricing, shows when canceled plans end, and documents direct signal webhook delivery behavior.

Saber made API pricing, subscription status, and direct webhook delivery easier to understand.

What changed

Complete API credit pricing

  • The Pricing page lists every metered API operation and its standard credit cost.
  • Signal subscription runs, market-signal detection, and technology-filtered list creation are included alongside per-request charges.
  • Metered OpenAPI operations include machine-readable credit-cost metadata.
  • Documentation validation prevents the published table from drifting from the product rate card.

Organizations with a custom agreement may have different rates.

Canceled plan end dates

  • Plans scheduled to cancel show Plan ends on with the effective end date.
  • Renewal copy remains limited to active and trialing subscriptions.
  • Past-due subscriptions retain their status and scheduled-cancellation details in the billing summary.

Direct signal webhook guidance

  • Direct signal webhooks are documented as unsigned.
  • A delivery is attempted up to five times in total for retryable failures.
  • Each request has a 25-second timeout.
  • X-Idempotency-Key can be used to deduplicate repeated delivery attempts.
  • Re-reading the signal through the API is the recommended verification step.

Customer action

Review the Pricing page and update any usage budgets or estimates that depend on API credit costs.

If you use direct signal webhooks, use an unguessable endpoint URL, deduplicate requests by X-Idempotency-Key, and verify the result through the Signals API before acting on it.

Learn more

On this page