Google Sheets
Your AI agent can read from and write to Google Sheets. This is useful for building dashboards from spreadsheet data, automating data entry, or syncing information between your apps and Google Sheets.
Service Account Setup
A service account is a special Google account for programmatic access. It can read and write sheets you share with it.
Go to console.cloud.google.com and create a project (or use an existing one).
Enable the Google Sheets API in APIs & Services.
Go to IAM & Admin → Service Accounts. Create a service account and download the JSON key file.
Share your Google Sheet with the service account email (it looks like name@project.iam.gserviceaccount.com).
Upload the JSON key file to your Versors machine (drag and drop onto the desktop).
Tell your agent: "Connect to my Google Sheet using the service account key I uploaded. The sheet URL is [paste URL]."
Example Prompts
"Read my sales data from Google Sheets and create a dashboard with charts"
"Add a new row to my inventory sheet every time I process an order"
"Sync my contacts spreadsheet with the CRM app we built"
"Create a weekly report from the data in my analytics sheet"