Automate Everything, Simply

Your Agents For Anything RPA

Go beyond traditional RPA. Integrate intelligent, adaptable, and scalable robotic process automation directly into your applications as simple API calls, or execute business-as-code workflows with a simple `.do`.

Join waitlist

rpa.do

const rpaAgent = new Agent('rpa.do');

interface DataExtractionInput {
  url: string;
  selector: string;
}

interface DataExtractionOutput {
  extractedData: string[];
}

const extractedData = await rpaAgent.do({
  action: 'extractDataFromWebpage',
  input: {
    url: 'https://example.com',
    selector: '.product-title'
  }
});

console.log(extractedData);

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.