AI & ML21 toolsPaste one API key
Cody integration for AI agents
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.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Cody once and call the same tools from all of them.
Setup
Connect Cody through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Cody exposes 21 tools through ClawLink. The 19 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
cody_get_conversation | Fetch a conversation by its ID from Cody AI | Read |
cody_get_document | Retrieve a specific document by its identifier from Cody AI | Read |
cody_get_folder | Retrieve a specific folder by its identifier | Read |
cody_get_message | Fetch a specific message by its ID from Cody AI | Read |
cody_get_uploads_signed_url | Get an AWS S3 signed upload URL for file uploads | Read |
cody_list_bots | Get all bots with optional keyword filtering | Read |
cody_list_conversations | Get all conversations with optional filtering by bot, keyword, or includes | Read |
cody_list_documents | Retrieve all documents from Cody AI account with optional filtering | Read |
cody_list_folders | Retrieve all folders with optional keyword filtering | Read |
cody_list_messages | Retrieve a paginated list of messages from Cody, optionally filtered by conversation | Read |
cody_create_conversation | Create a new conversation with a specified bot | Write |
cody_create_document | Create a new document with text or HTML content in Cody AI | Write |
cody_create_document_from_file | Create a document by uploading a file (up to 100 MB) | Write |
cody_create_document_from_webpage | Create a document from a publicly accessible webpage URL | Write |
cody_create_folder | Create a new folder in Cody AI for organizing content | Write |
cody_send_message | Send a message to Cody AI and receive an AI-generated response | Write |
cody_send_message_for_stream | Send a message to Cody AI and receive a Server-Sent Events (SSE) stream URL for the AI response | Write |
cody_update_conversation | Update a conversation by its ID including name, bot_id, and document_ids | Write |
cody_update_folder | Update a folder by its ID | Write |