# oridecon-webhook > Webhook management — subscriptions, delivery tracking, HMAC verification, dead-letter queue. Machine index for **oridecon-webhook** only. Rules: https://docs.oridecon.dev/agents.md · Catalog: https://docs.oridecon.dev/llms.txt · Slices: https://docs.oridecon.dev/llms/index.txt · Skill: https://docs.oridecon.dev/SKILL.md ## Package - Name: `oridecon-webhook` - Group: Web & HTTP — ASGI, GraphQL, outbound HTTP, webhooks. - Docs: https://docs.oridecon.dev/packages/web/oridecon-webhook/ - Source (branch `dev`): https://github.com/dbtinoy-/oridecon/tree/dev/packages/oridecon-webhook - This slice: https://docs.oridecon.dev/llms/oridecon-webhook.txt - Install: `uv add oridecon-webhook` ## Boundaries - Extensions import only `oridecon` and `oridecon-contracts` — never each other. - Shared types live in `oridecon-contracts`. Do not invent a second copy here. - Constructor injection. `register()` binds, `boot()` resolves. - Domain failures are `Result[T, E]`. Infrastructure failures raise. - One tree: `domains/` (not `models/`), app-root `di/` for `*_provider.py`. ## Docs in this package - [Webhook (oridecon-webhook)](https://docs.oridecon.dev/packages/web/oridecon-webhook/): Webhook subscriptions, delivery retries, HMAC verification, and dead-letter queue - [API Reference](https://docs.oridecon.dev/packages/web/oridecon-webhook/api/): Complete API reference for the oridecon-webhook package. - [Architecture](https://docs.oridecon.dev/packages/web/oridecon-webhook/docs/architecture/): Architecture for oridecon-webhook - [Configuration](https://docs.oridecon.dev/packages/web/oridecon-webhook/docs/configuration/): Configuration for oridecon-webhook - [Guide](https://docs.oridecon.dev/packages/web/oridecon-webhook/docs/guide/): Guide for oridecon-webhook - [How-To Guides](https://docs.oridecon.dev/packages/web/oridecon-webhook/docs/howtos/): How-To Guides for oridecon-webhook - [Quickstart](https://docs.oridecon.dev/packages/web/oridecon-webhook/docs/quickstart/): Quickstart for oridecon-webhook - [Both formats work:](https://docs.oridecon.dev/packages/web/oridecon-webhook/docs/security/): Security guide and reference for the oridecon-webhook package in the Oridecon framework. - [Troubleshooting](https://docs.oridecon.dev/packages/web/oridecon-webhook/docs/troubleshooting/): Troubleshooting for oridecon-webhook ## See also - Playbook: https://docs.oridecon.dev/getting-started/for-coding-agents/ - Fail vs fix: https://docs.oridecon.dev/getting-started/common-mistakes/ - Group hub: https://docs.oridecon.dev/packages/web/ - Skill: https://docs.oridecon.dev/SKILL.md - Rules (do not skip): https://docs.oridecon.dev/agents.md