# How to connect Retell AI to OpenClaw (paste one key, 67 tools)

> Connect Retell AI to OpenClaw with ClawLink: paste your Retell AI key once and 67 tools work from chat. No MCP server to run, nothing stored on your machine.

Web version: https://claw-link.dev/openclaw/retellai

The usual route to Retell AI access for OpenClaw is an MCP server you configure and keep running, plus your own OAuth app or API keys. ClawLink gives OpenClaw a more practical Retell AI setup: install one ClawHub skill, connect Retell AI in the browser, and OpenClaw can call real Retell AI actions from any chat surface with no auth, token refresh, or tool wiring to build yourself.

**Start here:** install the ClawLink plugin (`openclaw plugins install clawhub:clawlink-plugin`), pair it in the browser, then connect the app in the ClawLink dashboard. The interactive install prompt is on the web version of this page: https://claw-link.dev/openclaw/retellai

## Setup

It takes three steps to connect OpenClaw to Retell AI.

1. **Install ClawLink** — add the plugin to OpenClaw once.
2. **Connect Retell AI** — one-click OAuth in the ClawLink dashboard.
3. **Use it from chat** — ask OpenClaw in plain English.

**Alternative for any agent (no plugin needed):** if the OpenClaw plugin route isn't available or doesn't work, any AI agent with shell access can use the ClawLink CLI instead:

```bash
npx -y @useclawlink/cli login          # sign in via browser — no API key to paste
npx -y @useclawlink/cli connect retellai  # connect Retell AI (browser OAuth)
npx -y @useclawlink/cli actions retellai  # list available actions
npx -y @useclawlink/cli run retellai <action> --input '<json>'  # execute (add --confirm for writes)
```

### Install by command

The setup prompt above does all of this in one paste. By hand, it is one install command plus a browser approval:

```bash
openclaw plugins install clawhub:clawlink-plugin
```

