An API when you need one

Build your own workflows with the REST API and let other systems react to error changes through outgoing webhooks.

A terminal sends an authenticated request to the Telebugs REST API and receives two unresolved production errors as JSON.

What can I automate?

Quite a lot. Pull errors into your own dashboard, resolve or mute them from a script, manage projects and members, or clean up retention policies without clicking through the UI. When you need the exact endpoint, the full API reference fills in the details.

Do I have to use it?

No. The whole product works from the UI. The API is there when your workflow outgrows clicking, not as homework before you can use Telebugs.

Can Telebugs tell another system when something changes?

Yes. Outgoing webhooks can notify Slack, Discord, Microsoft Teams, or an endpoint you control when an error matches your rules. No polling. No job repeatedly asking if anything happened.

Do I need a special library?

No. It is plain HTTP and JSON. Use curl, your language’s HTTP client, or whatever automation tool your team already trusts.