Settings

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 Claude
  • GITHUB_TOKEN - GitHub personal access token
  • GITLAB_TOKEN - GitLab personal access token
  • AGENT_WORK_DIR - Working directory for git operations
  • MAX_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/health
Repositories: GET /api/repos
Issues: GET /api/issues
Service Health: GET /api/health/services
Queue Stats: GET /api/health/queues