FruxonDocs

Google Drive

Google Drive integration for Sheets, Docs, and Slides

The Google Drive integration lets your agents read, create, and edit Google Sheets, Docs, and Slides.

Prerequisites

This integration uses Google OAuth. No manual token creation is needed — users authorize access through the OAuth flow.

The OAuth credentials are shared across Google Drive, Google Calendar, and Google Gmail. Authorizing one gives your agent access to all three (within the requested scopes).

Setup

  1. Open your agent in Agent Studio
  2. In the Integrations panel, click Add Integration Config
  3. Select Google Drive from the integration list
  4. Give the config a display name (e.g., "Google Drive - Team")
  5. Click Connect to start the Google OAuth flow
  6. You'll be redirected to Google to authorize access to Drive, Sheets, Docs, and Slides
  7. Save the agent revision

Some tools require resource-level authorization for specific files. When your agent needs to access a particular Google Sheet or Doc, the user will be prompted to select the file through a picker and grant access.

Using in Your Agent

  1. In an Agent Step, attach Google Drive tools from the tools panel
  2. The agent uses your integration config for all Google API calls
  3. Tools are referenced as google_drive.google_sheet_read, google_drive.google_doc_create, etc.

Available Tools

Google Sheets

ToolDescription
google_sheet_readRead data from a Google Sheet
google_sheet_metadataGet metadata about a Google Sheet
google_sheet_editEdit data in a Google Sheet
google_sheet_createCreate a new Google Sheet

Google Docs

ToolDescription
google_doc_readRead content from a Google Doc
google_doc_metadataGet metadata about a Google Doc
google_doc_editEdit content in a Google Doc
google_doc_createCreate a new Google Doc

Google Slides

ToolDescription
google_slides_readRead content from a Google Slides presentation
google_slides_metadataGet metadata about a presentation
google_slides_editEdit a Google Slides presentation
google_slides_createCreate a new Google Slides presentation

On this page