sdk
latest
false
- Visão geral
- Atividades personalizadas
- Migrando Atividades para o .NET 6
- Notas de Versão
- Como Criar Regras do Analisador de Fluxo de Trabalho
- Como criar as configurações de projeto de atividades
- Como criar assistentes personalizados
- Priorizar atividades por escopo
- UiPath.Activities.Api.Base
- UiPath.Studio.Activities.Api
- UiPath.Studio.Activities.Api.Activities
- UiPath.Studio.Activities.Api.BusyService
- UiPath.Studio.Activities.Api.ExpressionEditor
- UiPath.Studio.Activities.Api.Expressions
- UiPath.Studio.Activities.Api.Licensing
- UiPath.Studio.Activities.Api.Mocking
- UiPath.Studio.Activities.Api.ObjectLibrary
- UiPath.Studio.Activities.Api.PackageBindings
- UiPath.Studio.Activities.Api.ProjectProperties
- UiPath.Studio.Activities.Api.ScopedActivities
- UiPath.Studio.Activities.Api.Settings
- UiPath.Studio.Activities.Api.Wizards
- UiPath.Studio.Activities.Api.Workflow
- UiPath.Studio.Api.Controls
- UiPath.Studio.Api.Telemetry
- UiPath.Studio.Api.Theme
- Robot JavaScript SDK
- Gatilhos SDK
- Agents SDKs
- Agents SDKs
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo.
A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Guia do desenvolvedor
Última atualização 30 de out de 2025
UiPath provides several SDKs that enable you to build agents that integrate seamlessly with the UiPath Platform. These SDKs support both RPA and coded development experiences, allowing you to extend, customize, and automate beyond Studio-based workflows.
Coded agents are built through direct code development in your preferred Integrated Development Environment (IDE). This approach provides full control over agent logic, execution, and integration with external systems.
Using a UiPath SDK, you can package and deploy coded agents to UiPath Orchestrator as standard
.nupkg packages. Once deployed, they function like any other UiPath process: you can schedule, trigger, and monitor them, ensuring consistent governance and management across the platform.
Available SDKs for coded development
- Python SDK – An SDK for creating, packaging, and deploying coded agents to the UiPath Cloud Platform. It also provides programmatic access to UiPath Platform resources such as processes, assets, buckets, and jobs.
- Python with LangGraph SDK – Enables developers to build and deploy LangGraph agents with programmatic access to UiPath Platform services and human-in-the-loop interactions via Action Center.
- LlamaIndex SDK – Supports development of LlamaIndex agents integrated with UiPath Cloud Platform services, including Action Center for human-in-the-loop scenarios.
- MCP SDK – A Python SDK for setting up and running an MCP Server.
For detailed guidance on configuring and using each SDK, refer to the dedicated documentation.