Coda Project
Coda Project, Inc. is the maker of Coda (now branded Superhuman Docs), an all-in-one collaborative workspace that blends the flexibility of a document, the structure of a spreadsheet, the power of applications, and the intelligence of AI into a single canvas. Founded in 2014 by Shishir Mehrotra and Alex DeNeui and used by tens of thousands of teams, Coda exposes a RESTful Docs API that lets developers list and search docs, create and copy docs, discover pages, tables, formulas, and controls, and read, insert, upsert, update, and delete rows. A separate Admin API provides programmatic organization administration — workspaces, users, groups, legal holds, audit events, webhooks, and Pack governance. Coda also ships a first-party Packs SDK and CLI for extending the platform, an official remote MCP server for AI clients, OAuth 2.0 with dynamic client registration, and a public Postman workspace.
Solid contracts, transparent operations, and an easy start — typically complete on four or five facets with one clear soft spot.
API Evangelist profiles Coda Project the way a machine reads it — 45 machine-readable artifacts across 32 APIs, pulled from the provider's own public surface and indexed so a developer, an analyst, or an AI agent can evaluate it against every other provider on the network.
Every provider in the network is reduced to the same set of machine-readable artifacts — OpenAPI contracts, event specifications, GraphQL schemas, runnable collections, pricing and rate-limit signals, security posture, OAuth scopes, and the agent surfaces (MCP servers and skills) that let software drive the API on its own. We profile them because the interface is the part of a company you can actually inspect: it is a truer signal of what a provider does than any marketing page. From those artifacts we compute the Kin Score — Coda Project scores 61.4/100 (strong), with a separate agent-readiness read of 85/100 (agent native). The full breakdown is below, followed by every artifact we hold — each card links through to its machine-readable definition on apis.io.
Kin Score
This is the API Evangelist rating — a single, repeatable read computed from the artifacts on this page. Green fill is points earned; the red track is points possible, so every bar shows earned-versus-possible at a glance.
How we profile Coda Project
Each block below is one kind of artifact we hold for Coda Project. For each we say what it is and why it earns a place in the profile, then list every one we've indexed — capped at two rows, scroll within the panel for the rest.
APIs 32
Each API is captured as its own OpenAPI definition — every operation, parameter, and response. This is the single most useful machine-readable description of what an API does, and it's what lets us score, lint, mock, and generate against it without asking the provider for anything.
Individual APIs this provider publishes, each with its own machine-readable definition.
Coda Project Account API
At this time, the API exposes some limited information about your account. However, `/whoami` is a good endpoint to hit to verify that you're hitting the API correctly and that ...
Coda Project Analytics API
This API offers analytics data for your docs and Packs over time.
Coda Project API Tokens API
View and revoke individual user API tokens within an organization.
Coda Project Automations API
This API allows you to trigger automations.
Coda Project Columns API
While columns in Superhuman Docs have user-friendly names, they also have immutable IDs that are used when reading and writing rows. These endpoints let you query the columns in...
Coda Project Controls API
Controls provide a user-friendly way to input a value that can affect other parts of the doc. This API lets you list controls and get their current values.
Coda Project CustomDocDomains API
The CustomDocDomains API from Coda Project — 3 operation(s) for customdocdomains.
Coda Project Doc Export API
Export docs for backup or ingestion into a DLP or eDiscovery system.
Coda Project Doc Permissions API
This API lets you manage sharing and permissions for your docs.
Coda Project Docs API
Documents are foundational, top-level collaborative projects that contain pages. The API lets you list and search your documents.
Coda Project Events API
Provides access to audit events within an organization.
Coda Project Folder Permissions API
This API lets you manage sharing and permissions for your folders.
Coda Project Folders API
Folders contain docs and enable folder members to access those docs.
Coda Project Formulas API
Formulas can be great for performing one-off computations, or used with tables and other formulas to compute a single value. With this API, you can discover formulas in a doc an...
Coda Project Go Links API
The Go Links API from Coda Project — 1 operation(s) for go links.
Coda Project Groups API
This API lets you enumerate groups and group membership.
Coda Project LegalHolds API
Legal holds are used to ensure a given set of docs cannot be deleted and enables simplified export management of doc content.
Coda Project Miscellaneous API
These endpoints wouldn't fit anywhere else, but you may find them useful when working with Superhuman Docs.
Coda Project Organization Users API
This API enables viewing and modifying user information at the Organization level.
Coda Project Organizations API
Organizations are where Enterprise-level policy is set for users and workspaces.
Coda Project Pack Configurations API
Pack configurations control fine grained access, scopes, feature sets, shareability of docs with installed Packs, and more settings.
Coda Project Pack Controls API
Pack controls govern access to Packs within an organization.
Coda Project Packs API
Packs are integrations connecting Superhuman Docs to external data sources.
Coda Project Pages API
Pages in Superhuman Docs offer canvases containing rich text, tables, controls, and other objects.
Coda Project Permissions API
This API lets you manage sharing and permissions for your docs.
Coda Project Preferences API
Import preferences control how external entities are imported (exempt, owner, location), scoped to an organization and importer.
Coda Project Publishing API
Documents can be published publicly and associated with categories to help the world discover them. This API lets you manage the publishing settings of your docs.
Coda Project Rows API
You'll likely use this part of the API the most. These endpoints let you retrieve row data from tables in Superhuman Docs as well as create, upsert, update, and delete them. Mos...
Coda Project Tables API
The Tables API from Coda Project — 2 operation(s) for tables.
Coda Project Webhooks API
The Webhooks API from Coda Project — 3 operation(s) for webhooks.
Coda Project Workspace Users API
This API enables viewing and modifying user membership within a workspace. It is accessible both to organization admins and workspace admins for the respective workspaces.
Coda Project Workspaces API
This API allows you to list and view your organization's workspaces.
Scroll within the panel for all 32 ·
Arazzo Workflows 4
Real integrations are rarely a single call. Arazzo describes the multi-step sequences — auth, then create, then confirm — so both a human and an agent can follow the choreography, not just the endpoints.
Multi-step API workflows described with the Arazzo specification.
_Index
ARAZZOCreate a Coda doc and populate a table
Create a doc, add a page, then upsert rows and wait for the async mutation to complete.
ARAZZOUpsert and reconcile Coda table rows
Resolve key columns, upsert rows idempotently, await the mutation, and verify.
ARAZZOMCP Servers 1
Model Context Protocol servers expose these APIs directly to AI agents. We profile them because agent-native access is the fastest-growing way this provider's capabilities actually get used.
Model Context Protocol servers that expose these APIs to AI agents.
coda-project-mcp.yml
MCP SERVERRate Limits 1
Rate limits are the difference between a demo that works and a production integration that doesn't fall over. Publishing them is an operational-transparency signal — and a hard requirement for any agent that plans its own throughput.
Documented rate limits and quota policies.
Coda Project Rate Limits
RATE LIMITSEvent Specifications 1
Not every API is request/response. AsyncAPI describes the event-driven and streaming side — the webhooks and channels — so the asynchronous half of the interface is documented the same way the synchronous half is.
AsyncAPI definitions for this provider's event-driven and streaming APIs.
Coda Project Webhooks
ASYNCAPISecurity Posture 4
Authentication, domain security, vulnerability disclosure, and trust-center signals — the evidence that a provider takes security seriously enough to document it. We profile it because you can't govern what you can't see.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Coda Project Trust Center
SOC 2 Type II, SOC 3, ISO 27001, ISO 27017, ISO 27018, HIPAA, GDPR, CCPA
SECURITYScopes 1
OAuth scopes are the vocabulary of least-privilege access. Profiling them shows exactly what an integration — or an agent acting on a user's behalf — is allowed to do.
OAuth scopes governing access to this provider's APIs.
Agentic Access 1
An x-agentic-access contract marks which operations are safe for an agent to run on its own and which need a human in the loop. It is the difference between an API an agent can use and one it can use safely.
Recommended x-agentic-access execution contracts for AI agents.
Resources
Every other property we hold for Coda Project — documentation, portals, status pages, policies, and corporate surface — grouped by the job it does, following the integrator's arc from getting started to running in production.
Get Started 3
Portal, sign-up, and the first successful call
Documentation 2
Reference material describing how the API behaves
Agent Surfaces 5
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 9
Pagination, idempotency, versioning, errors, and events
Scroll within the panel for all 9 ·
Build 5
SDKs, sample code, and the tooling you integrate with
Access & Security 8
Authentication, authorization, and security posture
Scroll within the panel for all 8 ·
Operate 3
Status, limits, changes, and where to get help
Commercial 3
Pricing, plans, and the legal terms of use
Company 1
The organization behind the API
← All providers · Data indexed from github.com/api-evangelist/coda-project · machine-readable index on apis.io