IntegrationsBuilt-in Providers

Google Sheets

Connect Google Sheets to your Appstrate agents.

Overview

Google Sheets is Google's online spreadsheet tool, allowing your agents to read, write, and manipulate spreadsheets.

Authentication Mode

PropertyValue
Typeoauth2
HeaderAuthorization: Bearer <token>
Default scopesspreadsheets.readonly

Available Scopes

ScopeDescription
spreadsheetsFull spreadsheet access
spreadsheets.readonlyRead-only access
drive.filePer-file access (recommended)

Authorized URIs

The agent can access the following endpoints through the sidecar proxy:

  • https://sheets.googleapis.com/*

Connect Google Sheets

  1. Create a Google Cloud project and enable the Google Sheets API
  2. Configure the OAuth consent screen
  3. Create OAuth 2.0 credentials (Client ID and Client Secret)
  4. Add the Appstrate redirect URI as an authorized redirect URI
  5. Enter the Client ID and Client Secret in the Google Sheets provider settings on Appstrate

Usage in an Agent

Once connected, the agent can call Google Sheets APIs through the sidecar proxy. Example prompt:

Read the "Q1 Sales" spreadsheet and calculate the total per salesperson.
Add a totals row at the bottom of the table and update the sheet.

On this page