Legal
Last updated: August 2026
Gistio is a Gmail Add-on built on Google Apps Script. It reads your unread inbox emails, classifies them using the Gemini AI API, cleans up low-priority threads, and sends you a digest summary email. All processing happens within Google's infrastructure under your Google account.
To function, Gistio requests the following Gmail permissions:
For each unread email, the following fields are sent to the Gemini API for classification:
Full email bodies are not sent. Attachments are never accessed or sent. The Gemini API is used solely to classify emails by category and priority. Gemini's data handling is governed by Google's Privacy Policy.
Gistio stores a small amount of data in Google's UserProperties service (per-user, within your Google account):
This data is stored entirely within Google's infrastructure, accessible only to you and to Gistio's script running under your account. It is never transmitted to or stored on any external server.
Removing the Gistio add-on from your Google account deletes all UserProperties data associated with it. You can remove the add-on at any time from Gmail Settings → Add-ons or from the Google Workspace Marketplace.
Any data previously sent to the Gemini API for classification is subject to Google's data retention policies.
Gistio is fully open source. You can inspect exactly what the add-on does at any time: github.com/BugDiver-Technologies/gistio.
If this policy changes materially, the "Last updated" date above will be updated. Continued use of Gistio after changes constitutes acceptance of the updated policy.
Questions about this privacy policy? Open an issue on GitHub.