Debugging
Container and Service Logs
docker-compose logs -f api
docker-compose logs -f frontend
docker-compose logs -f postgres
docker-compose logs -f redisAPI Health Checks
curl http://localhost:8000/
curl http://localhost:8000/health
curl http://localhost:8000/readyInspect Agents and Deployments
curl http://localhost:8000/agents
curl http://localhost:8000/deployments
curl http://localhost:8000/agents/YOUR_AGENT_ID
curl http://localhost:8000/agents/YOUR_AGENT_ID/logs?limit=50
curl http://localhost:8000/agents/YOUR_AGENT_ID/metrics?limit=50Auth Debugging
Database Checks
CLI Debugging
Frontend Checks
Playwright Note
Trusted Validation Baseline
Last updated
