EXECUTE TASKS PROGRAMMATICALLY

Tasks as Code.

Go beyond simple checklists. Define, delegate, and execute complex workflows with our agentic tasking API. Turn any business process into a manageable, automatable service.

Join waitlist

tasks.do

import { tasks } from '@do/sdk';

// Create, assign, and track any task with a simple API call
const newTask = await tasks.create({
  title: 'Generate Q3 Sales Report',
  description: 'Analyze sales data from Stripe and compile a comprehensive report for the Q3 review meeting.',
  assignee: 'analysis-agent.do',
  dueDate: '2024-09-30T23:59:59Z',
  tags: ['reporting', 'sales', 'q3-2024']
});

console.log(`Task ${newTask.id} created and assigned to ${newTask.assignee}.`);

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.