- Vue d'ensemble (Overview)
- Démarrer
- Concepts
- Utilisation de la UiPath CLI
- Guides pratiques
- Revenus CI/CD
- Référence de commande
- Vue d'ensemble (Overview)
- Codes de sortie
- Options globales
- agent codé uip
- uip coder
- uip context-grounding
- UiPath Docsai
- uip function
- uip guardrails
- uip llm-configuration
- uip llm-gateway
- uip model-hub
- Tâches (Jobs)
- Dossiers
- Processus
- Paquets
- Machines
- Utilisateurs
- Rôles
- Licences
- Flux
- Pièces jointes (Attachments)
- Sessions
- Calendriers
- magasins d'informations d’identification
- journaux-audit
- paramètres
- Actifs
- Compartiments
- Compartiment-fichiers
- Bibliothèques
- Files d'attente (Queues)
- éléments de la file d'attente
- Déclencheurs (Triggers)
- Webhooks
- add-test-data-entity
- ajouter une file d'attente de données de test
- add-test-data-variation
- Analyser
- Construire
- créer-projet
- Différence
- recherche-activités
- Obtenir les règles de l'analyse
- récupérer-activité-xaml par défaut
- Récupérer les erreurs
- obtenir des cas de test manuels
- Obtenir les étapes de test manuelles
- get-library-object-repository
- get-object-repository
- Obtenir les versions
- exemple de workflow
- indiquer l'application
- indiquer l'élément
- inspecter-package
- install-data-fabric-entities
- installer-ou-Update-packages
- list-data-fabric-entités
- list-instances
- listes-exemples-workflow
- Créer un package
- Publier
- remote
- restore
- run, debug & execution
- Exécuter le fichier
- modèles-recherche
- Démarrer-Studio
- arrêter l'exécution
- tm
- UIA
- uip tasks
- Traçages UIP
- uip traces feedback
- Migration
- Référence et assistance
Syntax for `uip coder`, an autonomous AI coding agent (Pi) that drives the UiPath CLI — a Preview-build-only command.
Preview build only. Unlike most Preview-labeled commands in this CLI (visible in --help, callable, just less stable), uip coder is registered only inside preview builds (previewOnly(...) in source) — it does not exist at all in a stable install. See Versioning and stability for the general Preview convention; this command is a stricter case, gated at build time rather than just labeled.
uip coder runs Pi, an autonomous coding agent, wired to drive uip itself through a UiPath LLM Gateway provider extension. Every argument is forwarded verbatim to Pi's own CLI — there is no uip-specific option surface to document beyond the forwarding behavior below. The tool stays preview-gated while UiPath works out the tool-permission posture for an agent that executes tool calls without per-call approval in customer environments.
Synthèse
uip coder [args...]
uip coder [args...]
No arguments opens Pi's interactive TUI. All flags are Pi's own — run uip coder --help (rendered by Pi, not by uip) for the full surface. A few worth knowing from Pi's own package-management subcommand set, which must be the first token and bypasses agent-session setup entirely: install, remove/uninstall, update, list, config.
Mode de fonctionnement
- Forwarding, not a native command.
uip coderhas no options of its own —allowUnknownOption/allowExcessArguments/helpOption(false)are all set, and every argument is handed to Pi'smain()entry point unmodified. - UiPath system-prompt injection. Unless the first argument is one of Pi's package-management subcommands (
install/remove/uninstall/update/list/config), the CLI prepends--append-system-prompt <guide>with a bundled guide on how to driveuip— so a prompt likeuip coder -p "deploy this process"gets UiPath-specific context even though the command itself never parses-p. - UiPath as a model provider. Pass
--provider uipath --model <id>to route Pi's completions through the UiPath LLM Gateway instead of a directly-configured provider key. - Session continuity.
--continueresumes the previous session, matching Pi's own semantics. - Exit-code passthrough. If Pi exits non-zero,
uip codersurfaces it as aFailurewithMessage: "The coding agent exited with code <N>."andInstructionspointing atuip coder --helporuip login(in case theuipathprovider is missing), then exits with that same code — the underlying detail is whatever Pi printed to its own output above the envelope, not somethinguipre-parses.
Exemples
# Interactive TUI
uip coder
# One-shot prompt
uip coder -p "explain what uip solution deploy upgrade does"
# Route through the UiPath LLM Gateway
uip coder --provider uipath --model anthropic.claude-sonnet-4-6 -p "list my orchestrator jobs"
# Resume the previous session
uip coder --continue
# Interactive TUI
uip coder
# One-shot prompt
uip coder -p "explain what uip solution deploy upgrade does"
# Route through the UiPath LLM Gateway
uip coder --provider uipath --model anthropic.claude-sonnet-4-6 -p "list my orchestrator jobs"
# Resume the previous session
uip coder --continue
Comportement des erreurs
Any non-zero exit from Pi is wrapped in a Failure envelope with the exit code preserved; if the uipath LLM provider isn't configured, run uip login first.
Voir également
uip llm-gateway— the model discovery API Pi's--provider uipathroutes through.- Versioning and stability — this CLI's Preview/GA/Deprecated convention.
- Outils (extensions)
- Options globales
- Codes de sortie