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

# Integration Examples

> Real-world integration patterns for webhooks, docs validation, and MCP workflows

Use these patterns when you want operational reliability, not just one-off API
calls.

## Webhook ingestion

* Verify the `X-ThreeTone-Signature` header before processing payloads
* Store raw event payloads for replay and audit purposes
* Make downstream handlers idempotent by event ID or call ID
* Return `200` quickly and process heavier work asynchronously

## Docs automation

* Keep canonical examples in `/examples`
* Regenerate docs metadata on every PR
* Run live-doc drift checks on a schedule
* Treat placeholder phrases and stale hostnames as CI failures
