# Cody AI integration on Definable

> Cody is an AI-powered assistant that uses the magic of ChatGPT meets the expertise of a custom-made AI assistant trained on your specific business.

## What this connects

Cody is an AI-powered assistant that uses the magic of ChatGPT meets the expertise of a custom-made AI assistant trained on your specific business.

Vendor: https://meetcody.ai/

## Tools available

**21** tools available. First 12:

- `CODY_CREATE_CONVERSATION` — Create Conversation — Tool to create a new conversation with a specified bot. Use when starting a new conversation thread with optional focus mode to limit bot's knowledge base to specific documents.
- `CODY_CREATE_DOCUMENT` — Create Document — Tool to create a new document with text or HTML content in Cody AI. Use when you need to add documents to Cody's knowledge base with up to 768 KB of content.
- `CODY_CREATE_DOCUMENT_FROM_FILE` — Create Document From File — Tool to create a document by uploading a file (up to 100 MB). Supports txt, md, rtf, pdf, ppt, pptx, pptm, doc, docx, docm formats. Use when you need to add file-based documents to Cody's knowledge base. The file is processed asynchronously.
- `CODY_CREATE_DOCUMENT_FROM_WEBPAGE` — Create Document from Webpage — Tool to create a document from a publicly accessible webpage URL. Use when you need to import content from a webpage into Cody AI. The webpage must be accessible without login. If request fails, ensure the URL is publicly accessible and not blocked by a firewall.
- `CODY_CREATE_FOLDER` — Create Folder — Tool to create a new folder in Cody AI for organizing content. Use when you need to create a folder to organize documents or conversations.
- `CODY_DELETE_CONVERSATION` — Delete Conversation — Tool to delete a conversation by its ID. Use when you need to permanently remove a conversation from the system.
- `CODY_DELETE_DOCUMENT` — Delete Document — Tool to delete a document by id. Use when removing a document that is no longer needed.
- `CODY_GET_CONVERSATION` — Get Conversation — Tool to fetch a conversation by its ID from Cody AI. Use when you need to retrieve details about a specific conversation. Supports optional includes parameter to filter response to list document IDs.
- `CODY_GET_DOCUMENT` — Get Document — Tool to retrieve a specific document by its identifier from Cody AI. Use when you need to get details about a particular document including its status, content URL, and metadata.
- `CODY_GET_FOLDER` — Get Folder — Tool to retrieve a specific folder by its identifier. Use when you need to get details about a folder.
- `CODY_GET_MESSAGE` — Get Message — Tool to fetch a specific message by its ID from Cody AI. Use when you need to retrieve details about a particular message, with optional includes for sources or usage metrics.
- `CODY_GET_UPLOADS_SIGNED_URL` — Get Upload Signed URL — Tool to get an AWS S3 signed upload URL for file uploads. Use when you need to obtain a signed URL to upload a file to Cody's storage.

## Auth

Auth schemes: `API_KEY`.

## How agents use Cody

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

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

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

## Categories

- ai assistants — https://definable.ai/apps/category/ai-assistants/
- productivity — https://definable.ai/apps/category/productivity/

## Related

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