Integrations · 142 native connectors · 4 added in march

Speaks to everything you already run.

Postgres to Snowflake, Stripe to NetSuite, Salesforce to that one internal API nobody touches. All live, all monitored, all part of the same workflow graph.

142Native connectors

All built + maintained in-house.

18In beta

Join the early-access list in docs.

<48hAvg bug fix SLA

When a vendor breaks their API, we fix it.

SDKBuild your own

TypeScript + Python. 80 lines for a basic connector.

⌘K
All · 142 Databases · 18 Payments · 14 CRM · 11 Data warehouse · 8 Messaging · 16 Analytics · 12 Files · 9

Most popular · used by 60%+ of customers

· Most used
Pg

Postgres

CDC, logical replication, read/write, connection pooling. Works with any managed provider.

WRITE · READ · CDC820+ teams
· Featured
Sn

Snowflake

Native Snowpipe streaming, automatic schema inference, zero-copy clones for test runs.

WAREHOUSE640 teams
St

Stripe

Every event type (300+). Idempotent by default. Retry-safe for all billing workflows.

PAYMENTS810 teams
Sf

Salesforce

Bulk API 2.0, Streaming API, Change Data Capture. Works with custom objects and sandboxes.

CRM490 teams

Don't see it? Build it in an afternoon.

The Conduyt Connector SDK is TypeScript or Python. A working custom connector is about 80 lines. Publish it private to your team, or submit it for review and we'll ship it in the official registry.

acme-connector.ts
import { defineConnector } from '@conduyt/sdk'; export default defineConnector({ name: 'acme', auth: { type: 'oauth2', scopes: ['read'] }, // three actions, three triggers — that's it actions: { createInvoice: { ... }, syncCustomer: { ... }, }, triggers: { invoicePaid: { webhook: '/hooks/paid' }, }, });

Connect everything. Break nothing.

Start free with 5 workflows and unlimited connectors. No credit card.