Command Line Interface

Your Business Logic, Now in Your Terminal

The .do CLI brings the full power of agentic workflows to your command line. Build, test, and deploy Services-as-Software with simple, intuitive commands.

Join waitlist

cli.do

// Example: Deploying a new agentic workflow from your terminal

// Step 1: Login to your .do account
$ do login

// Step 2: Navigate to your workflow directory and deploy
$ cd /path/to/my-agent-workflow
$ do workflow deploy . --name="customer-onboarding-v2"

// Output:
// ✓ Authenticating...
// ✓ Packaging workflow files...
// ✓ Uploading package (1.2MB)...
// ✓ Deploying agent 'customer-onboarding-v2'...
// ✓ Deployment successful!
//
// API Endpoint: https://api.do/workflows/customer-onboarding-v2
// Status:       Active

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.