Coda for your agents.
Connect Coda once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Coda.
What agents can do with Coda
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
coda_list_docsList documents the token can access.
coda_get_docGet document metadata by id.
coda_list_tablesList tables in a document.
coda_list_rowsList rows in a table.
coda_upsert_rowInsert or update a row in a table. `rows` is an array of {cells: [{column, value}]} objects.
coda_get_tableGet details of a specific table by id or name.
coda_get_rowGet a single row by id.
coda_update_rowUpdate an existing row by id. `row` is an object with cells to change.
coda_delete_rowDelete a row by id.
coda_list_columnsList columns in a table.
coda_list_doc_pagesList pages in a document (not tables, but pages/sections).
coda_get_doc_aclGet the ACL (sharing permissions) for a document.
coda_create_docCreate a new empty document. Optionally specify a folder_id for the destination folder.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Go to Coda > Account > API Settings.
- Click 'Generate API Token', name it (e.g. even-connect).
- Copy the token; it is shown once.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Coda to Even: call connect_begin("coda") on the even-connect MCP and walk me through it.
Retrieve all documents accessible to your API token, list tables in a document, and insert data into rows.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.