Build With Code

`.do` Software Development Kit

A Software Development Kit (SDK) for integrating and extending platform capabilities programmatically.

Join waitlist

sdk.do

import { DoApi } from '@do-co/sdk';

// Initialize the SDK with your API key
const doClient = new DoApi({
  apiKey: process.env.DO_API_KEY
});

// Example: List available workflows
async function listMyWorkflows() {
  try {
    const workflows = await doClient.workflows.list();
    console.log('Available Workflows:', workflows);
    return workflows;
  } catch (error) {
    console.error('Error fetching workflows:', error);
  }
}

listMyWorkflows();

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.