# Developer Documentation

Welcome to ilert's developer documentation. This space contains technical resources for developers, DevOps engineers, and SREs who want to integrate with ilert programmatically or build custom solutions.

## <i class="fa-books">:books:</i> What's Inside

* [REST API Reference](https://docs.ilert.com/developer-docs/rest-api/api-reference) - Complete API documentation with examples
* [Client Libraries](https://docs.ilert.com/developer-docs/client-libraries) - Official SDKs for Go, JavaScript, Rust, and more
* [Webhook Integration](https://app.gitbook.com/s/-M76ygPnS4HUcFSX8ulm/integrations/outbound-integrations/webhook) - Set up webhooks for real-time event notifications
* [OAuth2 Apps](https://docs.ilert.com/developer-docs/developing-ilert-apps/developing-ilert-apps) - Build custom applications with ilert
* [ilagent CLI](https://github.com/iLert/docs/blob/master/developer-docs/rest-api/client-libraries/ilagent.md) - Command-line tool for local development and testing
* [ilert MCP server](https://github.com/iLert/mcp-ilert) – Enable AI assistants and MCP-compatible clients to interact with your ilert account using natural language
* [Terraform Provider](https://docs.ilert.com/developer-docs/terraform) - Infrastructure as code with ilert


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ilert.com/developer-docs/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
