What are connectors?
Connectors give your agents access to your data. Each connector represents a secure, authenticated link between Interact and an external data warehouse. Once connected, agents can query that data in response to questions or scheduled jobs. Without at least one connector, your agents can only work with information you’ve typed into their context — they can’t retrieve live data.Getting started
Follow the setup guide for your system
Each connector type has its own setup guide with step-by-step instructions.
Supported systems
Google BigQuery
Connect your BigQuery project using a service account. Supports all BigQuery regions, standard SQL, and dataset-level access control.
More data sources are on the roadmap. Reach out to your Turntwo account manager if you have a specific request.
Managing your connectors
From Settings → Connectors, you can:- View all connectors in your organisation
- Edit an existing connector (update credentials or change dataset access)
- Delete a connector — note that any agent currently using it will lose access to that data
One connector, multiple agents
A single connector can be used by multiple agents simultaneously. For example, you might have one BigQuery connector for your production data warehouse, shared across a Campaign Performance agent, a Budget Tracking agent, and an Anomaly Detection agent.Security
Encrypted credentials
Encrypted credentials
Your service account JSON is encrypted using Google Cloud KMS before it’s stored in Interact’s database. Credentials are decrypted only at query execution time and are never exposed elsewhere.
Dataset whitelisting
Dataset whitelisting
When you create a connector, you choose exactly which datasets (and optionally which tables) agents are permitted to access. Agents cannot query anything outside that scope — even if they try.
Query cost limits
Query cost limits
You can set a maximum query cost per connector (in BigQuery billing units). Interact estimates query costs before running them and blocks any query that would exceed your limit, protecting you from unexpected BigQuery bills.
Read-only access
Read-only access
Connectors are always read-only. Interact only runs
SELECT queries — it never writes to, modifies, or deletes data in your warehouse.