SERVICES AS SOFTWARE

Any Service. One API.

Transform your business operations into scalable, on-demand services. With api.services.do, you can build, deploy, and manage any service through a single, powerful API.

Join waitlist

api.services.do

import { Dō } from '@do-inc/sdk';

// Initialize the Dō client with your API key
const dō = new Dō({ apiKey: 'YOUR_API_KEY' });

// Define the new customer's details
const newCustomer = {
  name: 'Acme Corp',
  email: 'new.customer@acme.com',
  plan: 'enterprise',
};

// Execute the 'onboardCustomer' service via API
const { customerId, welcomeEmailSent } = await dō.services('onboardCustomer').run({
  customer: newCustomer
});

console.log(`Customer ${customerId} onboarded successfully.`);

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.