Phoenix¶
Phoenix is BotCity's set of tools for migrating UiPath automations to Python. It covers two ways to perform this conversion, depending on the AI tool you already use.
Available tools¶
- BotCity Phoenix: UiPath to Python Migration: a Claude Code skill that converts a UiPath workflow's
.xamland.jsonfiles directly into a Python automation ready for the BotCity ecosystem. - GEM Phoenix: UiPath to Python Converter: a custom AI agent in Google Gemini that takes the UiPath project files and generates Python code ready for production, with no dependency on Claude Code.
Attention
All Phoenix tools are migration accelerators, not complete automatic converters. Always review the generated code before using it in production.