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

# Introduction

## Welcome

Seleqt provides a simple API to manage API keys, access public endpoints, and receive webhooks for incoming messages.

* Overview:
  * **Authentication**: via `X-API-Key` header
  * **Rate limits**: 50 requests/minute by default (per key)
  * **Webhooks**: forward incoming messages to your URL
  * **Manage keys & logs via API**: programmatically [manage API keys](/api/api-keys) and [retrieve API call logs](/api/api-logs)

Jump in:

* Getting started: [Authentication](/getting-started/authentication)
* Manage keys: [API Keys](/api/api-keys)
* Logs: [API Call Logs](/api/api-logs)
* Webhooks: [Incoming messages](/webhooks/incoming-messages)
