Claude Code
The Claude Code connector lets you work with your Synthflow workspace directly from Claude Code. It connects Claude Code to the Synthflow MCP server, so you can create and manage agents, place and review calls, build knowledge bases, and run actions without leaving the tool you already use.
This is a good fit when your workflow lives in Claude Code and you want to manage Synthflow with natural-language prompts. If you prefer in-dashboard assistance with Memory, Learnings, and UI cards, use Aurora instead. For the full list of available tools, see the capabilities table.
Setup instructions
You need a Synthflow API key. The Claude Code connector uses the Synthflow MCP server at:
- URL:
https://mcp.synthflow.ai/mcp - Header:
Authorization: Bearer <SYNTHFLOW_API_KEY>
Type this prompt into Claude Code and let it add the server for you:
Type into Claude Code
Add the Synthflow MCP server to Claude Code over HTTP transport by running this command, replacing `<SYNTHFLOW_API_KEY>` with my Synthflow API key:
`claude mcp add --transport http synthflow https://mcp.synthflow.ai/mcp --header "Authorization: Bearer <SYNTHFLOW_API_KEY>"`
Example prompts
Security considerations
Connecting an LLM to operational tools introduces new risks. The primary risk class unique to LLM workflows is prompt injection: untrusted content (like call transcripts, user messages, or knowledge base documents) can include instructions that try to trick the model into taking unintended actions. Most clients support confirm before running tools. Keep that enabled and review tool calls carefully.
FAQ
How is the Claude Code connector different from Aurora?
Aurora is the in-dashboard agent: one chat thread in the Synthflow UI with Memory, Learnings, and rich UI cards. The Claude Code connector runs in Claude Code and authenticates with an API key. Both can manage agents, calls, and knowledge bases.
How is this different from MCP Connectors?
MCP Connectors let a voice agent call tools on an external MCP server during a live call. The Claude Code connector is the opposite direction: an AI agent in Claude Code calls tools to manage your Synthflow workspace.
Which API key permissions are required?
Use the same API key you would use for REST. Generate and manage keys in Admin → Workspace Settings → API Keys. See Authentication for setup and key-management practices.
How is model usage billed?
The Claude Code connector operates within your own Claude Code account, so model and subscription charges are billed directly by Claude according to your plan. Synthflow bills only for the workspace usage your actions generate, such as calls, under your existing Synthflow plan.