Security & trust
Both RAD solutions run on your own Google Cloud, store your data in your own accounts, and ship nothing — no email, no post, no booking — until a human approves it. This page describes how that actually works, including the one place data is processed outside your cloud. We state it plainly rather than claim "nothing ever leaves."
Two offerings, one security posture. RAD Business is a human-gated AI system that runs a business's customer-facing marketing and communications — finding and replying to leads, drafting content and newsletters, handling inbound, running nurture and campaigns, and answering on your website through a chatbot. RAD Professional is a private chief-of-staff for a single executive, working inside their own Google Workspace — triaging the inbox, running the calendar, briefing before meetings, drafting in their voice, and answering from their own files. Different jobs, but the same principle and the same architecture: AI does the work; a person owns every decision.
Neither is a SaaS product you sign into and hand your data to. Both are sets of components that run on your own Google Cloud project, reach Google through your own OAuth grant, and keep your records in your own database. The architecture below exists to make that literally true — not a policy you trust us to follow, but a boundary the system cannot cross.
In your cloud and your accounts — not ours, and not a third-party SaaS. The components deploy into infrastructure you own and control: the workflow engine (n8n), the data and approval store (Directus), the LLM gateway (LiteLLM), and the optional internal knowledge base (AnythingLLM). There is no vendor-hosted middle tier that holds your data.
pgvector extension), not a separate vector vendor.Both products run the same shape for anything with an effect in the world — capture/read, draft/propose, approve, act:
Pending Approval.Approved (or Rejected) — in Directus for RAD Business, in the chat thread for RAD Professional. This is the only manual step the system requires — and it is required.Approved rows, performs the one action (send via Gmail, publish to Ghost, book a meeting, create a doc), and marks the row Sent / Executed. A row left Pending Approval sits there and never goes out.The drafting in step 2 involves sending the specific text being worked on to an AI model — that is the one boundary crossing, described honestly below. Everything else — storage, the approval record, the crawl, the private search, and the send — stays in your cloud and your accounts.
Most "AI" risk is the AI acting — sending the wrong thing to a customer, or doing something irreversible in your name. RAD solutions removes that risk structurally by splitting every path into two parts that can never be the same part:
Pending Approval. In RAD Professional, the conversational agent is never issued Google write credentials at all — even if compromised, it has nothing to send, book or delete with. The most it can do is propose.Approved, performs exactly the one action, and stops. It does not reason about whether to act; it only carries out a decision a person already made.Between them sits the gate: AI proposes, a human approves, and only then does the worker act. The approval check is a strict, literal match — a row's status must read exactly Approved (trimmed) before anything happens. A worker that finds zero approved rows simply does nothing. That empty case — zero approved rows means zero actions — is the whole safety property. There is no path around it, and there is no "autonomous mode" to switch on: human_in_the_loop: true is set in the manifest and kept true. The absence of an off-switch is a design choice, not an oversight.
RAD Business also never auto-posts to third-party platforms (LinkedIn / X / Reddit / developer forums) — that content is drafted and staged for a person to post by hand, because auto-posting violates those platforms' terms.
Every proposal and decision is recorded as an immutable governance trail in your own Directus instance — the draft, who decided and what they decided, and the timestamps as status moves Pending Approval → Approved → Sent / Executed (or Rejected). RAD Professional keeps this in a dedicated append-only action_queue ledger that captures the exact payload of what would go out, deliberately separate from your working data. Because the record lives in your own project, it is the trail a reviewer or auditor reads to confirm that nothing went out ungated — visible only to whoever holds access to your project.
The drafting and reasoning are done by AI models that run as a service, not inside your cloud. We won't pretend otherwise, because it isn't true — and you should know exactly what that means before adopting.
The honest bottom line. The AI providers are the one place your data is processed outside your own cloud — at Anthropic's API (drafting), and for RAD Business at Google's Gemini API (embeddings) — for the specific request being handled, governed by commercial terms and routed through gateways you control. We will not tell you "nothing ever leaves your environment," because the drafting and embedding steps do send the task's text to the model. Everything else — your data and customer list, the approval record, the website crawl, the private web search, and the send — stays in your cloud and your Google accounts. If even per-request API processing is unacceptable for a given class of content, that content simply shouldn't be put in front of the system — the gate governs what acts, but you remain in control of what the AI is asked to work on.
X-Webhook-Token, and provider webhooks a per-provider secret. An unauthenticated call is rejected; no webhook trigger exists without that check in front of it.drive.file (only files the app created or you explicitly opened to it, not your whole Drive) and read-only contacts. You can review and revoke any grant at any time from your Google Account's security settings.Can it send, publish, or book without me?
No. The AI only drafts or proposes; drafts are staged as Pending Approval. A separate worker acts only on rows a person set to Approved. Nothing approved means nothing happens. RAD Business social/forum posts aren't even auto-posted — they're staged for a person to post by hand.
Is our data used to train an AI?
No. Drafting uses Anthropic's commercial API, and RAD Business's embeddings use Google's — both under commercial terms that do not use your prompts, content, or outputs for model training. The calls route through your own gateway with a key you control.
Where does our data live?
RAD Business: your customer list and records live in your own Directus database, inside your Google Cloud project. RAD Professional: your mail, calendar and files stay in your own Google Workspace. No third-party SaaS holds them; optional components (Twenty CRM, Listmonk, Formbricks, AnythingLLM), if enabled, also run in your cloud.
Does our data leave our cloud at all?
Your data, the approval record, the crawl, the private search, and the sending all stay in your cloud and your Google accounts. The one exception is AI processing: the specific text for a given request is sent to Anthropic (drafting) or, for RAD Business, Google Gemini (embeddings), routed through gateways you control. We state this plainly rather than claim "nothing ever leaves."
What if we revoke access?
You can revoke the Google OAuth grant from your Google Account at any time — the system immediately loses the ability to read or write that inbox / Workspace. You can also rotate or revoke the per-client LLM key and the internal webhook tokens. Revoking access stops the system; it does not delete your data, which was always in your own database and project.
What happens if the AI gets something wrong?
It surfaces as a draft or proposal you can edit or reject, not an action already taken. A wrong reply is words on a screen until a person approves it. That's the gate doing its job — the cost of an error is an edit, not an email in a customer's inbox.
AI does the work; you own the decision. The leverage is real; the accountability — and your data — stay entirely yours. That isn't a limitation we engineered around — it's the design.