hookdeck.com
Hookdeck provides webhook infrastructure products for receiving and routing inbound webhooks (Event Gateway) and for sending outbound webhooks to customers (Outpost). It offers both managed services and open-source/self-hosted components for webhook delivery, observability, and operations.
Hookdeck exposes two authenticated REST APIs (Event Gateway and Outpost), a CLI (`hookdeck`), and a local stdio MCP server launched from the CLI for Event Gateway inspection workflows.
- Hookdeck Event Gateway MCP serverdiscovered
- Hookdeck Event Gateway REST APIdiscovered
- Outpost REST APIdiscovered
- Hookdeck CLIdiscovered
$ hookdeck login --interactiveAcquired by the CLI — running hookdeck login --interactive opens the auth flow and stores the credential.
For managed Outpost, get the admin API key from the Hookdeck-managed Outpost dashboard as described in the Outpost API auth docs. For self-hosted Outpost, the operator sets the key via the API_KEY environment variable. Send it as Authorization: Bearer $API_KEY.
First obtain admin access to Outpost, then call the tenant token endpoint documented in the Outpost API reference (Get Tenant JWT Token) to mint a per-tenant JWT valid for 24 hours. Send it as Authorization: Bearer $TENANT_JWT for tenant-scoped API calls.
conventions · 3/7 published
- integrations.json——
- llms.txt✓https://hookdeck.com/llms.txt
- API catalog✓https://hookdeck.com/.well-known/api-catalog
- OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✓https://hookdeck.com/.well-known/agent-skills/index.json
Publish these signals → /publishing