THROTTLE

Usage snapshots,
archived forever.

The Throttle extension owns your snapshot collection. This is the append-only backend that absorbs overflow and keeps history past local quota.

STEP 01
Sign in
Create an account in seconds. Email + password.
STEP 02
Pair the extension
Generate a one-time code, paste it into the extension.
STEP 03
Snapshots stream in
Extension uploads batches; we dedupe and archive.
POST /api/public/snapshots
curl -X POST https://throttle.app/api/public/snapshots \
  -H 'authorization: Bearer tk_live_…' \
  -H 'content-type: application/json' \
  -d '{
    "provider": "claude",
    "provider_id": "user@example.com",
    "snapshots": [
      { "t": 1738305600000, "data": { "tokens_used": 12345 } }
    ]
  }'
Read the docs →