- スタート アップ ガイド
- 管理者向け
- RPA ワークフロー プロジェクト
- アプリ プロジェクト
- エージェンティック プロセス
- Maestro Case
- Maestro Flow
- Agents
- Solutions (ソリューション)
- API ワークフロー
- テスト
Coded apps in Studio Web: a solution-native pro-code project that you initialize in the browser, build locally in your IDE, and push into Studio Web with the UiPath CLI to publish alongside the rest of the solution.
Studio Web lets you author UiPath® Coded Apps inside a solution, alongside RPA workflows, agents, API workflows, and other project types. Studio Web owns the project's identity, versioning, and publish lifecycle. The app's source code is written in your own local project and pushed into Studio Web with the UiPath CLI.
Authoring a coded app through Studio Web gives you:
- A solution-native project that you initialize once and then push code into from your own local build;
- A
uip codedapp pushcommand that uploads your locally built app — including abindings_v2.jsonfile, if you provide one — into the Studio Web project; - A
uip codedapp pullcommand to sync the latest pushed source back into a local folder (useful when a teammate has pushed changes or you need to reset your working copy); - Bindings to Orchestrator resources — assets, storage buckets, queues, connections, and processes — declared in
bindings_v2.jsonand registered by Studio Web on push; - Solution-native publish and deploy, so the coded app ships together with the other projects it depends on.
At initialization time, Studio Web creates the project scaffolded with a single file, webAppManifest.json, that describes the project's type and configuration. No source code, no framework template, and no dependencies are added — you bring those from your own local project.
Studio Web does not ship a pre-wired coded-app template, an in-browser code editor, or a live preview. After you push code with uip codedapp push, Studio Web displays it in read-only mode under the project's Source view. All source-code editing happens in your local IDE.
Availability of coded app projects also depends on the delivery model you are on.
Coded app projects in Studio Web are available on Automation Cloud only. They are not supported in Studio Web on Automation Suite.
To initialize a coded app project, see Initializing a coded app project. For the full walkthrough of working with coded app projects, see About coded app projects.