Skip to main content
Google Workspace APIs providing access to Google Drive, Docs, and Sheets. Best for workflows that need to manage files, read/write spreadsheets, or edit documents — storage and documents in one provider, unlike Notion (structured knowledge only). Gmail and Google Calendar are served separately by the Gmail and Google Calendar providers. 9 example endpoints available through Lava’s AI Gateway. See the Google Workspace API docs for full documentation.
This provider requires your own credentials — connect your API key or OAuth account before use.
This is a catch-all provider — any valid URL under https://www.googleapis.com is supported. Drive, Docs, and Sheets APIs. Multiple base URLs — use get_provider_docs for endpoint reference. The endpoints below are curated examples.

Endpoints

List Drive files

GET https://www.googleapis.com/drive/v3/files — Free

Get spreadsheet data

GET https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId} — Free

Get document content

GET https://docs.googleapis.com/v1/documents/{documentId} — Free

Create a folder or file metadata in Drive

POST https://www.googleapis.com/drive/v3/files — Free

Update file metadata (rename, move, etc.)

PATCH https://www.googleapis.com/drive/v3/files/{fileId} — Free

Permanently delete a file from Drive

DELETE https://www.googleapis.com/drive/v3/files/{fileId} — Free

Apply updates to a document (insert text, format, etc.)

POST https://docs.googleapis.com/v1/documents/{documentId}:batchUpdate — Free

Append rows to a spreadsheet

POST https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/values/{range}:append?valueInputOption=USER_ENTERED — Free

Update cell values in a spreadsheet

PUT https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/values/{range}?valueInputOption=USER_ENTERED — Free

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests