DOCUMENTATION AS CODE

Generate Service Docs, Instantly.

Turn your service definitions and code into beautiful, comprehensive documentation. Keep your team and users in sync with zero manual effort.

Join waitlist

docs.services.do

import { Do } from '@do-sdk/client';

// Initialize the .do client with your API key
const client = new Do(process.env.DO_API_KEY);

// Generate documentation for a specific service
const docGeneration = await client.services.docs.generate({
  serviceName: 'user.profile.do',
  outputFormat: 'html',
  template: 'modern-dark',
  publish: true
});

console.log('Documentation published to:', docGeneration.url);

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.