# Praeto Docs ## Docs - [Admin API](https://docs.praeto.dev/api-reference/admin.md): Tenant, API key, and retention cleanup routes. - [Authentication](https://docs.praeto.dev/api-reference/authentication.md): Bearer token authentication for tenant and admin routes. - [Deliveries API](https://docs.praeto.dev/api-reference/deliveries.md): List deliveries, inspect attempts, replay deliveries, and view DLQ records. - [Endpoints API](https://docs.praeto.dev/api-reference/endpoints.md): Manage customer webhook destinations. - [Events API](https://docs.praeto.dev/api-reference/events.md): Publish and inspect events. - [Observability API](https://docs.praeto.dev/api-reference/observability.md): Metrics summary and endpoint health APIs. - [API Reference Overview](https://docs.praeto.dev/api-reference/overview.md): Human-readable overview of Praeto Dispatcher API routes. - [Usage and Limits API](https://docs.praeto.dev/api-reference/usage-limits.md): Usage, billing hooks, quotas, and safety limits. - [Architecture](https://docs.praeto.dev/concepts/architecture.md): How Praeto Dispatcher moves events from publishers to customer webhook endpoints. - [Events, Deliveries, and Attempts](https://docs.praeto.dev/concepts/events-deliveries-attempts.md): The core object model used by Praeto Dispatcher. - [Retries, DLQ, and Replay](https://docs.praeto.dev/concepts/retries-dlq-replay.md): How Praeto handles transient and terminal delivery failures. - [Safety and Limits](https://docs.praeto.dev/concepts/safety-limits.md): Platform protections for rate limits, payload size, endpoint quotas, fan-out, and SSRF. - [Signing and Secret Rotation](https://docs.praeto.dev/concepts/signing-secret-rotation.md): HMAC signatures, timestamp verification, and safe secret rotation. - [Tenants and API Keys](https://docs.praeto.dev/concepts/tenants-api-keys.md): Tenant scoping and authentication model. - [Node.js Signature Verification](https://docs.praeto.dev/examples/node/signature-verification.md): Verify Praeto webhook signatures in Node.js. - [PowerShell Full Flow](https://docs.praeto.dev/examples/powershell/full-flow.md): End-to-end PowerShell example for Praeto Dispatcher. - [Python Signature Verification](https://docs.praeto.dev/examples/python/signature-verification.md): Verify Praeto webhook signatures in Python. - [Customer onboarding](https://docs.praeto.dev/guides/customer-onboarding.md) - [Deployment Guide](https://docs.praeto.dev/guides/deployment.md): Deploy Praeto Dispatcher with Cloudflare Workers, Queues, and Neon Postgres. - [Error Handling](https://docs.praeto.dev/guides/error-handling.md): Understand Praeto Dispatcher error responses and recovery behavior. - [Production Checklist](https://docs.praeto.dev/guides/production-checklist.md): Checklist before giving Praeto Dispatcher access to external users. - [Signature Verification](https://docs.praeto.dev/guides/signature-verification.md): Verify signed outbound Praeto Dispatcher webhook requests. - [Testing Guide](https://docs.praeto.dev/guides/testing.md): Run the Praeto Dispatcher PowerShell test suite. - [Introduction](https://docs.praeto.dev/introduction.md): Praeto Dispatcher documentation for reliable webhook delivery. - [PowerShell Quickstart](https://docs.praeto.dev/powerShell-quickstart.md): Complete Praeto Dispatcher workflow using PowerShell. - [Quickstart](https://docs.praeto.dev/quickstart.md): Send your first Praeto Dispatcher event and inspect the resulting deliveries. ## OpenAPI Specs - [praeto-dispatcher.openapi](https://docs.praeto.dev/openapi/praeto-dispatcher.openapi.yaml)