Bring your own AI
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
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
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.
Custom GPTs and Actions both work. Use our REST API, or wrap our MCP server with a thin OpenAI proxy. Standard OAuth flow.
Function calling supported. Point Gemini at our 409-endpoint schema catalog and it builds queries on its own.
HTTP nodes call any Conduyt endpoint. Use our webhooks for triggers. Build CRM-aware automations alongside everything else in your stack.
Conduyt is in the Zapier directory with 7 triggers, 9 actions, 3 searches. No-code teams ship without engineering.
Roll your own with the API. Our schema-discovery endpoint lets your agent learn the CRM at runtime. No SDK lock-in.
Don’t see yours? If it speaks HTTP or MCP, it works. Tell us what you’re using.
Real use cases
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
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.
One more thing
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.
Common questions
/schema/api-catalog. If you can hit an HTTP endpoint, you can build with Conduyt.