> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alerty.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Alerty API

> Alerty API Documentation

## Welcome

Welcome to the Alerty API documentation. Alerty is designed to help developers catch issues before
they affect their users by providing a seamless monitoring solution built, designed, and priced for
developers. Below, you'll find details on how to interact with Alerty's API endpoints using the
OpenAPI specification.

## Authentication

All API endpoints are authenticated using Bearer tokens, ensuring secure access. The security scheme
is defined in the OpenAPI specification as follows:

```json theme={null}
"security": [
  {
    "bearerAuth": []
  }
]
```

## Key Features

### Auto-Detect

Connect your account, and we'll automatically detect your cloud resources, ensuring comprehensive
monitoring without manual setup.

### Auto-Monitor

Alerty intelligently selects and implements the best monitors for your resources, saving you time
and effort.

### Analytics

Gain a clear view of everything happening in your cloud with our intuitive dashboard, providing
actionable insights.

### Alerts

Receive real-time alerts to proactively address issues in your stack, preventing outages and
ensuring reliability.
