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

# Introduction

> AlertyAI API overview for tasks, reminders, and integrations

## Welcome

This reference documents AlertyAI endpoints used by clients and internal integrations.
The schema includes task retrieval, task creation, task completion, and webhook delivery events.

<Card title="AlertyAI OpenAPI Spec" icon="terminal" href="/api-reference/openapi.json">
  View the OpenAPI specification file
</Card>

## Authentication

All API endpoints use Bearer token authentication.

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