Agent Security, Solved.
Give your AI agents access to Google APIs safely. Use standard Google SDKs while strictly controlling their read, write, and delete permissions.
Off-The-Shelf Libraries
Agents can use the official Python and Node.js Google SDKs with zero code changes required.
Content Filtering
Use regular expressions to block agents from reading sensitive emails like 2FA or Password Resets.
Deletion Safeguards
Whitelist specific domains for deletion and globally block "Empty Trash" commands.
How We Use Google Data
FGAC.ai requires access to your Gmail account (via scopes like gmail.readonly, gmail.send, and gmail.modify) to act as a secure proxy between your inbox and your AI agents.
When your AI agent makes an API request, we strictly enforce your custom allowlists and blocklists before forwarding the exact request to the Google API. We never permanently store your email content, and your data is never used to train our AI models. No humans read your emails.
Our use of information received from Google APIs will adhere to the Google API Services User Data Policy, including the Limited Use requirements.