one key · every service · full pipeline
Give your agent eyes on every process in your pipeline.
Every service POSTs its logs to one place with one key. Your coding agent reads them all back — and finally sees what your whole pipeline actually did.
one agent · every service · live
Dead simple. One env var, no SDK, no infra.
1 · every service writes
curl -X POST https://www.debugy.dev/api/logs \
-H "Authorization: Bearer $DEBUGY_KEY" \
-d '{"service":"modal-gpu",
"level":"error",
"message":"OOM on batch 12"}'2 · your agent reads it all back
curl https://www.debugy.dev/api/logs \ -H "Authorization: Bearer $DEBUGY_KEY" # → modal, render, inngest, vercel… # the whole run, one response