> ## Documentation Index
> Fetch the complete documentation index at: https://ai-kb.automationanywhere.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Odin AI Tools

> Summarize, search, extract, classify, and manage documents and Knowledge Base content with Odin API credentials

The **Odin AI Tools** toolkit gives agents platform AI helpers: summarize and classify content, run web search, extract information, work with documents, manage Knowledge Base items, and related utilities. Authentication uses an Odin **API key** and **API secret** (optional project ID) saved as a connection.

Add it on the agent **Toolkits** tab and create or select an Odin AI Tools connection.

## Prerequisites

* Odin API key and API secret for your organization
* Optional project ID when not injected automatically
* An agent you can edit

## Setup

1. Obtain an API key and secret from your Odin / EKB admin settings.
2. Open the agent → **Toolkits** → add **Odin AI Tools**.
3. Create a connection with **API key** and **API secret** (and **project ID** if required).
4. Save the agent. `@`-mention the relevant tools for document, search, or KB tasks.

## Available tools

### Content & AI

| Tool                    | Description                                   |
| ----------------------- | --------------------------------------------- |
| **Summarize**           | Summarizes text or document content.          |
| **Google Search**       | Runs a web search.                            |
| **Extract Information** | Extracts structured information from content. |
| **Classify**            | Classifies content into categories.           |
| **Compare Content**     | Compares two pieces of content.               |
| **Apply Style Guide**   | Applies a style guide to content.             |
| **Email Creator**       | Drafts email content.                         |
| **SEO Optimizer**       | Optimizes content for SEO.                    |
| **PII Check**           | Checks content for PII.                       |

### Documents & media

| Tool                         | Description                   |
| ---------------------------- | ----------------------------- |
| **Get Document**             | Retrieves a document.         |
| **Get Documents**            | Lists documents.              |
| **Create Document**          | Creates a document.           |
| **Edit Document**            | Edits a document.             |
| **Extract URL**              | Extracts content from a URL.  |
| **Transcribe YouTube Video** | Transcribes a YouTube video.  |
| **Get LinkedIn Profile**     | Retrieves a LinkedIn profile. |
| **Seek Contact**             | Looks up contact information. |

### Knowledge Base

| Tool                 | Description                       |
| -------------------- | --------------------------------- |
| **Get KB Documents** | Lists Knowledge Base documents.   |
| **Add URL to KB**    | Adds a URL to the Knowledge Base. |

## Use cases

* Summarize a long brief and extract key fields
* Draft an email or SEO-optimized blurb from source material
* Add a URL to the Knowledge Base and confirm it is listed
* Check content for PII before sharing

## Tips

* Prefer project-scoped credentials when possible.
* Store API key and secret in a saved connection — do not put them in the personality prompt.
* For agent Knowledge Base RAG search, also see the [Knowledge Base](/agents/toolkits/knowledge-base) toolkit.

## Troubleshooting

| Symptom                   | What to check                 |
| ------------------------- | ----------------------------- |
| Unauthorized              | API key/secret and project ID |
| Empty document or KB list | Project scope and permissions |
| Extract / summarize fails | Input size and content type   |

## Related

* [Knowledge Base](/agents/toolkits/knowledge-base)
* [Document Manager](/agents/toolkits/document-manager)
* [Web Search](/agents/toolkits/web-search)
* [Toolkits overview](/agents/toolkits/overview)
