Prerequisites
Required Software
1
Docker Desktop
2
Node.js 18+
3
Git
PostgreSQL, Redis, and ChromaDB run in Docker containers. No manual installation needed.
Project Setup
1. Clone Repository
2. Infrastructure Setup (Docker)
3. Run Database Migrations
users,organizations,organization_membersbots,bot_prompt_versions,conversations,messages,token_usageai_models,message_attachments,custom_voicesknowledge_bases,kb_sources,kb_documents,kb_document_chunks,kb_agent_links,kb_analytics
4. Install Dependencies
5. Environment Configuration
.env with your API keys:
- Required
- Optional
6. Start Services
Verification Checklist
Database
Services
Redis
Frontend
- Open http://localhost:3000
- Register a new account
- Create a test agent
- Send a test message
- Verify chat works with OpenRouter

