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

# Webhooks

> Create and remove account-wide completed-interview webhooks.

| Tool             | Description                                          |
| ---------------- | ---------------------------------------------------- |
| `create_webhook` | Register an account-wide completed-interview webhook |
| `delete_webhook` | Remove a webhook by URL                              |

Webhooks are account-wide, not scoped to a study. `create_webhook` returns an HMAC signing secret once. Store it securely and never repeat it in logs or ordinary chat output.

Creating a webhook changes an external integration and should require user confirmation. If a temporary webhook is created for testing, delete it before finishing.
