Skip to main content
Driftstack DRIFTSTACK

SLA policy

This page documents Driftstack's availability commitments by tier, how we measure uptime, what counts as an "incident," and the credit mechanics when we fail to meet the target. It describes the standard offering; enterprise contracts can negotiate a tier-specific SLA addendum that supersedes this page.

Tier-by-tier availability targets

Tier ids below match the AccountTier enum the API uses; see GET /v1/account/me.

TierMonthly targetMax allowed downtime / month
free / api_starter(no SLA — best effort)
solo_manual99.5%~3h 40m
team_manual / api_builder99.9%~43m
agency_manual / api_scale99.95%~21m
enterprise99.99% (per addendum)~4m

Tier upgrades take effect immediately on payment confirmation; SLA credit accruals reset at the boundary so a mid-month upgrade does not retroactively apply the higher target.

What's covered

The SLA applies to these public surfaces:

What's NOT covered

How we measure

Availability is measured per calendar month, using probes from our health-probe service (V-295b). The probes target:

A probe is "failed" when it returns non-2xx OR exceeds 5s. A minute is counted as downtime when 3+ consecutive probes fail (i.e. ≥ 3 minutes of failure register, mirroring the auto- incident threshold from. Probes run every 60s from three geo-distributed locations; the minute counts as down only when ≥ 2 of 3 locations register a failure (avoids regional ISP routing issues being counted against us).

Credit mechanics

Missing the monthly target accrues a credit on the customer's next invoice, computed against the monthly subscription fee:

Uptime in monthCredit
Below target, ≥ 99.0%5%
Below 99.0%, ≥ 95.0%10%
Below 95.0%25%

Credits are capped at the customer's monthly subscription fee for that month — they cannot exceed what was paid. Credits do not apply to per-minute or per-session usage charges, only the tier subscription line.

How to request a credit

  1. Email [email protected] within 30 days of the calendar month closing.
  2. Include the time range you observed the impact + the failure symptom you saw (5xx, timeout, etc.). If possible, include the session ids that were affected.
  3. We reconcile against the probe data + the audit trail on status.driftstack.dev within 5 business days. Approved credits appear on the next invoice as a line-item.

Enterprise SLA addenda

Enterprise contracts can negotiate:

Contact [email protected] to start the conversation. The default-tier SLA above is the floor — addenda only ever strengthen it.

Related