Align Strategy & Execution

Goal Management as Code

Integrate, automate, and track your company's Objectives and Key Results (OKRs) programmatically. Align your teams and measure what matters with simple API calls.

Join waitlist

goals.do

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

// Initialize the Goals service
const goals = new Goals();

// Create a new Objective with Key Results
const newObjective = await goals.create({
  title: "Launch V2 of Our Platform",
  owner: "engineering@example.com",
  timeframe: "Q3 2024",
  keyResults: [
    { name: "Achieve 1,000 active users", target: 1000, start: 0 },
    { name: "Maintain >99.9% uptime", target: 99.9, start: 99.5 },
    { name: "Ship 3 major features", target: 3, start: 0 }
  ]
});

console.log(newObjective.id);
// => "obj_1a2b3c4d5e"

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.