OPERATIONAL EFFICIENCY UNLOCKED

Transform Your Back-Office into Code.

Automate HR, finance, and IT operations with powerful, agentic workflows. Deliver reliable internal Services-as-Software through a simple API.

Join waitlist

backoffice.services.do

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

// Initialize the client for the backoffice.services.do domain
const backoffice = new Client('backoffice.services.do');

// Onboard a new employee with a single API call
async function onboardNewHire(employeeDetails: {
  name: string;
  email: string;
  role: string;
  department: string;
  startDate: string;
}) {
  const result = await backoffice.jobs.create('/onboard-employee', {
    name: employeeDetails.name,
    email: employeeDetails.email,
    role: employeeDetails.role,
    department: employeeDetails.department,
    startDate: employeeDetails.startDate,
  });

  console.log('Onboarding workflow initiated:', result);
  return result;
}

// Example usage:
onboardNewHire({
  name: 'Alex Doe',
  email: 'alex.doe@example.com',
  role: 'Software Engineer',
  department: 'Technology',
  startDate: '2024-09-01',
});

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.