---
title: Events
path: reference/events
status: published
---

# Events

ScaiControl emits 14 lifecycle webhook topics, all under v1.0 today. Two pages cover them:

- **[Events overview](./events/overview)** — envelope, headers, signature verification, replay protection, retry schedule, response-code semantics, subscriber inbox pattern, versioning policy.
- **[Events catalog](./events/catalog)** — every topic with its payload shape, examples, ID conventions, and state mapping.

For the dispatcher itself (storage, fan-out, deliver pass, idempotency mechanics), see [Webhooks reference](./webhooks). For the conceptual model, see [Concepts: webhooks](../concepts/webhooks).
