Built by Metorial, the integration platform for agentic AI.

Learn More

Tools

Get File Upload URL

Get a signed S3 upload URL for uploading a file to the knowledge base. Returns a URL for uploading via PUT and a key to use when creating a document from the uploaded file.

Send Message for Stream

Send a message and get a streaming URL for receiving the AI response as Server-Sent Events (SSE). Useful for real-time progressive rendering of responses.

Get Conversation

Retrieve details of a specific conversation by its ID.

Get Document

Retrieve details of a specific knowledge base document including its sync status and content URL.

Delete Document

Permanently delete a knowledge base document.

Create Document from Content

Create a new knowledge base document from text or HTML content. Structured HTML with headings and paragraphs yields best results for the AI.

List Documents

Retrieve knowledge base documents. Filter by folder, conversation (focus mode documents), or search by keyword.

Send Message

Send a message within a conversation and receive the AI-generated response based on the bot's knowledge base. Returns the full response in a single call.

Delete Conversation

Permanently delete a conversation and its message history.

Create Document from File

Create a knowledge base document from a previously uploaded file. Requires a key obtained from the "Get File Upload URL" tool after uploading the file.

List Messages

Retrieve message history for a conversation. Returns both user messages and AI-generated responses in chronological order.

List Folders

Retrieve all folders used to organize your knowledge base documents. Optionally filter by name keyword.

Get Folder

Retrieve details of a specific knowledge base folder by its ID.

Create Conversation

Start a new conversation with an AI bot. Optionally enable focus mode by specifying document IDs to restrict the bot's knowledge to only those documents.

List Bots

Retrieve all AI bots configured in your Cody account. Bots are AI assistants set up with access to specific knowledge base folders and customized behavior. Optionally filter by name keyword.

Create Document from Webpage

Create a new knowledge base document by crawling a publicly accessible webpage URL. Cody will ingest the page content automatically.

Create Folder

Create a new folder to organize knowledge base documents.

Update Conversation

Update an existing conversation's name, associated bot, or focus mode documents.

Update Folder

Rename an existing knowledge base folder.

List Conversations

Retrieve conversations with AI bots. Filter by bot or search by keyword.

Get Message

Retrieve details of a specific message by its ID, including content and metadata about whether it was AI-generated.