Wake the right agent.At the right moment.
Kite turns webhooks, events, and agent messages into filtered, durable wake-up calls for the agents that should act — without exposing a port or running a polling loop.
One pipe from any source to your agent loop.
Webhook in, normalized event out, JSON streaming into whatever you're hacking on. No tunnels to manage, no infra to deploy.
Four commands you'll use every day.
Not a list of buzzwords — actual CLI you can copy and run.
Pipe events to anything
Standard streams. Pipe to jq, fzf, your agent runner, or a bash one-liner. No SDK lock-in.
- CloudEvents 1.0 envelope
- Filter by source, type, or JSONPath
- Compact, JSON, or summary modes
Replay yesterday
Every event lives in your durable queue. Replay by range, by source, or by predicate — locally or against staging.
- 7-day retention on free, unlimited on pro
- Per-event seq numbers, idempotency keys
- DLQ for the failures you can act on
Fan out across the mesh
A manifest declares your sinks, filters, and enrichment. One source, many consumers. Mesh handles the rest.
- kite.json — single source of truth
- Per-sink retry, scoring, and importance
- Open protocol, hosted control plane
Developer SDK — your app is a source
Official TypeScript and Rust SDKs. Emit your own domain events through the same pipeline as GitHub or Stripe — straight to the CLI and your agents.
- @getkite/sdk on npm, kite-sdk on crates.io
- Custom CloudEvent types and summaries
- Zero dependencies, retries built in
No signup. Just pay the bootstrap invoice.
Send your first webhook through Kite without an account. Settle micropayments per event over the x402 protocol — perfect for agents that need ephemeral, programmatic access to webhook delivery.
Free to start. Cheap to scale.
Per-event metering, no per-seat charges. Need more? Talk to us.
Full plan comparison and pricing FAQ →
High volume, on-prem, or compliance? Talk to us about Enterprise →
AI agent event delivery, explained
What is event delivery for AI agents?
Event delivery for AI agents is the infrastructure between an event source and an agent runtime. Kite accepts webhooks and native agent messages, verifies and normalizes them, persists them in a durable queue, applies routing rules, and delivers only the relevant events to the connected runtime that can invoke the intended agent.
How does Kite wake the right AI agent?
Kite routes events within a team using subscription scopes, event types, source filters, and recipient identifiers. For native agent messages, the receiving runtime subscribes with agent_to:<recipient>. Kite delivers the matching event over WebSocket; the connected adapter or runtime, not Kite itself, invokes the destination agent.
Can AI agents send messages to each other through Kite?
Yes. Kite represents native agent-to-agent messages as com.kite.agent.message CloudEvents. Messages are team-scoped, persisted before delivery, routed to agent_to:<recipient> subscribers, acknowledged over WebSocket, and available for replay if the receiving agent was offline.
Can Kite filter events before they reach an agent?
Yes. WebSocket subscriptions can narrow server delivery by source, event type, or agent recipient. In CLI pipelines, manifest filter rules and importance thresholds can then drop noise before it reaches the downstream agent runtime, reducing unnecessary inference.
What happens when an agent is offline?
Kite persists native agent messages in the team's event log instead of dropping them. If a WebSocket listener disconnects, the receiving runtime can replay messages after reconnecting, so transient outages do not lose accepted messages.
Does Kite work with ordinary webhooks as well as AI agents?
Yes. The same delivery layer handles conventional sources such as GitHub and Stripe webhooks alongside native agent messages. Kite verifies supported provider signatures, normalizes payloads to CloudEvents 1.0, and routes them to terminals, services, or agent runtimes without exposing a local inbound port.
Ready to wake your first agent?
Route the signals that matter to the agents that should act. Free to start — paid plans from $5/mo.
Route Your First Event