Then ask OpenClaw to set up ClawLink. It starts browser pairing and prints an approval link — open it, approve the device, return to the chat, and say `done`. Finally, connect Retell AI in the [ClawLink dashboard](https://claw-link.dev/dashboard) — paste your Retell AI API key once.

Verify the connection by asking OpenClaw:

> Use Retell AI to add community voice and walk me through the result in plain English.

### Using a different agent?

The OpenClaw plugin is one client of ClawLink's MCP server. Claude Code, Cursor, Codex, or any agent that can run a shell command pairs with the same ClawLink account through the CLI:

```bash
npx -y @useclawlink/cli login
```

`login` opens the same browser approval and stores a credential locally. Once Retell AI is connected in the dashboard, that agent calls the same 67 Retell AI tools over MCP. Full setup for MCP clients and shell agents: [connect apps to any AI agent](https://claw-link.dev/learn/connect-apps-to-any-ai-agent).

## Retell AI MCP for OpenClaw

Looking for a Retell AI MCP server for OpenClaw? ClawLink connects Retell AI to OpenClaw and exposes 67 Retell AI tools your agent can call over [MCP](https://claw-link.dev/learn/what-is-an-mcp-server), with [hosted auth](https://claw-link.dev/learn/oauth-for-ai-agents) and nothing to run or maintain yourself. Using Hermes instead? The [Hermes Retell AI integration](https://claw-link.dev/hermes/retellai) works the same way.

## What the OpenClaw Retell AI integration can do

67 Retell AI tools are ready for OpenClaw once the account is connected. The 30 below are the ones people reach for most; your agent can call all 67.

### 30 of 67 Retell AI tools for OpenClaw

| Tool | What it does |
|---|---|
| **Add community voice** `retellai_add_community_voice` | Add a community voice from ElevenLabs to your Retell voice library. Use when you need to import a shared community voice for use in your agents. |
| **Add knowledge base sources** `retellai_add_knowledge_base_sources` | Tool to add sources (documents, URLs, text) to an existing knowledge base in Retell AI. Use when you need to add additional content to a knowledge base. |
| **Buy a new phone number bind agents** `retellai_buy_a_new_phone_number_bind_agents` | This endpoint allows purchasing a new phone number with a specified area code and binding it to designated agents for inbound and outbound calls. It requires JSON with agent IDs and area code. |
| **Create a new outbound phone call** `retellai_create_a_new_outbound_phone_call` | Initiate an outbound call by POST to '/v2/create-phone-call'. Requires 'from_number' and 'to_number' in E.164 format. Optional overrides and metadata supported. |
| **Create a new web call** `retellai_create_a_new_web_call` | The /v2/create-web-call endpoint creates a web call with a unique agent ID, returning call details like type, token, call ID, and status in JSON format, with a 201 response. |
| **Create agent** `retellai_create_agent` | Create a new voice AI agent with specified configuration. Use when you need to set up a voice-based AI agent with custom response engine, voice settings, and behavior configuration. |
| **Create batch test** `retellai_create_batch_test` | Tool to create a batch test job that runs multiple test cases against an agent. Use when you need to evaluate agent performance across multiple test scenarios simultaneously. |
| **Create chat** `retellai_create_chat` | Tool to create a new chat session with a chat agent. Use when you need to initiate a new chat conversation with a RetellAI chat agent. |
| **Create chat agent** `retellai_create_chat_agent` | Create a new chat agent with specified configuration. Use when you need to set up a chat-based AI agent with custom response engine and behavior settings. |
| **Create chat completion** `retellai_create_chat_completion` | Tool to create a chat completion for an existing chat session, generating the agent's response to a user message. Use when you need the agent to respond to user input in an ongoing chat conversation. |
| **Create conversation flow** `retellai_create_conversation_flow` | Create a new Conversation Flow that can be attached to an agent for response generation. Requires start_speaker, model_choice, and nodes. Returns conversation_flow_id and full configuration. |
| **Create conversation flow component** `retellai_create_conversation_flow_component` | Creates a new shared conversation flow component at POST '/create-conversation-flow-component'. Requires 'name' and 'nodes' array. Optional: tools, mcps, start_node_id, begin_tag_display_position. |
| **Get agent** `retellai_get_agent` | Retrieve details of a specific agent by its unique identifier |
| **Get agent versions** `retellai_get_agent_versions` | Retrieve all versions of a specific agent |
| **Get batch test** `retellai_get_batch_test` | Retrieve details and results of a specific batch test job |
| **Get chat** `retellai_get_chat` | Retrieve details of a specific chat session by chat ID |
| **Get chat agent** `retellai_get_chat_agent` | Retrieve details of a specific chat agent by its unique identifier |
| **Get chat agent versions** `retellai_get_chat_agent_versions` | Retrieve all versions of a specific chat agent by its unique identifier |
| **Get concurrency** `retellai_get_concurrency` | Retrieves the current concurrency and concurrency limits for the organization |
| **Get conversation flow** `retellai_get_conversation_flow` | Retrieve details of a specific Conversation Flow by its ID |
| **Get conversation flow component** `retellai_get_conversation_flow_component` | Retrieves a shared conversation flow component by its unique identifier |
| **Get knowledge base** `retellai_get_knowledge_base` | Retrieve details of a specific knowledge base by its unique identifier |
| **Get retell llm** `retellai_get_retell_llm` | Retrieve details of a specific Retell LLM Response Engine by its unique identifier |
| **List agents** `retellai_list_agents` | Retrieves a list of all agents associated with the account |
| **List all chats** `retellai_list_all_chats` | Retrieve a list of all chats associated with the account |
| **List all phone numbers** `retellai_list_all_phone_numbers` | Retrieves a list of all phone numbers associated with the account |
| **List batch tests** `retellai_list_batch_tests` | List batch test jobs for a response engine |
| **List chat agents** `retellai_list_chat_agents` | Retrieve a list of all chat agents associated with the account |
| **List conversation flow components** `retellai_list_conversation_flow_components` | Retrieves a list of all shared conversation flow components |
| **List conversation flows** `retellai_list_conversation_flows` | List all conversation flows that can be attached to an agent |

## Example prompts

**Add Community Voice**

> Use Retell AI to add community voice and walk me through the result in plain English.

**Add Knowledge Base Sources**

> Use Retell AI to add knowledge base sources and walk me through the result in plain English.

**Buy A New Phone Number Bind Agents**

> Use Retell AI to buy a new phone number bind agents and walk me through the result in plain English.

**Create A New Outbound Phone Call**

> Create it in Retell AI for me, then confirm the important fields before you finish.

## ClawLink vs. building it yourself

The alternative to ClawLink is usually manual API key setup plus your own token handling, permission troubleshooting, and tool plumbing for OpenClaw. That is fine if you want to build and maintain the integration yourself. Most teams just want Retell AI working from chat.

| | Manual | ClawLink |
|---|---|---|
| **Credential handling** | Collect, validate, store, and rotate the Retell AI API key yourself, then make sure every tool call uses the right account. | Users complete the hosted ClawLink setup once and the connected Retell AI account becomes available to the agent without you building credential management. |
| **Ongoing maintenance** | You own refresh logic, permission debugging, environment config, and every provider-specific edge case for Retell AI. | ClawLink handles the repetitive integration plumbing so your team can focus on the workflow instead of the infrastructure. |
| **Agent usability** | You still need to expose the right Retell AI actions to the runtime in a format your agent can reliably use. | 67 tools for Retell AI are already exposed through ClawLink, so the agent can read and act from chat immediately. |

## ClawLink vs. Composio

Composio also exposes Retell AI to AI agents. It is developer infrastructure: Python and TypeScript SDKs, an MCP server, and a catalog past 1,000 apps, aimed at teams shipping agent products. ClawLink is built for OpenClaw users instead. You install the plugin once, connect Retell AI in the browser, and the 67 tools above work from chat. There is no SDK and no config file, and the Retell AI key you paste at setup is stored server-side rather than kept in your environment. Choosing between them? Read the full [Composio alternatives](https://claw-link.dev/hub/composio-alternatives) comparison.

### OpenClaw installed the Retell AI skill but can't call the tools
The ClawHub skill teaches OpenClaw about Retell AI, but the calls run through the ClawLink plugin and your connected account. Make sure Retell AI is connected in the dashboard, then start a fresh chat so OpenClaw reloads the tool catalog. If OpenClaw runs as a persistent gateway, restart it so the new tools register.

### Connection succeeds but no tools appear
Reconnect Retell AI from the dashboard, then start a fresh chat if the runtime still has the old tool catalog loaded.

### "Tool schema not loaded yet" error when calling Retell AI tools
Retell AI tool schemas load on demand the first time a tool runs and are cached after that, so this error usually clears on its own: wait a few seconds and retry the same request. If every Retell AI call keeps failing with it in a fresh chat, reconnect from the dashboard, and contact support if it still persists — that pattern points to a configuration problem on our side, not something you can fix by reconnecting again.

### Retell AI returns 403 or "permission denied" on one action while others work
Two usual causes. The connected account may not have access to the specific workspace, inbox, store, or project in the request — check that first. If access looks right, the agent may have sent a placeholder value (like "YOUR_ID" or an example id from documentation) instead of a real one: ask it to run a list or search tool first, then retry the action with a real id from those results. Most failures at this stage are one of these two, not ClawLink bugs.

### API key setup works but results look incomplete
Double-check that the API key for Retell AI has the right scopes or account access. A valid key can still be too limited for some reads or writes.

### Is there a OpenClaw Retell AI integration?
Yes. ClawLink is the fastest way to connect OpenClaw to Retell AI: link your Retell AI account once in the browser and OpenClaw can call the Retell AI API through 67 ready-made tools — no custom code or token handling.

### How do I add Retell AI to OpenClaw with ClawLink?
Paste the setup prompt from this page into OpenClaw. It installs the ClawLink Retell AI skill from ClawHub, then you click Connect in the dashboard to authorize Retell AI. OpenClaw calls the tools from the next message — no config files, and the Retell AI key you paste is stored server-side instead of in your environment.

### How long does it take to connect Retell AI to OpenClaw?
About two minutes. Sign in, click Connect next to Retell AI in the dashboard, authenticate, and OpenClaw can use it from the next chat message.

### Why use ClawLink instead of wiring Retell AI up myself?
The alternative to ClawLink is usually manual API key setup plus your own token handling, permission troubleshooting, and tool plumbing for OpenClaw. That is fine if you want to build and maintain the integration yourself. Most teams just want Retell AI working from chat.

### OpenClaw installed the Retell AI skill but can't call the tools
The ClawHub skill teaches OpenClaw about Retell AI, but the calls run through the ClawLink plugin and your connected account. Make sure Retell AI is connected in the dashboard, then start a fresh chat so OpenClaw reloads the tool catalog. If OpenClaw runs as a persistent gateway, restart it so the new tools register.

## Related

- [DataRobot tools](https://claw-link.dev/openclaw/datarobot) — DataRobot is a machine learning platform that automates model building, deployment, and monitoring, enabling organizations to derive predictive insights from large datasets.
- [OpenClaw Chatbotkit integration](https://claw-link.dev/openclaw/chatbotkit) — ChatBotKit is a platform that enables developers to build and manage AI-powered chatbots, offering comprehensive APIs and SDKs for seamless integration into applications.
- [ElevenLabs](https://claw-link.dev/openclaw/elevenlabs) — Generate speech and voice cloning
