Sink
DevOps ingestion API

Sink

A lightweight webhook & heartbeat ingestion API

Sink helps backend and platform teams receive webhooks, keep an event trail, and monitor recurring heartbeats from jobs, schedulers, and automation pipelines. It is built for technical environments where reliability and clarity matter more than noise.

Operational view Live ingest
Webhooks Public ingest endpoints
Events Stored request history
Heartbeats Job health tracking
POST /ingest/<publicId>
GET  /webhooks
POST /heartbeats
Simple by design
  • Sink centralizes incoming webhook traffic so teams can inspect, store, and route external events with less glue code.
  • It also tracks heartbeats from scripts, cron jobs, and workers to make silent failures visible before they become incidents.
  • The result is a compact backend tool for operators, developers, and infrastructure teams who need dependable event ingestion.
Built for technical workflows
Webhook ingestion

Receive external calls through stable public endpoints and keep the integration layer predictable.

Event storage

Preserve a clean event history for troubleshooting, auditing, and replay-oriented workflows.

Heartbeat monitoring

Track recurring signals from jobs and scheduled tasks to spot missing runs quickly.

Simple API

Use a small, readable interface that stays approachable for scripts, services, and internal tooling.

DevOps friendly

Fits naturally into backend operations, CI jobs, cron tasks, and event-driven automation pipelines.

Clear documentation

Keep discovery fast with accessible endpoints and built-in API docs when teams need to move quickly.