
_Automate your web tasks while you stay in control_
[](https://pypi.python.org/pypi/magentic_ui)
[](https://pypi.python.org/pypi/magentic_ui)

---
Magentic-UI is a **research prototype** of a human-centered interface powered by a multi-agent system that can browse and perform actions on the web, generate and execute code, and generate and analyze files.
https://github.com/user-attachments/assets/7975fc26-1a18-4acb-8bf9-321171eeade7
## 🚀 Quick Start
Here's how you can get started with Magentic-UI:
```bash
# 1. Setup environment
python3 -m venv .venv
source .venv/bin/activate
pip install magentic-ui --upgrade
# 2. Set your API key
export OPENAI_API_KEY="your-api-key-here"
# 3. Launch Magentic-UI
magentic-ui --port 8081
```
Then open