Coda
Docs, tables, formulas, and pack automations.
Auth: API keyCatalog preview
Tools
What your agent can do with Coda
CODA_SEARCHSearch across Coda records and content.
CODA_CREATECreate a new item in Coda with validated fields.
CODA_UPDATEUpdate an existing Coda item by id.
CODA_LISTList and filter Coda items with pagination.
Setup
Option A — MCP (no code)
- Sign up and connect Coda from your dashboard.
- Copy your gateway URL:
mcp.conduit.dev/you - Paste it into Claude, Cursor, or any MCP client.
Option B — API
curl -X POST https://api.conduit.dev/v1/tools/execute \
-H "Authorization: Bearer $API_KEY" \
-d '{
"tool_slug": "CODA_CREATE",
"external_user_id": "user_123",
"arguments": { ... }
}'