Playground
Test without signup
- Instant webhook URL
- See payloads in real-time
- No account needed
Three paths. Pick yours.
Test without signup
Build with Paper Plane
Integrate programmatically
/openapi.json
No SDK required — but we've got you covered if you prefer one.
# pip install hookwing
from hookwing import Client
client = Client(api_key="hwk_...")
ep = client.endpoints.create("my-ep")
// npm install hookwing
import { Hookwing } from 'hookwing'
const hw = new Hookwing(process.env.HW_KEY)
await hw.endpoints.create('my-ep')
// go get hookwing.com/go
hw := hookwing.New(os.Getenv("HW_KEY"))
ep, _ := hw.Endpoints.Create(ctx,
&hookwing.CreateEndpoint{Name: "ep"})
# gem install hookwing
require 'hookwing'
hw = Hookwing::Client.new(ENV['HW_KEY'])
ep = hw.endpoints.create(name: 'my-ep')
# 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.