CONNECT ANY SYSTEM

Integrations as Code.

Build, manage, and scale connections to any external system or API. Transform complex integrations into simple, reusable services with our agentic workflow platform.

Join waitlist

integrations.do

import { Client } from '@do-sdk/client';

// Initialize the .do client
const doClient = new Client({ apiKey: 'YOUR_API_KEY' });

// Access any integration as a simple function call
async function syncNewLead(leadData) {
  try {
    const newLead = await doClient.integrations.salesforce.createLead({
      body: leadData
    });
    console.log('Lead synced successfully:', newLead.id);
    return newLead;
  } catch (error) {
    console.error('Failed to sync lead:', error);
  }
}

// Run the workflow
syncNewLead({
  firstName: 'Jane',
  lastName: 'Doe',
  email: 'jane.doe@example.com',
  company: 'ACME Corp'
});

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.