What goes where

Security and data

Where your data goes, what stays on your machine, and what we do not claim.


Where your data goes

WhatWhere it livesDoes it leave your machine?
Your source codeYour diskNot to be worked on — agents operate on it in place. The search index is the exception; see the last row
File reads and writes by agentsExecuted on your machineThe operation crosses the tunnel; the file does not get uploaded wholesale
Your conversationsThe brain, and your machineYes — this is the chat itself
Prompts and model responsesBetween the brain and the model endpoint you choseYes, to your chosen provider
Your model API keyStored encrypted and used to call your providerOnly to your provider
Scratch work (scripts, media)Free tier: your machine. Paid tier: our cloudDepends on your tier
Device context — platform, timezone, locale, app versionSent with your turns so answers can use themYes, to the brain
Your location (GPS)Collected only if you turn it on in settings, and sent as part of that device contextOnly if you enable it. Off unless you choose otherwise
Third-party integration credentialsHeld by the integration serviceOnly to the service you connected
Code search indexChunks of your code, their embeddings and a map of its symbols, held by the brain so search and codebase questions can workYes, and automatically — linking a project folder indexes it, which copies those chunks. Embeddings are computed by whichever embedding endpoint you configure, including one on your own hardware

The network model

Your machine makes outbound connections only. The bridge that lets the platform act on your machine is dialled from your app to the brain, and every operation travels back down that same connection.

Practically:

  • No inbound ports
  • No firewall exceptions
  • No requirement for a public IP or a tunnel service
  • Nothing on your machine is addressable from the internet because of WorkByte

Choosing where your model runs

If sending prompts to a third-party provider isn't acceptable for your work, point WorkByte at a model on your own network. Inference requests route over your bridge to that endpoint, so the model stays inside your perimeter and its address never needs to be public.


What we do not claim

  • No security certification. No SOC 2, no ISO 27001.
  • No compliance claim. Not GDPR, not HIPAA. If you have a hard requirement, get in touch before you rely on us for it.
  • No uptime SLA for the hosted brain.

Reporting a security issue

Found something? Email workbyte.in@gmail.com and we'll look at it.