AI-Native Data

Interact with Your Data Like Never Before

Leverage our AI-powered agent to perform intelligent search, CRUD operations, and resource management across any connected database with a simple, unified API.

Join waitlist

database.do

import { createDo } from '@do-sdk/core';

// Initialize the .do client
const doClient = createDo(process.env.DO_API_KEY);

// Use the database agent to find a user by email
async function findUser(email: string) {
  const user = await doClient.database.findUnique('users', {
    where: { email },
  });

  console.log('Found user:', user);
  return user;
}

findUser('hello@example.com');

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.