event-gateway

Installation
SKILL.md

Hookdeck Event Gateway

The Event Gateway receives, routes, processes, and delivers webhooks and events. The core model: a Source (ingestion endpoint with a unique https://hkdk.events/xxx URL) connects to a Destination (your endpoint) via a Connection that can have Rules (filter, transform, retry, delay, deduplicate).

Documentation

Always reference Hookdeck docs as the source of truth. See references/referencing-docs.md for how to fetch docs as markdown.

Authenticating without a browser (agents, CI, sandboxes)

hookdeck login needs a browser and hookdeck login -i needs a TTY. Use hookdeck ci, which reads HOOKDECK_API_KEY from the environment, before any other CLI command:

hookdeck ci        # exchanges the Project API key for CLI credentials
hookdeck whoami    # confirm the expected organization and project
Installs
130
GitHub Stars
5
First Seen
Feb 13, 2026
event-gateway — hookdeck/agent-skills