- Erste Schritte
- Capabilities
- Datenschutz und Governance
- Produktverfügbarkeit
- Frühere Autopilot-Funktionssätze
- Benutzerszenarien
- Leitfaden zur Eingabeaufforderung
- Beispielaufforderungen
- Autopilot-Nutzungspool für Tests
- Best Practices und Einschränkungen
- Unterstützte Modelle und Grenzwerte
- Anforderungen an die Qualitätsprüfung
- Generieren Sie Tests für die Anforderung
- Importieren Sie manuelle Testfälle
- Veraltete Tests finden
- Generieren Sie Tests für SAP-Transaktionen
- Generieren Sie synthetische Testdaten
- Generieren Sie Testberichte
- Generieren Sie codierte Testfälle
- Suchen Sie das Test Manager-Projekt
- Fehlersuche und ‑behebung
- Autopilot for Everyone
- Über Autopilot for Everyone
- Lizenzierung
- Benutzertypen
- Datenquellen
- Toolset-Automatisierungen
- Lokalisierung
- Voraussetzungen
- Autopilot-Widget
- Die Autopilot for Everyone-Mandantenkarte
- Prerequisites for installation
- Aktivieren von Anthropic-Modellen
- Installieren von Autopilot for Everyone
- Aktualisieren von Autopilot for Everyone
- Deinstallieren von Autopilot for Everyone
- Konfigurieren von Autopilot for Everyone
- Deaktivieren des Autopilot-Begrüßungsbildschirms im Assistant
- Konfigurieren eines LLM für Autopilot for Everyone
- Bereitstellen von Toolset-Automatisierungen
- Ablauf der Eingabeaufforderung zur Antwort
- Starten von Autopilot for Everyone
- Autopilot-Einstellungen für Geschäftsanwender
- Verwenden eines spezialisierten Autopilot
- Verwenden einer Startaufforderung
- Hochladen und Analysieren von Dateien
- Ausführen von Automatisierungen
- Interaktion mit Autopilot-Antworten
- Verwenden vorgeschlagener Aufforderungen
- Ein neuer Chat wird gestartet
- Chatverlauf
- Bereitstellen von allgemeinem Feedback
- Clipboard AI Enterprise-Version
- Entwerfen relevanter Automatisierungen für Autopilot for Everyone
- Fehlersuche und ‑behebung
Autopilot as a coding agent for Agent projects in Studio Web: what you can do and the tools it uses.
Autopilot in Studio Web scaffolds and edits Agent projects using natural language — the same coding agent that ships with Studio Desktop, adapted to the Agent project type.
Verwenden Sie Autopilot, um:
- Scaffold a new agent — low-code (Agent Builder) or coded (a Python framework such as LangGraph, LlamaIndex, or OpenAI Agents) — and set the model.
- Write or refine the system and user prompts.
- Add tools — Orchestrator processes, Integration Service connectors, MCP servers, or built-in tools such as Analyze Files.
- Add a context — a Context Grounding index, attachments, or a Data Fabric entity set.
- Add memory spaces and seed memory items.
- Add guardrails for PII, harmful content, or custom rules.
- Add an Action Center escalation for human-in-the-loop steps.
- Build evaluation sets, evaluators, and test cases, then run evaluations.
- Debug the agent end-to-end on Studio Web and inspect its output.
Tools
Before making changes, Autopilot reads the Agents skill for the open project. This skill detects whether the project is low-code (agent.json) or coded (a Python agent framework) and adapts its workflow accordingly.
It uses the agent UiPath CLI (uip) command group to scaffold, refresh, validate, debug, and publish the project. It uses the agenthub command group to register MCP servers and author their resource tools. Adding external tools and other solution-level resources also goes through the platform skill, alongside connections, connector activities, assets, queues, and jobs.
Running a live debug session or publishing executes the agent for real, so Autopilot asks for your confirmation before either. It can also read, edit, and search project files, and create new Agent projects at the solution level.
Bekannte Einschränkungen
Support for Agent projects in Studio Web is experimental: review generated prompts, tools, and guardrails before you run or publish them. You can switch back to the classic Autopilot agent experience for Agents from the chat title bar at any time.