DO Your Directory

Directory as a Service

Manage lists and lookups programmatically with simple API calls. Create and query directories for anything, powered by Agents.

Join waitlist

directory.do

import { directory } from ".do";

const listPeople = async () => {
  const people = await directory.list("employees");
  console.log(people);
};

const addCustomer = async (name: string, email: string) => {
  await directory.add("customers", { name, email });
};

listPeople();
addCustomer("Alice Smith", "alice@example.com");

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.