Coda

coda.io

Community

Coda is a document collaboration platform that combines spreadsheets, docs, and automation in one place. Use this API to programmatically manage documents, access tables and rows, and automate workflows across your Coda workspace.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://coda.io/apis/v1

Crawl failures

1

Last verified

2026-03-01T11:07:13.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

get_table

productivity

Retrieve detailed information about a specific table in a document, including columns, field types, and configuration.

Detail: https://coda.io/apis/v1/capabilities/get_table

insert_rows

productivity

Add one or more new rows to a table with specified column values. Supports batch operations and cell-level data insertion.

Detail: https://coda.io/apis/v1/capabilities/insert_rows

list_docs

productivity

List all documents accessible to the authenticated user, including metadata like name, owner, creation date, and timestamps.

Detail: https://coda.io/apis/v1/capabilities/list_docs

list_pages

productivity

Retrieve all pages within a document, including their hierarchy, names, and metadata.

Detail: https://coda.io/apis/v1/capabilities/list_pages

list_rows

productivity

Fetch rows from a table with optional filtering, sorting, and field selection. Supports pagination for large datasets.

Detail: https://coda.io/apis/v1/capabilities/list_rows

update_row

productivity

Modify an existing row in a table by updating specific column values while preserving other data.

Detail: https://coda.io/apis/v1/capabilities/update_row

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Coda
Description: Coda is a document collaboration platform that combines spreadsheets, docs, and automation in one place. Use this API to programmatically manage documents, access tables and rows, and automate workflows across your Coda workspace.
Auth: api_key
Capabilities:
  - get_table: Retrieve detailed information about a specific table in a document, including columns, field types, and configuration.
  - insert_rows: Add one or more new rows to a table with specified column values. Supports batch operations and cell-level data insertion.
  - list_docs: List all documents accessible to the authenticated user, including metadata like name, owner, creation date, and timestamps.
  - list_pages: Retrieve all pages within a document, including their hierarchy, names, and metadata.
  - list_rows: Fetch rows from a table with optional filtering, sorting, and field selection. Supports pagination for large datasets.
  - update_row: Modify an existing row in a table by updating specific column values while preserving other data.