Skip to content

What runs where

Applane runs in three places. Two of them are yours.

What runs where: the extension in Chrome talks to your Google with your own token, and to Applane only for a licence.Employee’s Chromeyour laptopsYour GoogleWorkspace + your GCP projectApplaneSupabase, FrankfurtApplane extensionside panel, agent, previewChat history, draftsOAuth client (Internal)Apps Script: the appsVertex AI: GeminiDrive, Sheets, DocsTenant configSeats, licencesAdmin consoleyour tokendomain + ID token in, config + licence out
Solid arrows carry your Google token; it never leaves your Google. The dashed arrow carries a domain name and an ID token one way and a licence the other way.
Place What runs there Who owns it
The employee’s Chrome The extension: side panel, the agent loop, the sandbox preview, chat history and drafts in browser storage. Your company (managed Chrome profiles).
Your Google The OAuth client the employee signs in with. The Apps Script projects that are the apps. Vertex AI, which runs Gemini and bills to your project. Drive, Sheets and Docs, which the apps read and write as the viewer. Your company (Workspace organisation and one GCP project).
Applane The tenant record (your domain, your OAuth client id, your settings), the seat list, the licence signer, the admin console, billing. Applane (Supabase in Frankfurt, Cloudflare, Stripe).

The extension calls your Google with the employee’s own OAuth token, minted by your OAuth client. That token reaches the Apps Script API, Vertex AI, Sheets, Drive and Docs, and Applane never sees it.

The extension sends Applane two things: your domain name, to find the tenant, and a Google ID token, to prove who is signing in. The ID token is discarded after the check. Applane sends back the tenant configuration and a signed licence.

The admin console sends Applane what an admin types into it, plus pass or fail results from the setup checker.

Nothing else crosses. No app source, no prompt, no sheet row, no Drive file. The full list is in Data flow.

For AI agents: llms.txt, llms-full.txt, or any page with a .md suffix.