Create an Autosheet API key at dashboard.gptforwork.com.
Then, paste this in your terminal — with your key:
export AUTOSHEET_API_KEY="sk-user-1083..."Make sure your GPT for Work space has credits.
Just send a prompt and a Google Sheets id.
Automating spreadsheet work has never been that easy.
curl https://api.autosheet.com/v1/sheets/agents \
--request POST \
--header 'Content-Type: application/json' \
--header "X-API-Key: $AUTOSHEET_API_KEY" \
--data '{
"prompt": "Score these leads against our scoring rules.",
"spreadsheet_id": "1mGKj92RmNEm_FeZudRs6ExBFMTdlvTWtwC38rhUMC0I"
}'Autosheet is the agent from GPT for Sheets exposed as an API. GPT for Sheets has been installed over 7 million times from the Google Workspace Marketplace, and is used daily by thousands.
Get a key, start an agent on a Google Sheet, get your results.
Create an Autosheet API key at dashboard.gptforwork.com.
Then, paste this in your terminal — with your key:
export AUTOSHEET_API_KEY="sk-user-1083..."Make sure your GPT for Work space has credits.
From one-off enrichment jobs to recurring reporting pipelines, from agent tooling to features shipped inside your own product — wherever a team relies on spreadsheets, Autosheet earns its keep.
Score and enrich CRM exports, row by row.
Generate copy, translate, and tag attributes across SKUs.
Catch near-duplicates a SQL query would miss — variant spellings, typos, formatting.
Take raw exports, output cleaned dashboards on a schedule.
Expose Autosheet as a specialized subagent to your other agents — Claude, ChatGPT, Codex…
Ship spreadsheet AI inside your own product or app.
Autosheet reads your prompt, understands your spreadsheet, and executes directly in the file. The only spreadsheet agent that can run row-by-row bulk processing in a single prompt — up to 1,000 rows per minute.
Generate, audit, and repair formulas across complex sheets.
Build pivots, slicers, and decision-ready charts in seconds.
Apply conditional formatting and clean up layouts.
Surface trends, anomalies, and summaries inside the sheet.
Spot inconsistencies, broken refs, and mistyped values.
Extract subsets, filter rows, and pivot results into clean new tabs.
Find near-duplicates the way a human would, not just exact matches.
Fill columns row-by-row from web research or your own data.
Score every row against your rubric, with rationale.
Translate any column into 30+ languages, preserving tone and tags.
Tag and bucket records into your taxonomy at scale.
Generate unique copy per row from a single prompt.
Choose any frontier model per run. Use ours, or bring your own.
Same infrastructure as GPT for Work. ISO 27001 certified, GDPR compliant by design, encrypted in transit and at rest.
Quick answers about Autosheet’s API, models, performance, and data handling.
Autosheet is the AI agent from GPT for Sheets exposed as an API. Send a prompt and a Google Sheets ID, and the agent reads, edits, and analyzes the spreadsheet — no extension to install. The same agent powers a Google Workspace add-on that has been installed over 7 million times.
Sign in with Google on the Autosheet dashboard to grab an API key, then POST a prompt and spreadsheet ID to /v1/sheets/agents. The agent runs in the background and writes results directly into the sheet — you poll the agent endpoint for status and output.
Pick any frontier model per run. For chat and complex reasoning: GPT-5.5, GPT-5.4, Opus 4.7, Opus 4.6. For row-by-row bulk work: GPT-5.4-mini, GPT-5.4-nano, GPT-4.1, GPT-4.1-mini, Sonnet 4.6, Haiku 4.5, Gemini 2.5 Flash, Sonar, Sonar Pro, Parallel, and more.
Up to 1,000 rows per minute. Autosheet is the only spreadsheet agent that can run row-by-row bulk operations from a single prompt — enrichment, scoring, translation, categorization, content generation — without you orchestrating per-row calls.
Yes. Zero retention by default, ISO 27001 certified, GDPR compliant by design, encrypted in transit and at rest. Same infrastructure as GPT for Work, used daily by thousands.
Native Sheets connectors let a chat model read and write one sheet inside a conversation — fine for one-off questions, but every action lives in that chat session and you can't run unattended or at production scale. Autosheet is an API: a specialized spreadsheet agent you call programmatically from your code or workflow, runs in the background, bulk-processes thousands of rows per minute, and embeds inside your own product.
gogcli and gws cli give a coding agent a low-level Google Workspace toolbox — and you set up a GCP project, OAuth client, and consent-screen test users before the first call. Autosheet skips all of that: sign in with Google on the dashboard, grab an API key, send a prompt and a sheet ID, and a specialized agent handles per-column prompt templates, row-by-row execution at up to 1,000 rows/min, skipping filtered/hidden/empty rows, caching, and AI-provider rate-limit handling — no GCP project, no OAuth client, no thousands of CLI calls.