We collect the minimum data needed to provide the service: authentication, billing status, and usage counts.
What we collect
- Account identifiers: your Supabase user id (and your email address if your auth provider supplies it).
- Billing status: your plan, interval, and Stripe customer/subscription ids.
- Usage logs: metadata about each request (timestamp, plan, model, and size counters like characters/tokens). We do not store your full text by default.
What we don’t store
- We do not store passwords (sign-in is handled by your auth provider).
- We do not store your Anthropic or Stripe secret keys in the extension.
- We do not store your prompt history across requests unless you explicitly enable a future opt-in feature.
How usage resets
Your request allowance resets on your billing cycle, which is based on the subscription start date and tracked via Stripe’s current_period_start and current_period_end timestamps (UTC).
Security note
Each rewrite request is processed statelessly: only the text you submit in that request is sent to the model. Prior messages are not included in future prompts.