Code as a Service

Developers On Demand

Integrate elite human developers and autonomous AI code agents directly into your projects with a single API call. From bug fixes to feature builds, get it done with `devs.do`.

Join waitlist

devs.do

import { Do } from "@do-inc/sdk";

const doit = new Do({ apiKey: process.env.DO_API_KEY });

const newFeatureTask = await doit.devs.createTask({
  description: "Implement a new OAuth 2.0 login flow using Google.",
  repoUrl: "https://github.com/my-org/my-app",
  skills: ["typescript", "oauth", "react"],
  maxHours: 20
});

console.log(`Task ${newFeatureTask.id} created, status is ${newFeatureTask.status}.`);
// Expected output: Task task_abc123 created, status is pending_assignment.

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.