Quick Start
Intro: Get Obot up and running locally on your machine in minutes.
Requirements
- Docker installed
- Laptop specs: 2GB RAM, 10GB disk (4GB/40GB recommended)
1. Start Obot Docker Container
docker run -d \
-p 8080:8080 \
-v obot-data:/data \
ghcr.io/obot-platform/obot:latest
2. Access Web Admin Interface
Open browser and visit: http://localhost:8080/admin/agents
3. Configure Model Provider
- Go to Model Providers
- Add API credentials for your LLM provider
- Save configuration
- Set default models for each category
Chat With Obot
- Go to
http://localhost:8080/
- Click
+ New Obot
. - You can start chatting with the obot.
Next Steps
- [Building An Obot]
- Check the Installation Guide