Application Settings
Configure your coding agent dashboard settings
Settings are configured via environment variables on the server.
To modify configuration, edit .env.production and restart the services.
Environment Variables
CLAUDE_API_KEY- Anthropic API key for ClaudeGITHUB_TOKEN- GitHub personal access tokenGITLAB_TOKEN- GitLab personal access tokenAGENT_WORK_DIR- Working directory for git operationsMAX_CONCURRENT_ISSUES- Maximum parallel issue processing
Service Management
Use the CLI to manage services:
systemctl restart coding-agent-orchestrator systemctl restart coding-agent-dashboard journalctl -u coding-agent-orchestrator -f
API Configuration
Orchestrator API endpoints
Health:
GET /api/healthRepositories:
GET /api/reposIssues:
GET /api/issuesService Health:
GET /api/health/servicesQueue Stats:
GET /api/health/queues