Instant Database — hookstream

Automatically sync webhooks to queryable collections. Last-write-wins upsert, schema inference, NDJSON/CSV export, and backfill from historical events.

About hookstream

hookstream is the modern event gateway for developers who need webhooks that just work. It receives, transforms, and delivers webhooks reliably with real-time monitoring, automatic retries, circuit breakers, and instant database sync.

Key features

API

Base URL: https://hookstream.io/v1

Authentication: API key via X-API-Key header (hs_live_* or hs_test_*) or session cookie.

Full API reference: Authentication | Sources | Destinations | Connections | Events | Metrics

Free webhook testing (no auth required)

POST https://hookstream.io/v1/agent/sessions — Create a test webhook endpoint

GET https://hookstream.io/v1/agent/sessions/:id — Get session details and events

POST https://hookstream.io/v1/ingest/:source_id — Send webhooks to any source

Plans

Documentation (as markdown)

Getting started

API reference

Guides

Destination providers