How to connect Retell AI to OpenClaw
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.


Build and manage voice AI agents and call workflows. Once connected, OpenClaw can read and act on Retell AI from chat — pairing, token refresh, and tool wiring handled for you.
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.
Copy this prompt into OpenClaw, or open the Retell AI skill on ClawHub.
Before installing anything, inspect the ClawHub skill metadata and setup requirements.
If the skill asks you to install a third-party package or CLI, verify its source, maintainer, and package contents before running the install command.
Install the skill "Retell AI" (hith3sh/retellai-workspace) from ClawHub only after those checks pass.
Skill page: https://clawhub.ai/hith3sh/retellai-workspace
Keep the work scoped to this skill only.
After install, help me finish setup from verified skill metadata.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.Setup
It takes three steps to connect OpenClaw to Retell AI.
1Install the plugin
Paste the setup prompt into OpenClaw, or install from the terminal and ask OpenClaw to pair:
openclaw plugins install clawhub:clawlink-plugin- 2
Connect Retell AI
Paste your API key in the dashboard.
- 3
Use it from chat
Ask OpenClaw: "What can you do with Retell AI?"
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:
openclaw plugins install clawhub:clawlink-pluginThen 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 — 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:
npx -y @useclawlink/cli loginlogin 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.
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, with hosted auth and nothing to run or maintain yourself. Using Hermes instead? The Hermes Retell AI integration 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 |
Try it: find the Retell AI tool you need
Browse the 30 Retell AI tools
Click any tool to see exactly what OpenClaw can do and copy a ready-to-use prompt.
Example prompts
Use Retell AI to add community voice and walk me through the result in plain English.
Use Retell AI to add knowledge base sources and walk me through the result in plain English.
Use Retell AI to buy a new phone number bind agents and walk me through the result in plain English.
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 comparison.
Troubleshooting
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.
FAQ
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
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
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
Generate speech and voice cloning