# Web Hook Box > A webhook testing and debugging platform. Create a URL, point any integration at it, and > inspect every request it receives byte for byte — headers, query string, and the exact > original body. Requests can be replayed, forwarded to another URL, and exported. Base URL: https://webhook-box.com Receiving endpoint: https://webhook-box.com/webhook/{ulid} — accepts GET, POST, PUT, PATCH, DELETE, needs no authentication. API authentication: `Authorization: Bearer `, generated from the account page in the web UI. Identifiers: ULIDs in Crockford base32, for example 01ARZ3NDEKTSV4RRFFQ69G5FAV. Payloads are stored exactly as received. Nothing is normalised, re-encoded, or sanitised, because the whole point of the tool is to show what was actually sent. ## Documentation - [Documentation](https://webhook-box.com/documentation/index.md) - [Getting Started](https://webhook-box.com/documentation/getting-started.md) - [Webhooks](https://webhook-box.com/documentation/webhooks.md) - [API Reference](https://webhook-box.com/documentation/api-reference.md) - [Using Web Hook Box with AI Agents](https://webhook-box.com/documentation/ai-agents.md) - [Create Webhook](https://webhook-box.com/documentation/create-webhook.md) - [Customize Webhook](https://webhook-box.com/documentation/customize-webhook.md) - [Request Forwarding](https://webhook-box.com/documentation/request-forwarding.md) - [Replay and Export](https://webhook-box.com/documentation/replay-export.md) - [Examples](https://webhook-box.com/documentation/examples.md) - [Security](https://webhook-box.com/documentation/security.md) - [Changelog](https://webhook-box.com/documentation/changelog.md) - [FAQ](https://webhook-box.com/documentation/faq.md) ## API - [OpenAPI 3.1 specification, JSON](https://webhook-box.com/openapi.json) - [OpenAPI 3.1 specification, YAML](https://webhook-box.com/openapi.yaml) ## Agent integration - [Using Web Hook Box with AI agents](https://webhook-box.com/documentation/ai-agents) - [Model Context Protocol endpoint](https://webhook-box.com/mcp) ## Optional - [Every documentation page in one file](https://webhook-box.com/llms-full.txt)