For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedConnectorsAPI reference
Get startedConnectorsAPI reference
    • Overview
    • ActiveCampaign
    • Adobe PDF Services
    • Ahrefs
    • Airtable
    • Amadeus
    • Amazon S3
    • Amplitude
    • Anaplan
    • Apollo
    • Arize
    • Articulate Reach 360
    • Asana
    • Attio
    • Aviationstack
    • BambooHR
    • Basecamp
    • bioRxiv
    • Bitbucket
    • Bitly
    • Box
    • Calendly
    • Canva
    • ClickUp
    • ClinicalTrials.gov
    • Cloudflare
    • CMS Coverage
    • Coda
    • ComplianceQuest
    • Concur
    • Confluence
    • Contentful
    • Crustdata
    • Databricks
    • Datadog
    • DocuSign
    • DoorDash
    • Dropbox
    • Duffel
    • Dynamics 365 Sales
    • Exa
    • Expensify
    • FactSet
    • Figma
    • Firecrawl
    • Fireflies
    • FireHydrant
    • Foursquare
    • Frame.io
    • FreshBooks
    • Freshdesk
    • Freshservice
    • Front
    • Gamma
    • GitHub
    • GitLab
    • Gmail
    • Gong
    • Google BigQuery
    • Google Calendar
    • Google Docs
    • Google Drive
    • Google Maps
    • Google Meet
    • Google Sheets
    • Google Slides
    • Google Tasks
    • Grafana
    • Greenhouse
    • Guru
    • Hex
    • HiBob
    • HubSpot
    • Intercom
    • Jenkins
    • Jira
    • Jira Service Management
    • Kintone
    • Klaviyo
    • Linear
    • LinkedIn
    • Looker
    • Lucidchart
    • Make
    • Microsoft Planner
    • Microsoft Teams
    • Microsoft Teams GCC High
    • Miro
    • Monday.com
    • n8n
    • NetSuite
    • Notion
    • NPI Registry
    • OneDrive
    • OneDrive GCC High
    • OneNote
    • Oracle HCM
    • Oracle Sales Cloud
    • Oracle SCM
    • Oura
    • Outlook
    • PagerDuty
    • PayPal
    • Peec AI
    • Pipedrive
    • PostHog
    • PubMed
    • Pylon
    • Quartr
    • QuickBooks Online
    • Ramp
    • ReadMe
    • Rootly
    • Sabre
    • Salesforce
    • Sanity
    • SAP SuccessFactors
    • SendGrid
    • Sentry
    • ServiceNow
    • SharePoint
    • SharePoint GCC High
    • Shopify
    • Slack
    • Smartsheet
    • Snowflake
    • Spotify
    • Square
    • Straker
    • Strava
    • Stripe
    • Supabase
    • Teamwork.com
    • Trello
    • TripAdvisor
    • UKG Pro
    • Vercel
    • Vestaboard
    • VisualPing
    • Weather
    • Webflow
    • WHOOP
    • Wikipedia
    • Wix
    • WordPress
    • Workday
    • X
    • Xero
    • Yelp
    • YouTube
    • Zendesk
    • Zendesk Sell
    • Zoho CRM
    • Zoho Desk
    • Zoom
    • ZoomInfo

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
On this page
  • Sample use cases
  • Available Tools

Coda

Connect your AI agents to Coda.
Was this page helpful?
Previous

CMS Coverage

Next

ComplianceQuest

Authentication: API key. See Magic Link for the runtime auth flow.

Sample use cases

  • Pull the latest entries from the Customer Feedback table and group by theme.
  • Add a row to the Q2 OKRs table for the new commitment we made this morning.
  • Find every doc in the Engineering workspace tagged runbook and list owners.

Available Tools

list_columns

List columns in a Coda table with pagination. Use page_token from page_info for next page.

get_column

Get a column by ID or name. Use list_columns to find valid column IDs.

list_controls

List controls (sliders, date pickers, etc.) in a Coda doc with pagination.

get_control

Get a control and its current value. Use list_controls to find valid control IDs.

list_docs

List accessible Coda docs with pagination. Use page_token from page_info for next page. Supports filtering by owner a…

get_doc

Get a Coda doc by ID. Use list_docs to find valid doc IDs.

create_doc

Create a new Coda doc. Optionally specify a title, source doc to copy, or folder.

update_doc

Update a Coda doc’s title or icon.

delete_doc

Delete a Coda doc by ID. This is permanent and cannot be undone.

list_formulas

List named formulas in a Coda doc with pagination. Use page_token from page_info for next page.

get_formula

Get a named formula and its current value. Use list_formulas to find valid formula IDs.

list_pages

List pages in a Coda doc with pagination. Use page_token from page_info for next page.

get_page

Get a page by ID or name in a Coda doc. Use list_pages to find valid page IDs.

update_page

Update a page’s name, subtitle, or icon in a Coda doc.

list_rows

List rows in a Coda table with pagination. Supports query formula filter, sortBy column, and pagination.

get_row

Get a row by ID or name (display column value). Use list_columns to understand cell value keys.

insert_rows

Insert one or more rows into a Coda table. Each row needs cells with column name and value pairs.

upsert_rows

Insert or update rows based on key columns. Rows matching keyColumns are updated, others are inserted. Each row needs…

update_row

Update a single row’s cell values. Provide row data as cells with column name and value pairs.

delete_rows

Delete one or more rows by ID from a Coda table. Use list_rows to find valid row IDs.

list_tables

List tables and views in a Coda doc with pagination. Use page_token from page_info for next page.

get_table

Get a table or view by ID or name. Use list_tables to find valid table IDs.