# UiPath UiPath for Coding Agents Documentation > Complete documentation for UiPath UiPath for Coding Agents This file contains links to documentation sections following the llmstxt.org standard. ## Table of Contents - [UiPath for Coding Agents](https://docs.uipath.com/coding-agents/coding-agents/index.md): Let's discover **UiPath for Coding Agents in less than 5 minutes**. - [July 2026](https://docs.uipath.com/coding-agents/standalone/latest/release-notes/july-2026.md): Public preview of UiPath for Coding Agents, July 2026, introducing the uip CLI and UiPath skills for AI coding agents. - [Give your agent project context](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/agent-context-files.md): Agent context files such as AGENTS.md: a persistent instructions file that keeps your UiPath project conventions consistent across sessions and cur... - [Agents (Preview)](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/build-agents.md): UiPath agents built with your coding agent, the skill that powers them, and where to go deeper. - [API workflows (Preview)](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/build-api-workflows.md): Headless integration flows that call endpoints and connectors, branch over results, and route data between services without a user interface. - [Coded apps (Preview)](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/build-coded-apps.md): Web and Action apps that give users an interface over UiPath automations, from form submissions to Action Center approvals, and analytics dashboards. - [IXP (Preview)](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/build-ixp.md): IXP: turn unstructured documents such as invoices and forms into structured data with a coding agent. Use it when your automation needs to read doc... - [Maestro Flows (Preview)](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/build-maestro-flows.md): Long-running process orchestrations that route work between people, agents, RPA, and systems with branching, approvals, and durable state. - [RPA workflows (Preview)](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/build-rpa-workflows.md): RPA with a coding agent: what RPA suits, how to brief a workflow, the role of UI Automation, and where human review matters most. - [Tests (Preview)](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/build-test.md): Test Manager integration for coding agents: how to query test results, trigger test sets, and generate reports without leaving the terminal. - [Build (Preview)](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/build.md): UiPath automation types a coding agent builds from your description, including agents, RPA workflows, Maestro Flows, coded apps, and API workflows. - [Choosing your agent](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/choosing-your-agent.md): Differences between Claude Code, Cursor, Codex CLI, and Google Antigravity, and how UiPath skills install for each. - [CI/CD and automation](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/cicd-and-automation.md): Run the uip CLI non-interactively in a CI/CD pipeline to publish and run automations. - [Essential commands](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/cli-essential-commands.md): The uip CLI commands you run most often, from signing in to inspecting Orchestrator. - [CLI overview](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/cli-overview.md): The role of the uip CLI, how it connects your machine to UiPath, and how it relates to skills. - [Examples overview](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/examples-overview.md): A gallery of worked examples that show a full prompt-to-result loop for common UiPath builds. - [Governance and trust](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/governance-and-trust.md): How access, authentication, and safe defaults apply when a coding agent acts on your UiPath organization. - [Human-in-the-loop tasks (Preview)](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/human-in-the-loop.md): Human-in-the-loop tasks that suspend automations for human approval, enrichment, or exception handling in Action Center across UiPath process surfa... - [Install and set up](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/install-and-set-up.md): Install the uip CLI and UiPath skills for your coding agent, then authenticate to your UiPath organization. - [Keeping up to date](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/keeping-up-to-date.md): Update the uip CLI, supporting tools, and installed skills automatically or on demand. - [Operate (Preview)](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/operate.md): UiPath operational tasks a coding agent runs through natural-language asks, from folders and jobs to queues, assets, connections, and audit logs. - [Overview](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/overview.md): The mental model behind using an AI coding agent, the uip CLI, and UiPath skills across the UiPath automation lifecycle. - [Recipe: automate with RPA](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/recipe-automate-with-rpa.md): Build and run an RPA workflow that processes a CSV file from start to finish. - [Recipe: build an agent](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/recipe-build-an-agent.md): Build a support-triage agent end to end by prompting your coding agent, then run it. - [Recipe: build a Maestro Flow](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/recipe-build-maestro-flow.md): Build and publish a Maestro Flow that extracts an invoice, routes it for approval, and posts the result. - [Recipe: coded app and API workflow](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/recipe-coded-app-api-workflow.md): Build a small coded app backed by an API workflow, then run them together. - [Recipe: extract data from a desktop app](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/recipe-extract-from-app.md): Build an RPA workflow that reads values from a desktop application with no API and writes them to a spreadsheet. - [Recipe: extract data from documents with IXP](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/recipe-process-documents-with-ixp.md): Build and publish an IXP project from sample invoice documents using a coding agent, then call the published project from an RPA or API workflow to... - [Recipe: refactor and test a workflow](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/recipe-refactor-and-test.md): Use a coding agent to review an existing RPA workflow, improve its error handling, and add a test case that proves it still works. - [Recipe: a queue-based process with REFramework](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/recipe-reframework-queue.md): Build a transactional RPA process from the REFramework template that pulls items from an Orchestrator queue, with retries, logging, and exception h... - [Recipe: verify a release with Test Manager](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/recipe-verify-release-test-manager.md): Trigger a Test Manager test set, wait for results, and generate a release readiness report in a single agent conversation. - [Recipe: enter data into a web app](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/recipe-web-app-ui-automation.md): Build an RPA workflow that fills and submits a web form with UI Automation, then reads back the confirmation. - [Reviewing and validating output](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/reviewing-agent-output.md): What to check in a coding agent's UiPath output before relying on it, and where the agent tends to fall short. - [Skills catalog](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/skills-catalog.md): UiPath skills available to your coding agent, with an example prompt for each, grouped by stage along the automation lifecycle from discovery to tr... - [Skills overview](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/skills-overview.md): What UiPath skills are, how your coding agent uses them, and where they come from. - [Troubleshoot (Preview)](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/troubleshoot.md): Conversational diagnostics for UiPath platform failures through a coding agent skill, triaging RPA, Orchestrator, and Maestro issues from the termi... - [Troubleshooting and FAQ](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/troubleshooting.md): Solutions for common setup and runtime issues with the uip CLI and UiPath skills, including installation failures, login problems, and unrecognized... - [Where to run your coding agent](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/where-to-run.md): Surfaces for running a coding agent: the Studio terminal, editor extensions, the agent's app, and your OS terminal, and when each one fits. - [Working effectively](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/working-effectively.md): The mindset, prompts, and review habits for working with a coding agent on UiPath projects, and what separates a draft from a shippable result. - [Your first build](https://docs.uipath.com/coding-agents/standalone/latest/user-guide/your-first-build.md): Build and run your first UiPath automation by prompting your coding agent from end to end.