Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# WebhookVault
> Webhook debugging and relay for developers and agents. Receive, store, inspect, and replay webhooks with a simple API.
WebhookVault is a Foundry product at https://webhookvault.arflow.io.
## Quick Start
Homepage: https://webhookvault.arflow.io/
API base: https://webhookvault.arflow.io/wv/v1
OpenAPI: https://webhookvault.arflow.io/openapi.yaml
ai-plugin: https://webhookvault.arflow.io/.well-known/ai-plugin.json
MCP manifest: https://webhookvault.arflow.io/.well-known/mcp.json
## Related Foundry Products
- Search: https://nothumansearch.ai
- Jobs: https://aidevboard.com
- Research: https://8bitconcepts.com
OpenAPI Spec (preview)
openapi: 3.0.3
info:
title: WebhookVault API
description: Webhook debugging and relay for developers and agents. Receive, store, inspect, and replay webhooks with a simple API.
version: 1.0.0
contact:
name: WebhookVault
url: https://webhookvault.arflow.io
servers:
- url: https://webhookvault.arflow.io
description: Production
paths:
/wv/v1:
get:
summary: Service status
responses:
'200':
description: OK
components:
securitySchemes:
be