Wire Airtable and Google Sheets into OpenCode and the agent can move records between your two sources of truth without you copy-pasting. It reads rows from a Sheet, reshapes them, and creates or updates matching Airtable records, or runs the sync the other way. With both connected, OpenCode becomes the thing that keeps your tabular data in step.
Pick the operations you want and each becomes a tool the agent can call directly while it works.
List all accessible bases
Get the schema (tables and fields) of a base
Create a new table in a base
Update a table's name or description
Create a new field in a table
Update a field's name or description
List records from a table with filtering, sorting, and pagination
Get a single record by ID
Create one or more records (batch create up to 10)
Update one or more records (batch update up to 10)
Update a single record by ID
Delete one or more records (batch delete up to 10)
Delete a single record by ID
Create or update records based on field matching (upsert)
List comments on a record
Create a comment on a record
Update a comment
Delete a comment
List all webhooks for a base
Create a webhook for a base
Delete a webhook
List payloads for a webhook
Refresh a webhook to extend its expiration
Enable notifications for a webhook
Configuration for reading data from a Google Sheet
Configuration for writing data to a Google Sheet
Configuration for appending rows to a Google Sheet
Configuration for clearing values from a range
Configuration for creating a new spreadsheet
Configuration for getting spreadsheet metadata
Configuration for reading multiple ranges at once
Configuration for writing to multiple ranges at once
Configuration for adding a new sheet/tab
Configuration for deleting a sheet/tab
Configuration for copying a sheet to another spreadsheet
Configuration for renaming a sheet/tab
Configuration for duplicating a sheet within the same spreadsheet
Configuration for find and replace in a spreadsheet
Configuration for inserting rows
Configuration for deleting rows
Configuration for clearing multiple ranges at once
Configuration for inserting columns
Configuration for deleting columns
OpenCode is an open, model-agnostic command-line coding agent. In NoClick it runs hosted and gains your apps as tools, so it can act on real systems rather than just edit files. Wire an integration into the agent and OpenCode can use that app’s operations directly while it works. It is a flexible choice when you want an open agent with broad model support and real tool access.
NoClick runs OpenCode for you with Airtable and Google Sheets wired in as tools. Connect your account and run.