AI-Native CRM
A CRM for you, your agents, and your AI team.
Most CRMs bolt AI on as a chatbot. Conduyt builds it into the architecture. Every feature has an API endpoint. Every workflow can be created programmatically. Every AI action is budgeted, audited, and reversible.
1// AI agent creates a workflow via API
2const workflow = await conduyt.automations.import({
3 name: "New Lead Drip",
4 trigger: { type: "contact.created" },
5 steps: [
6 { action: "sms.send",
7 template: "welcome-sms" },
8 { action: "wait", days: 2 },
9 { action: "pipeline.move",
10 stage: "Qualified" }
11 ],
12 resolve: true, // name → UUID
13 dryRun: true
14});
15
16// Validated. Publish when ready.
17await conduyt.automations.publish(workflow.id);
Architecture
What makes a CRM AI-native?
Not a chatbot sidebar. Not a prompt box. An architecture where AI agents are first-class citizens with full operational access.
API-First, Not API-Also
180+ endpoints covering every CRM operation. AI agents discover capabilities through the API catalog endpoint and operate without UI dependencies. The same API powers the Conduyt app itself.
180+ endpoints · same API as the app
Workflow Creation, Not Just Triggering
AI agents can create, validate, dry-run, and publish multi-step workflows via API. Name resolution converts human-readable names to system UUIDs. No other CRM offers this.
Create · validate · dry-run · publish
Safety Rails, Not Guardrails
Action budgets, sandbox mode, confirmation tokens, and unified audit trails. Your AI agents operate within limits you define, with every action logged and attributable.
Budgets · sandbox · audit trails
Endpoints
The AI API Stack
Purpose-built endpoints that let AI agents discover, operate, and validate -- not just read data.
Key AI Endpoints
Conduyt API v1
Capability
Endpoint
Description
API Catalog
GET/api/v1/schema/api-catalog
Discover 180+ endpoints
AI Insights
POST/api/v1/ai/insights
8 query types for pipeline, SMS, email data
Workflow Builder
POST/api/v1/automations/import
Create workflows with name resolution
Sandbox Mode
POST/api/v1/automations/:id/dry-run
Test without side effects
Bulk Import
POST/api/v1/contacts/ai-import
Import + tag + enroll in one call
Name Resolution
POST/api/v1/automations/resolve
Convert names to UUIDs
Use Cases
How AI teams use Conduyt
Real patterns from production AI agents running on Conduyt today.
Use Case 01
AI Sales Agents
Create deals, move pipeline stages, trigger follow-ups based on conversation outcomes. Integrated with SMS drip campaigns for continuous engagement without manual work.
Sales Automation
Use Case 02
Automated Lead Routing
Evaluate contacts against smart list criteria, assign to reps, enroll in the right drip campaign. Zero human intervention needed from capture to first touch.
Lead Management
Use Case 03
AI-Powered Reporting
Query pipeline health, SMS delivery rates, team activity. Generate and distribute summaries on schedule. Eight insight types cover the full CRM data surface.
Analytics
Use Case 04
Workflow Building Agents
Build multi-step automations from natural language. Validate in sandbox, publish to production. Full lifecycle via API with name resolution and dry-run testing.
Automation
Comparison
vs Bolted-On AI
Most CRMs added AI as an afterthought. Conduyt was built for it from day one.
Feature Comparison
Feature
Conduyt
HubSpot Breeze
Salesforce Agentforce
GHL AI Employee
Workflow creation via API
Yes
No
Enterprise only
No (UI only)
AI action budgets
Yes
No
No
No
Per-AI-agent pricing
None (included)
$0.50-$1/action
$2/conversation
$97/sub-account/mo
Sandbox / dry-run
Built-in
Enterprise only
Enterprise only
No
API endpoints for AI
180+
Limited
~200 (SOAP+REST)
Limited, read-only
Open SDKs
3 (TS, Python, Go) MIT
1 (Node)
Community
None
Your AI team is ready.
Your CRM should be too.
Start free trial -- 20 days. No credit card required.