All integrations

Google Sheets

GOOGLE WORKSPACE · FILES & DOCS

Read rows and write cells on the user’s behalf.

Acts as the person, not as itself

Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.

Credentials never touch the agent

Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.

Every call on the record

Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.

What an agent can do

Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.

google_sheets_add_sheetWRITE

Add a new sheet/tab to a spreadsheet.

spreadsheets
google_sheets_append_rowsWRITE

Append rows of data to the end of a sheet.

spreadsheets
google_sheets_clear_rangeWRITE

Clear all values from a specific range in a spreadsheet (keeps formatting).

spreadsheets
google_sheets_createWRITE

Create a new Google Sheets spreadsheet.

spreadsheets
google_sheets_delete_sheetWRITE

Delete a sheet/tab from a spreadsheet.

spreadsheets
google_sheets_getREAD

Get metadata and sheet names for a Google Sheets spreadsheet.

spreadsheets.readonly
google_sheets_listREAD

List Google Sheets spreadsheets.

drive.readonly
google_sheets_read_rangeREAD

Read data from a specific range in a Google Sheets spreadsheet.

spreadsheets.readonly
google_sheets_write_rangeWRITE

Write data to a specific range in a Google Sheets spreadsheet.

spreadsheets

Put Google Sheets behind one governed endpoint.

Same permissions, same audit trail, whatever else you connect next.