Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hyperfx.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Auth type: OAuth
For fundamentals on connecting and managing integrations, see: App Integrations.

Connect Google Sheets

  1. Go to Settings → Apps in Hyper
  2. Select Google Sheets → Connect New
  3. Complete OAuth and grant requested scopes

Common capabilities

  • Read and write spreadsheets
  • Append rows and generate reports
  • Transform data between systems

Use in Chat

Enable Sheets in the tool selector to analyze, summarize, and update sheets via prompts.

Use in Agents

Add Sheets to an agent’s toolkits and select the connection. Require approval for write operations.

Use in Flows

Build reporting and ETL‑style steps using Sheets action nodes.

Troubleshooting

  • Permission errors: share the sheet with the connected account
  • Range issues: verify sheet name and A1 notation

Available Actions

Hyper agents can run the following actions for this integration. Each action can be individually set to Enabled, Requires Approval, or Disabled in your agent’s toolkit settings. Actions can be set to one of three control states:
StateBehavior
EnabledAgent runs the action automatically
Requires ApprovalAgent pauses and waits for your confirmation before proceeding
DisabledAction is blocked and cannot be used
Configure these in the agent’s toolkit settings or in workspace defaults.
ActionDescription
Add ChartAdd a chart to a Google Spreadsheet
Add SheetAdd a new sheet to a Google Spreadsheet
Batch Get ValuesGet values from multiple ranges in a Google Spreadsheet. Use this to inspect headers, helper columns, and destination ranges before any write operation
Batch Update ValuesUpdate values in multiple ranges in a Google Spreadsheet. Only use this after reading the sheet structure and verifying each target range against the real headers and layout
Clear ValuesClear values in a range in a Google Spreadsheet. Double-check the target range against the real sheet layout before clearing anything
Create Pivot TableCreate a pivot table in a Google Spreadsheet
Create SpreadsheetCreate a new Google Spreadsheet
Delete ChartDelete a chart from a Google Spreadsheet
Delete Pivot TableDelete a pivot table from a Google Spreadsheet
Delete SheetDelete a sheet from a Google Spreadsheet
Get SpreadsheetGet information about a specific Google Spreadsheet
Get ValuesGet values from a range in a Google Spreadsheet. Use this to inspect header rows and surrounding columns before writing so you map by actual header names instead of assumed column letters
List SpreadsheetsList Google Spreadsheets
List WorksheetsList worksheets in a Google Spreadsheet
Update ChartUpdate a chart in a Google Spreadsheet
Update Sheet PropertiesUpdate properties of a sheet in a Google Spreadsheet
Update Spreadsheet PropertiesUpdate properties of a Google Spreadsheet
Update ValuesUpdate VALUES in a range in a Google Spreadsheet. Do not use this to update propertis like title, hidden, etc. Never guess column letters from memory. Read the sheet first, identify the real header row, ignore helper columns like totals or notes, map fields by header name, and only then write the verified target range