Privacy & spend limits

Control what TigerGateway records and cap how much you spend. Configure both under Dashboard → Settings.

Spend limits

Set a daily and/or monthly USD cap on estimated spend. When a cap is reached, new requests return 402 budget_exceeded until the window resets. The Settings page shows live usage bars that warn at your alert threshold.

json
{
  "error": {
    "message": "Daily spend limit reached. Raise it in Settings to continue.",
    "type": "budget_exceeded",
    "code": 402
  }
}

Costs are estimates — with BYOK, your providers bill you directly. Limits are a guardrail, not an invoice.

Privacy & logging

  • Log requests — turn off per-call logging entirely. Aggregate usage (for budgets and Activity) is always kept.
  • Store prompt & response content — opt in to saving message and completion text for debugging. Off by default.
  • Log retention — request logs older than N days are purged automatically. Set 0 to keep forever.