Observability for AI-generated scripts

Claude writes the code.
We remember everything.

Every execution. Every error. Every failure — automatically logged in one dashboard. So when your script breaks at 3am, you already know why.

Early access gets 3 months free on Pro. No spam, ever.

echologs — execution history
09:00:01 ✓ PASS daily-report-sync — 2.4s
09:00:01 ✓ PASS notion-backup — 0.8s
02:00:04 ✗ FAIL stripe-invoice-pull — 0.2s

TypeError: Cannot read properties of undefined (reading 'data')
at stripe-invoice-pull.py line 34
→ Slack alert sent to #alerts
3 min to instrument your first script
1 line of code to add tracking
0 changes to your existing logic

// features

Everything you need.
Nothing you don't.

Built specifically for developers who use AI tools to write automation scripts — not for enterprise DevOps teams.

📋

Full Execution History

Every run logged with timestamp, duration, and exit status. See the entire history of any script at a glance.

🔍

Complete Log Capture

Read the full stdout and stderr output of every run right in your dashboard. No SSH-ing into servers.

🚨

Instant Slack Alerts

Get notified the second something breaks with the error message included. Stop babysitting cron jobs.

Zero Performance Impact

The SDK sends logs asynchronously in the background. Your script never slows down or blocks.

🐍

Python & JS Support

One decorator for Python, one wrapper for Node. Works with cron, GitHub Actions, Railway, whatever.

📊

Success Rate Tracking

See trends over time. Know which scripts are flaky before they cause a real problem.

// how it works

Three lines of code.
Full observability.

Add EchoLogs to any existing script without changing how it runs.

01 — INSTALL

Install the SDK

Add the EchoLogs package to your project. Works with pip or npm.

pip install echologs

02 — WRAP

Wrap your script

Add one decorator to your main function. Your logic stays exactly the same.

@track(script="my-job")

03 — WATCH

Watch the dashboard

Every execution appears in your dashboard in real time. Slack pings you on failures.

✓ 2.4s — PASS

// early access

Be the first to know
when we launch.

We're building EchoLogs in public. Join the waitlist and lock in 3 months free on Pro the moment we ship.