Playground
Test without signup
- Instant webhook URL
- See payloads in real-time
- No account needed
Three paths — for developers, agents, and everyone in between.
Test without signup
Build with Paper Plane
Built for autonomous agents
/openapi.json — full machine-readable surface
No SDK required - but we've got you covered if you prefer one.
// npm install hookwing
import { Hookwing } from 'hookwing'
const hw = new Hookwing(process.env.HW_KEY)
await hw.endpoints.create('my-ep')
# pip install hookwing
from hookwing import Webhook
wh = Webhook("whsec_...")
event = wh.verify(payload, headers)
// go get github.com/gethookwing/hookwing-go
wh := hookwing.NewWebhook("whsec_...")
event, err := wh.Verify(payload, headers)
# gem install hookwing
wh = Hookwing::Webhook.new("whsec_...")
event = wh.verify(payload, headers)
# No install needed
curl -X POST \
https://api.hookwing.com/v1/endpoints \
-H "Authorization: Bearer $HW_KEY"
All SDKs are open-source and MIT-licensed. View full SDK docs →
Everything you need to integrate, scale, and debug.
Full endpoint documentation. REST, JSON, OpenAPI 3.1. Everything your integration needs.
MCP server setup, API Skill install, OpenAPI spec import - for AI agents and LLM pipelines.
Signatures, retries, idempotency, and everything else you need to build production-grade integrations.
Real-time system health, uptime history, and incident log. Structured data available at /api/status.
Something not clicking? We keep support human - reach out and a real person will respond.
Start free. No credit card. Pick your path and go.