Complete guide to self-hosting AgentOps backend services and infrastructure
# 1. Clone the repository git clone https://github.com/AgentOps-AI/AgentOps.Next.git cd AgentOps.Next/app # 2. Copy environment files cp .env.example .env cp api/.env.example api/.env cp dashboard/.env.example dashboard/.env.local # 3. Configure external services (see guides below) # Edit .env files with your service credentials # 4. Start with Docker docker-compose up -d # Or start natively for development just api-native # Terminal 1 just fe-run # Terminal 2
just api-native # Start API natively just fe-run # Start dashboard
just up # Start all services just logs # Monitor services