coding-agents
latest
false
UiPath for Coding Agents user guide
- Get started
- Best practices
- Capabilities
- Skills
- CLI
- Examples
- Examples overview
- Recipe: build an agent
- Recipe: automate with RPA
- Recipe: enter data into a web app
- Recipe: extract data from a desktop app
- Recipe: refactor and test a workflow
- Recipe: a queue-based process with REFramework
- Recipe: build a Maestro Flow
- Recipe: coded app and API workflow
- Recipe: verify a release with Test Manager
- Recipe: extract data from documents with IXP
- Advanced
- Help
The recipes in this section show complete, worked examples of building with a coding agent, from the prompt you give to the result you get. They are meant to be read end to end, then adapted to your own work.
How the recipes are organized
Each recipe focuses on one kind of build and follows the same shape: what you are making, the prompt to start from, what the agent produces, and how you confirm it worked. They build on the concepts in the following build pages:
Agent recipes
- Recipe: build an agent — a triage agent that classifies and drafts a reply.
RPA recipes
- Recipe: automate with RPA — a workflow that processes a file end to end.
- Recipe: enter data into a web app — fill and submit a web form with UI Automation.
- Recipe: extract data from a desktop app — read from an application that has no API.
- Recipe: refactor and test a workflow — review, harden, and test an existing workflow.
- Recipe: a queue-based process with REFramework — a transactional process from the REFramework template.
Orchestration recipes
- Recipe: build a Maestro Flow — an invoice-approval process that extracts, routes for approval, and posts the result.
App and API recipes
- Recipe: coded app and API workflow — a small app backed by an API workflow.
- Recipe: extract data from documents with IXP — an extraction project that reads invoices.
Note:
Recipes describe a representative run. Because your agent adapts to your prompt and environment, the exact files and commands you see will differ.