Rows

Rows is an AI-powered spreadsheet that connects to live data from dozens of business tools and lets teams build reports, dashboards and lightweight data apps without leaving a familiar grid. Beyond the app, Rows ships a public REST API (base https://api.rows.com/v1) authenticated with a Bearer API key: it exposes workspaces, folders and spreadsheets for discovery, table cell and value read-write operations for moving data in and out of a sheet, and a Vision endpoint that uses AI to extract structured tabular data from image and document files. API access is included on every plan with monthly call quotas scaling from the Free tier (500 calls/month) to Enterprise. Rows is SOC 2 Type II certified and GDPR compliant with European data residency, and joined Superhuman in 2025. It was backed by Accel.

Rows publishes 5 APIs on the APIs.io network, including Data API, Folders API, Spreadsheets API, and 2 more. Tagged areas include Company, Productivity, Spreadsheets, Data, and No-Code.

Rows’ developer surface includes documentation, API reference, engineering blog, pricing, changelog, authentication, and 20 more developer resources.

48.2/100 developing ▬ flat Agent 53/100 agent ready Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
5 APIs
CompanyProductivitySpreadsheetsDataNo-CodeAutomationArtificial IntelligenceAnalyticsBusiness Intelligence

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 48.2/100 · developing
Contract Quality 14.6 / 25
Developer Ergonomics 10.0 / 20
Commercial Clarity 9.5 / 20
Operational Transparency 4.1 / 13
Governance 0.0 / 12
Discoverability 10.0 / 10
Agent readiness — 53/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 3 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/rows: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 5

Individual APIs this provider publishes, each with its own machine-readable definition.

Rows Data API

Read and write table cell and value ranges.

Rows Folders API

Discover folders that organize spreadsheets.

Rows Spreadsheets API

List and read spreadsheets and their tables.

Rows Vision API

Extract structured data from files using Rows AI Vision.

Rows Workspaces API

Discover the workspaces available to the authenticated key.

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Rows Authentication

http · 1 scheme

SECURITY

Rows Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Rows Vulnerability Disclosure

security.txt · contact published

SECURITY

Rows Trust Center

SOC 2 Type II, GDPR

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Rows Agentic Access

7 operations · 3 acting

7 operations · 3 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 3

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 7

Authentication, authorization, and security posture

Scroll for all 7

Operate 1

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: rows
name: Rows
description: 'Rows is an AI-powered spreadsheet that connects to live data from dozens of business tools and lets teams build
  reports, dashboards and lightweight data apps without leaving a familiar grid. Beyond the app, Rows ships a public REST
  API (base https://api.rows.com/v1) authenticated with a Bearer API key: it exposes workspaces, folders and spreadsheets
  for discovery, table cell and value read-write operations for moving data in and out of a sheet, and a Vision endpoint that
  uses AI to extract structured tabular data from image and document files. API access is included on every plan with monthly
  call quotas scaling from the Free tier (500 calls/month) to Enterprise. Rows is SOC 2 Type II certified and GDPR compliant
  with European data residency, and joined Superhuman in 2025. It was backed by Accel.'
url: https://raw.githubusercontent.com/api-evangelist/rows/refs/heads/main/apis.yml
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://rows.com/favicon.ico
x-type: company
x-source: vc-portfolio
x-backed-by:
- accel
x-tier: profiled
x-tier-reason: enriched-from-public-api-surface
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-21'
tags:
- Company
- Productivity
- Spreadsheets
- Data
- No-Code
- Automation
- Artificial Intelligence
- Analytics
- Business Intelligence
apis:
- aid: rows:rows-data-api
  name: Rows Data API
  description: Read and write table cell and value ranges.
  humanURL: https://developers.rows.com/
  baseURL: https://api.rows.com/v1
  tags:
  - Data
  properties:
  - type: OpenAPI
    url: openapi/rows-data-api-openapi.yml
  - type: Authentication
    url: authentication/rows-authentication.yml
  - type: Conventions
    url: conventions/rows-conventions.yml
  - type: DataModel
    url: data-model/rows-data-model.yml
  - type: ErrorCatalog
    url: errors/rows-problem-types.yml
  - type: AgenticAccess
    url: agentic-access/rows-agentic-access.yml
- aid: rows:rows-folders-api
  name: Rows Folders API
  description: Discover folders that organize spreadsheets.
  humanURL: https://developers.rows.com/
  baseURL: https://api.rows.com/v1
  tags:
  - Folders
  properties:
  - type: OpenAPI
    url: openapi/rows-folders-api-openapi.yml
  - type: Authentication
    url: authentication/rows-authentication.yml
  - type: Conventions
    url: conventions/rows-conventions.yml
  - type: DataModel
    url: data-model/rows-data-model.yml
  - type: ErrorCatalog
    url: errors/rows-problem-types.yml
  - type: AgenticAccess
    url: agentic-access/rows-agentic-access.yml
- aid: rows:rows-spreadsheets-api
  name: Rows Spreadsheets API
  description: List and read spreadsheets and their tables.
  humanURL: https://developers.rows.com/
  baseURL: https://api.rows.com/v1
  tags:
  - Spreadsheets
  properties:
  - type: OpenAPI
    url: openapi/rows-spreadsheets-api-openapi.yml
  - type: Authentication
    url: authentication/rows-authentication.yml
  - type: Conventions
    url: conventions/rows-conventions.yml
  - type: DataModel
    url: data-model/rows-data-model.yml
  - type: ErrorCatalog
    url: errors/rows-problem-types.yml
  - type: AgenticAccess
    url: agentic-access/rows-agentic-access.yml
- aid: rows:rows-vision-api
  name: Rows Vision API
  description: Extract structured data from files using Rows AI Vision.
  humanURL: https://developers.rows.com/
  baseURL: https://api.rows.com/v1
  tags:
  - Vision
  properties:
  - type: OpenAPI
    url: openapi/rows-vision-api-openapi.yml
  - type: Authentication
    url: authentication/rows-authentication.yml
  - type: Conventions
    url: conventions/rows-conventions.yml
  - type: DataModel
    url: data-model/rows-data-model.yml
  - type: ErrorCatalog
    url: errors/rows-problem-types.yml
  - type: AgenticAccess
    url: agentic-access/rows-agentic-access.yml
- aid: rows:rows-workspaces-api
  name: Rows Workspaces API
  description: Discover the workspaces available to the authenticated key.
  humanURL: https://developers.rows.com/
  baseURL: https://api.rows.com/v1
  tags:
  - Workspaces
  properties:
  - type: OpenAPI
    url: openapi/rows-workspaces-api-openapi.yml
  - type: Authentication
    url: authentication/rows-authentication.yml
  - type: Conventions
    url: conventions/rows-conventions.yml
  - type: DataModel
    url: data-model/rows-data-model.yml
  - type: ErrorCatalog
    url: errors/rows-problem-types.yml
  - type: AgenticAccess
    url: agentic-access/rows-agentic-access.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://www.rows.com
- type: DeveloperPortal
  url: https://developers.rows.com/
- type: Documentation
  url: https://rows.com/docs/using-rows-api
- type: APIReference
  url: https://developers.rows.com/
- type: Blog
  url: https://rows.com/blog
- type: Pricing
  url: https://rows.com/pricing
- type: TermsOfService
  url: https://rows.com/terms
- type: PrivacyPolicy
  url: https://rows.com/privacy
- type: GitHubOrganization
  url: https://github.com/rows
- type: ChangeLog
  url: https://rows.com/docs/whats-new-changelog
- type: SDKs
  url: packages/rows-packages.yml
- type: Packages
  url: packages/rows-packages.yml
- type: AgentSkill
  url: skills/_index.yml
- type: LLMsTxt
  url: llms/rows-llms.txt
- type: WellKnown
  url: well-known/rows-well-known.yml
- type: SecurityTxt
  url: well-known/rows-security.txt
- type: Authentication
  url: authentication/rows-authentication.yml
- type: Conventions
  url: conventions/rows-conventions.yml
- type: Lifecycle
  url: lifecycle/rows-lifecycle.yml
- type: Conformance
  url: conformance/rows-conformance.yml
- type: Compliance
  url: https://rows.com/docs/how-do-you-manage-security
- type: TrustCenter
  url: security/rows-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/rows-vulnerability-disclosure.yml
- type: Security
  url: https://rows.com/docs/how-do-you-manage-security
- type: DomainSecurity
  url: security/rows-domain-security.yml
- type: AgenticAccess
  url: agentic-access/rows-agentic-access.yml
x-enrichment:
  date: '2026-07-21'
  status: enriched
  artifacts_added: 20
  pass: local-v1