YOUR AI TEAMMATE

Delegate to Ivy. Get it Done.

Ivy is an autonomous AI agent that handles your repetitive tasks, from data entry to customer support, so you can focus on what matters most.

Join waitlist

ivy.do

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

// Initialize the Ivy agent
const ivy = new Agent('ivy');

// Assign a task to Ivy
const { result } = await ivy.do({
  task: 'Summarize the attached meeting transcript and draft a follow-up email to the attendees.',
  context: {
    transcript: 'file://./meeting_notes.txt',
    attendees: ['[email protected]', '[email protected]']
  }
});

console.log(result.emailDraft);

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.