~/kite/docs
Kite Documentation
Kite is the real-time webhook delivery layer for developers and AI agents. Replace localhost tunnels with a single CLI command — stream webhooks directly to your terminal, forward to any HTTP sink, or wire them into an agent pipeline.
Quickstart
2 minFrom zero to your first webhook in two minutes.
read more →Installation
Install the CLI via brew, npm, curl, or Docker.
read more →Concepts
CloudEvents, sources, sinks, and the manifest format.
read more →CLI Reference
Every command, flag, and output mode documented.
read more →How Kite works
- 01Register a source — point GitHub, Stripe, or any webhook sender at your Kite endpoint.
- 02Stream to your terminal — run
kite streamand events flow in real time as CloudEvents. - 03Route to sinks — forward to HTTP endpoints, files, or agent pipelines via a
kite.jsonmanifest.
For AI Agents
Kite supports bot-first onboarding via the x402 payment protocol — no browser, no sign-up form. Agents can bootstrap credentials programmatically with a single POST /api/v1/bootstrap/x402. See x402 Bootstrap and Paperclip / OpenClaw integration.