# What is Digital Worker? Also called digital labor, software robot. Digital worker is an industry term for an automated software unit packaged as a role rather than as a single task script, typically given a name, an assigned process, and its own system credentials. It came out of robotic process automation vendors and is now applied to model based agents as well. Usage differs widely between vendors. The packaging is what the term describes. A traditional automation script is invoked by a person or a scheduler and performs one operation. A digital worker is presented as a persistent unit with an identity, a process it owns, credentials of its own, and a record of activity. The technology underneath may be rule based, model based, or a mix of the two. Large organizations use the term in operations and shared services, where processes are already documented and measured in volume handled per period. Provisioning a digital worker there resembles provisioning any other system account: an identity, permissions limited to named systems, monitoring, and a named owner responsible for its output. Smaller companies rarely use the phrase and say agent or bot instead. The term is imprecise and has been applied to a single scheduled script, to a bundle of dozens of scripts, and to a fully model driven agent. Because it borrows employment vocabulary, some organizations prefer neutral language such as automation or agent in internal communication. Neither choice tells you anything about what the software can actually do. Digital worker sits closest to AI employee, which is the newer phrase for a similar idea with a model at the center. Robotic process automation describes the older technology most digital workers were built on. Where a process is well documented and stable, either framing can hold it; where the work turns on judgment or on a relationship, a person is the right owner. ## Key points - Industry term for automation packaged as a role - Originated with robotic process automation vendors - Usually has a name, a process, and its own credentials - Applied inconsistently, from one script to a full agent ## In practice An insurance operations team provisions a digital worker for policy renewals. It has its own login to the policy system, a documented process covering eleven steps, and permission to read the customer record but not to change payment details. Anything it cannot match against the documented rules is routed to a named person, and every action it takes is written to an audit log. ## Related terms - [AI Employee](/en/glossary/ai-employee) - [Robotic Process Automation](/en/glossary/robotic-process-automation) - [Business Process Automation](/en/glossary/business-process-automation) - [Agent Onboarding](/en/glossary/agent-onboarding) [Back to the AI Glossary](/en/glossary)