Common Issues
API stays degraded or /ready returns 503
/ready returns 503DATABASE_URL=postgresql://mutx:mutx_password@localhost:5432/mutxdocker-compose up -d postgres
docker-compose exec postgres pg_isready -U mutxCLI login works, but agent creation fails
curl -X POST http://localhost:8000/agents \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name":"Support Bot",
"config":"{\"model\":\"gpt-4\"}"
}'mutx deploy create returns route errors
mutx deploy create returns route errorsPlaywright fails against localhost
SDK or docs mention /v1
/v1Waitlist works locally, but email does not send
Docker stack starts, but tests are unavailable in containers
Last updated
