Bring your own AI

Your AI. Your CRM. Your call.

Conduyt is the only CRM that treats every AI as a first-class citizen. Plug in Claude, ChatGPT, Gemini, your custom agent, or your n8n bot. They all work. None of them cost extra.

Vendor lock-in, repackaged

When your CRM picks the AI, you lose.

Salesforce sells Einstein. HubSpot sells Breeze. GoHighLevel charges per premium AI node. Microsoft sells Copilot. The pattern is clear: every major CRM is racing to make their AI the only AI you can use inside their walls.

That made sense five years ago when AI was hard. It doesn’t now. Today, Claude writes better than half the marketing teams I know. GPT-4 reasons about pipeline data better than most analysts. Gemini handles long-context research that no in-house tool can match. Your team probably uses two or three of these already, and the right tool depends on the task.

So why should your CRM force you to use a worse one?

Conduyt was built on the opposite assumption: the best AI for the job is the one you already trust. We don’t sell you ours. We open ours.

Works with

Whatever you already use, we already support.

Claude (Anthropic)

Native MCP support. Claude Desktop and Claude Code connect with one config snippet. Drop in your API key and Claude runs your CRM through 104 tools.

Claude DesktopClaude CodeMCP

ChatGPT (OpenAI)

Custom GPTs and Actions both work. Use our REST API, or wrap our MCP server with a thin OpenAI proxy. Standard OAuth flow.

Custom GPTsGPT ActionsREST API

Gemini (Google)

Function calling supported. Point Gemini at our 409-endpoint schema catalog and it builds queries on its own.

Function callingREST API

n8n

HTTP nodes call any Conduyt endpoint. Use our webhooks for triggers. Build CRM-aware automations alongside everything else in your stack.

HTTP nodesWebhooksTriggers

Zapier

Conduyt is in the Zapier directory with 7 triggers, 9 actions, 3 searches. No-code teams ship without engineering.

TriggersActionsSearches

Custom Agents

Roll your own with the API. Our schema-discovery endpoint lets your agent learn the CRM at runtime. No SDK lock-in.

RESTMCPWebhooks

Don’t see yours? If it speaks HTTP or MCP, it works. Tell us what you’re using.

Real use cases

Three teams, three AIs, one CRM.

Marketing director, agency

“Every Monday morning, Claude pulls our 50 most recent leads, scores them by ICP fit, drafts personalized first-touch emails, and queues them for my approval. I approve in batches of 10 over coffee.”

Tools: Claude Desktop, conduyt_contacts_list, conduyt_compose_email

3 hours of Monday work, gone.

RevOps lead, B2B SaaS

“Our quarterly review used to mean exporting CSVs and rebuilding pivot tables. Now I ask GPT to summarize Q3 pipeline performance, compare to Q2, and flag the three reps who slipped. I get the deck in 5 minutes.”

Tools: ChatGPT action, conduyt_dashboard_summary, conduyt_query_insights

Quarterly reviews go from a day to a coffee break.

Technical founder, fintech startup

“I built a Slack bot that watches our pipeline and pings me when a deal goes stale. It uses our internal LLM, calls Conduyt’s API directly, and posts to a private channel. No vendor in the loop.”

Tools: Custom Python agent, REST API, webhooks

Pipeline awareness without paying for a third-party “AI sales assistant.”

How it fits together

Two minutes from “let’s try it” to “it just worked.”

For Claude users, the entire setup is a JSON snippet:

{
  "mcpServers": {
    "conduyt": {
      "command": "npx",
      "args": ["tsx", "src/index.ts"],
      "cwd": "~/path/to/conduyt-mcp",
      "env": {
        "CONDUYT_API_URL": "https://conduyt.app",
        "CONDUYT_API_KEY": "cdy_your_key_here"
      }
    }
  }
}

Drop that into your Claude Desktop config. Restart. Claude now has 104 tools to drive your CRM.

For everyone else, it’s a standard REST API. Bearer-token auth, JSON in, JSON out. Every endpoint is documented and discoverable through our /schema/api-catalog endpoint, so even your AI can read the docs.

See full developer docs →

One more thing

Bring as many AIs as you want. We don’t charge per agent.

Some CRMs charge per AI seat. Some gate “premium AI features” behind a higher tier. We don’t. The CRM is $299/mo, flat. Connect Claude, ChatGPT, three custom agents, and an n8n workflow. Same price.

See full pricing →

Common questions

Frequently asked.

Do I need a developer to set this up?
For Claude Desktop, no. The config is a JSON paste-in. For custom integrations, yes — you’ll want someone who’s comfortable with REST APIs. For Zapier and n8n, our prebuilt connectors handle most of it.
Which AI works best with Conduyt?
They all work. Claude has the deepest integration through MCP because we built the MCP server first. GPT works great through Custom GPTs and Actions. Gemini is solid for function calling. The right one depends on what you’re already paying for and what your team is comfortable with.
Do you charge extra for AI access?
No. AI access is included in every paid plan ($299/mo Starter and up). You bring your own AI subscription, you connect it, you use it.
What if I want to use multiple AIs at once?
That’s the point. Many of our customers use Claude for writing, GPT for analysis, and a custom agent for specific automations. Conduyt doesn’t care which one is calling — it tracks every API call by key for audit purposes.
Is my customer data exposed to OpenAI / Anthropic / Google when I use their AI?
That depends on your AI provider’s data policies, not ours. Anthropic and OpenAI offer enterprise plans with no-train guarantees. We expose the data; you control which AI sees it. Use scoped API keys to limit what each AI can read.
What’s MCP?
Model Context Protocol — an open standard from Anthropic that lets AI models connect to external tools. Think of it like USB for AI. Any MCP-compatible client can use any MCP server. Conduyt ships with a native MCP server that exposes 104 tools. More on that on the developer docs page.
Can I build my own AI integration without using Claude or GPT?
Yes. Our REST API is fully documented and our schema is discoverable at /schema/api-catalog. If you can hit an HTTP endpoint, you can build with Conduyt.
What happens if Anthropic / OpenAI / Google changes their pricing or terms?
Nothing changes for you with Conduyt. You’d switch AI providers, update one config line, and keep going. That’s the whole point of not being locked in.
Your stack is yours. Your AI is yours. Your CRM should be too.