Setup
- In Agent Studio, go to Tools → Google Sheets → Connect
- Sign in with your Google account and authorize access
- Review the requested permissions and click Allow
Available actions
| Action | Description |
|---|---|
GOOGLE_SHEETS__SPREADSHEET_CREATE | Creates a new spreadsheet with specified properties and sheets. |
GOOGLE_SHEETS__VALUES_GET | Retrieves data from a specified range in a spreadsheet. |
GOOGLE_SHEETS__VALUES_UPDATE | Sets values in a specified range of a spreadsheet. |
GOOGLE_SHEETS__VALUES_BATCH_UPDATE | Sets values in one or more ranges of a spreadsheet in a single request. |
GOOGLE_SHEETS__VALUES_APPEND | Appends rows of values to the end of an existing table in a spreadsheet. |
Adding to an agent
- Open your agent in Agent Studio → Agent Builder
- Go to Tools and enable Google Sheets
- Select only the actions your agent needs
- Set auth mode: Shared (agent acts on one account) or Per-user (each end-user connects their own account)