ClawLink

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.

Get started for free
OpenClaw
OpenClaw
ClawLink
ClawLink
Retell AI
Retell AI
Retell AIAPI KEYMCP

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.

67 tools

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.

Prompt for OpenClaw
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.

  1. 1

    Install 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. 2

    Connect Retell AI

    Paste your API key in the dashboard.

  3. 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-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 — 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 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.

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

ToolWhat it does
Add community voice retellai_add_community_voiceAdd 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_sourcesTool 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_agentsThis 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_callInitiate 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_callThe /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_agentCreate 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_testTool 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_chatTool 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_agentCreate 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_completionTool 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_flowCreate 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_componentCreates 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_agentRetrieve details of a specific agent by its unique identifier
Get agent versions retellai_get_agent_versionsRetrieve all versions of a specific agent
Get batch test retellai_get_batch_testRetrieve details and results of a specific batch test job
Get chat retellai_get_chatRetrieve details of a specific chat session by chat ID
Get chat agent retellai_get_chat_agentRetrieve details of a specific chat agent by its unique identifier
Get chat agent versions retellai_get_chat_agent_versionsRetrieve all versions of a specific chat agent by its unique identifier
Get concurrency retellai_get_concurrencyRetrieves the current concurrency and concurrency limits for the organization
Get conversation flow retellai_get_conversation_flowRetrieve details of a specific Conversation Flow by its ID
Get conversation flow component retellai_get_conversation_flow_componentRetrieves a shared conversation flow component by its unique identifier
Get knowledge base retellai_get_knowledge_baseRetrieve details of a specific knowledge base by its unique identifier
Get retell llm retellai_get_retell_llmRetrieve details of a specific Retell LLM Response Engine by its unique identifier
List agents retellai_list_agentsRetrieves a list of all agents associated with the account
List all chats retellai_list_all_chatsRetrieve a list of all chats associated with the account
List all phone numbers retellai_list_all_phone_numbersRetrieves a list of all phone numbers associated with the account
List batch tests retellai_list_batch_testsList batch test jobs for a response engine
List chat agents retellai_list_chat_agentsRetrieve a list of all chat agents associated with the account
List conversation flow components retellai_list_conversation_flow_componentsRetrieves a list of all shared conversation flow components
List conversation flows retellai_list_conversation_flowsList 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.

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.

ManualClawLink
Credential handlingCollect, 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 maintenanceYou 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 usabilityYou 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.

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.