All PlatformsSecurityUpdated May 22, 2026

Privacy & Data Handling

What BotWave stores, what it doesn't, how messages are encrypted in transit, and your data export & deletion rights.

Privacy & Data Handling

BotWave is built so that the least possible amount of your messaging data is stored. This page lays out exactly what we store, what we don't, and how to exercise your rights.

What We Store

DataStored?Why
Account emailYesLogin + billing
Hashed passwordYes (bcrypt)Auth
Session auth state (WhatsApp)Yes (encrypted at rest)So your bot reconnects automatically
Session auth state (Telegram bot tokens)Yes (encrypted at rest)Same as above
Command execution logs30 daysDebugging, abuse review
Message contentNot stored long-term. Only buffered for the seconds needed to process the command.We don't want it.
Group member listsCached briefly for command targeting; not persistedPerformance
Analytics countersAggregated (message counts per day, command counts) β€” no message contentsDashboard

What We Don’t Store

  • The text of messages you send through the bot, except where temporarily required by a queued or in-flight command.
  • Your contacts.
  • Media (images, audio, video) outside the in-memory buffer required to forward or reply.

Encryption

  • In transit: TLS 1.3 everywhere.
  • At rest: AES-256 for auth state, bcrypt for passwords.
  • WhatsApp session keys are sealed with a per-account derived key, so even a partial DB leak does not expose enough material to take over a session.

Your Rights

You can:

  • Export your account data β€” Settings β†’ Account β†’ Export
  • Delete your account and all associated data β€” Settings β†’ Account β†’ Delete (purges within 14 days; backups within 30)
  • Pause all sessions β€” Sessions β†’ Pause All

Third Parties

  • Supabase (database + auth) β€” EU region
  • Render (web + bot containers)
  • Resend (transactional email)
  • AI providers (only when you explicitly enable AI commands; the AI request body contains the message text the user typed and your system prompt only)

We do not sell or share your data with advertisers, brokers, or third-party analytics services.

Reporting Abuse / Subpoena Contact

For abuse reports, send to abuse@botwave.online. We respond within 24 hours.

For lawful requests, see our Terms of Service for the legal contact.

Was this page helpful? Found a typo? Open an issue.Edit this page on GitHub

Related guides

Need more help?

Browse more guides, the FAQ, or start using BotWave now.