Your private way to use AI.
Let your team use ChatGPT, Claude, Gemini and more at work, without customer names, invoices or contracts ever reaching someone else's server. Folyoo Guard makes sensitive data invisible before the AI sees it.
Let your team use ChatGPT, Claude, Gemini and more at work, without customer names, invoices or contracts ever reaching someone else's server. Folyoo Guard makes sensitive data invisible before the AI sees it.
The moment someone on your team pastes a customer name, an invoice or a contract into an AI tool, that content leaves your company and sits on someone else's servers. Under GDPR that is a real risk, and most people never even notice.
Names, addresses, bank details, contracts and health data flow straight into the AI.
With the big providers the data often lives outside the EU.
If it goes wrong, you are on the hook, not the AI provider.
Folyoo Guard is not an afterthought filter, it is a wrapper around your own AI. Guard replaces the sensitive parts on your side, your AI works with the placeholders only, then Guard puts the real values back locally.
An AI model finds names, companies, bank details, invoice numbers and more across 8 languages, including special-category data like health or salary.
Every value becomes a realistic placeholder with a stable ID.
Only the protected text goes to the AI of your choice.
The real values are put back locally in the answer.
Only placeholders leave the service. Every request is checked first.
Detection can run on its own EU server, so the raw text stays in the EU.
The same value gets the same placeholder everywhere, even across messages.
Patterns, AI detection and dictionaries run in parallel. Better to protect too much than too little.
Live answers and the text parts of image messages are protected too.
No AI yet? Just use Guard's OpenAI-compatible endpoint. Already have a setup? Keep your provider's own SDK, OpenAI, Anthropic or Google, and just point the base URL at Folyoo. The rest of your code stays the same.
import OpenAI from "openai"; new OpenAI({ baseURL: "https://api.folyoo.com/v1", apiKey, });
import Anthropic from "@anthropic-ai/sdk"; new Anthropic({ baseURL: "https://api.folyoo.com/anthropic", apiKey, });
import { GoogleGenAI } from "@google/genai"; new GoogleGenAI({ apiKey, httpOptions: { baseUrl: "https://api.folyoo.com/gemini", }, });
Only this one line changes.
Guard is included in Folyoo Voice. As a separate gateway for your team it depends on how much goes through it, so we talk first.
No. If you already use an AI, you swap one address. If you have no software of your own, you get ready-made access.
No, only placeholders. The real values are put back afterwards on your side, without any AI.
Yes. Guard is model-agnostic and sits in front of ChatGPT, Claude, Gemini, Mistral or your own model.
Amounts stay intact by default so calculations work. Names, companies, bank details and numbers are replaced.
Guard is part of Folyoo. Tell me which AI you use and I will set up your protected access.