# Coda AI integration on Definable

> Collaborative workspace platform that transforms documents into powerful tools for team productivity and project management

## What this connects

Collaborative workspace platform that transforms documents into powerful tools for team productivity and project management

Vendor: https://coda.io/

## Tools available

**109** tools available. First 12:

- `CODA_ADD_A_CATEGORY_FOR_PACK` — Add a category for pack — Add a publishing category for a given pack.
- `CODA_ADD_A_MAKER_FOR_PACK` — Add a maker for pack — Add a maker to a Pack. Makers are users who are displayed as contributors on the Pack's public listing page. You must be an owner or admin of the Pack to add makers. This is typically used to credit collaborators and team members who contributed to the Pack's development.
- `CODA_ADD_A_PERMISSION_FOR_PACK` — Add a permission for pack — Create or modify permissions for a given Pack. This action allows you to grant access to a Pack for users or workspaces. If a permission already exists for the specified principal, it will be updated with the new access level. The API returns a permission ID which is the same for updates to existing permissions. Note: You must have admin access to the Pack to manage its permissions.
- `CODA_ADD_CUSTOM_DOMAIN` — Add custom domain — Add a custom domain to a published doc. This action allows you to map a custom domain (like 'docs.yourcompany.com') to a published Coda doc. Before using this action: 1. The doc must be published (use CODA_PUBLISH_DOC action first) 2. Your Coda account must have a paid plan (Pro, Team, or Enterprise) 3. You'll need to configure DNS settings at your domain registrar after adding the domain The domain setup typically takes 5-10 minutes to initialize after DNS is configured. You can check the status using CODA_LIST_CUSTOM_DOC_DOMAINS action. Note: Custom domains are NOT available on Coda's Free tier.
- `CODA_ADD_PERMISSION` — Add permission — Adds a new permission to the doc.
- `CODA_BEGIN_CONTENT_EXPORT` — Begin content export — Initiate an asynchronous export of page content in HTML or Markdown format. This action starts a content export job and returns immediately with a request ID and status URL. The export is processed asynchronously. Use the returned 'href' URL with the 'content_export_status' action to poll for completion and retrieve the exported content.
- `CODA_CONTENT_EXPORT_STATUS` — Content export status — Check the status of a page content export operation. Use this to poll the export status and retrieve the download link when the export completes.
- `CODA_COPY_DOC` — Copy Document — Creates a copy of an existing Coda document. This action allows you to duplicate a document while optionally specifying a new title and location for the copied document.
- `CODA_CREATE_A_NEW_PACK_RELEASE` — Create a new pack release — Creates a new Pack release based on an existing Pack version.
- `CODA_CREATE_A_PAGE` — Create a page — Create a new page in a doc. Note that creating a page requires you to be a Doc Maker in the applicable workspace.
- `CODA_CREATE_DOC` — Create doc — Creates a new Coda doc, optionally copying an existing doc. Note that creating a doc requires you to be a Doc Maker in the applicable workspace (or be auto-promoted to one).
- `CODA_CREATE_FOLDER` — Create Folder — Creates a new folder in a Coda workspace. Use this action to organize documents by creating folders within a workspace. Folders help structure content and make it easier to navigate and manage documents.

## Auth

Auth schemes: `API_KEY`.

## How agents use Coda

Inside a Definable workflow, Coda is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Coda** — the Researcher (GPT-5.5) pulls context from Coda (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Coda** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Coda (create record, post message, draft email).
- **Designer / Engineer → Distributor → Coda** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Coda (attach file, open PR comment, post status).

The Verifier checks every Coda call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- productivity — https://definable.ai/apps/category/productivity/
- project management — https://definable.ai/apps/category/project-management/

## Related

- HTML page: https://definable.ai/apps/coda/
- Same category (productivity): https://definable.ai/apps/category/productivity/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
