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

# Introduction

> The simplicity of webhooks meets the durability of event streaming.

# eldrStream

EldrStream is a managed event delivery platform that receives events from your application and reliably dispatches them to your configured webhook endpoints. It handles encryption, retry logic, ordering guarantees, failure recovery, and real-time observability — so you can focus on building your product.

## What eldrStream does

1. **Ingest** — Your application sends events to the EldrStream Edge endpoint using your API key.
2. **Secure** — Every event payload is encrypted at rest and signed before delivery.
3. **Deliver** — EldrStream routes each event to your registered webhook URL(s), automatically retrying transient failures with exponential backoff.
4. **Observe** — Query your event history, filter by delivery state, and replay events at any time from the console or API.

## Key capabilities

| Feature              | Description                                                             |
| -------------------- | ----------------------------------------------------------------------- |
| Reliable delivery    | Automatic retries with exponential backoff and jitter                   |
| Webhook signing      | Ed25519 signatures on every delivery so you can verify authenticity     |
| Event replay         | Re-trigger any event — individually, by time range, or by failure state |
| Real-time dashboard  | Live event stream via Server-Sent Events                                |
| Per-tenant isolation | Every event is scoped to your account; no cross-tenant data access      |
| Tiered capacity      | Plans from sandbox to high-volume business use                          |

## Base URL

All API requests are made to:

```text theme={null}
https://api.eldrstream.com
```

## Navigation

* [Quick Start](./quickstart.md) — Get your first event delivered in minutes
* [Core Concepts](./core-concepts.md) — Key terms and how the system works
* [API Reference](./api/) — Endpoint documentation
* [Security & Signing](./security.md) — Verifying webhook authenticity
* [Billing & Plans](./billing.md) — Plan limits and pricing
