sdk
latest
false
- Overview
- Custom activities
- Migrating Activities to .NET 6
- Release Notes
- Building Workflow Analyzer Rules
- Building Activities Project Settings
- Creating Custom Wizards
- Prioritize Activities by Scope
- 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
- Triggers SDK
- Agents SDKs

Developer Guide
Last updated Oct 30, 2025
For RPA developers, UiPath offers tools that enable you to develop your own custom solutions that can be used on the UiPath platform. In this guide you can find out how you can:
- Create custom activities that can be used in Studio projects.
-
Use the Studio Activities SDK to:
- Take control of the Robot with the Robot JavaScript SDK.
- Create custom triggers for specific events on a machine.
For pro developers, UiPath provides SDKs for coded agent development, enabling you to build agents directly in code and integrate them seamlessly into the UiPath Platform.
You can also build coded agents through direct code development. Using
the following SDKs, you can package and deploy coded agents to
Orchestrator as standard
.nupkg packages:
- Python SDK – Enables creation, packaging, and deployment of coded agents.
- Python with LangGraph SDK – Supports building LangGraph agents.
- LlamaIndex SDK – Allows development of LlamaIndex agents.
- MCP SDK – Provides tools for setting up and running an MCP Server.
For details, refer to Agents SDKs.