SchedKit
SchedKit is an API-FirstResponder platform — a signal and coordination layer for scheduling, incidents, field operations, and physical device control.A prayer is always a signal asking for a response. An emergency alert is the same thing with urgency.
What it does
SchedKit connects signal sources to coordination actions:| Signal In | → | Action Out |
|---|---|---|
| Booking request | → | Confirmation email + calendar invite |
| Support ticket | → | Push notification + SLA timer |
| GPS beacon ping | → | Live War Room map update + activity feed |
| Alert signal | → | Push to all org members instantly |
| ESP32 sensor | → | Relay trigger + auto-incident creation |
| NOAA weather alert | → | Field team notification |
Core concepts
Signals
The primitive unit — a typed event from any source (beacon, capture, alert, webhook, sensor).
Units
Users and organizations. Signals are scoped to the units you belong to.
Assignments
Scheduled coordination events — bookings, meetings, deployments.
Incidents
Ticketed issues with SLA timers, threaded replies, and real-time SSE broadcast.
Beacon Mode
Live GPS tracking from mobile operators. Photo capture. Alert signals.
Quick orientation
| Base URL | https://schedkit.net |
| API Explorer | schedkit.net/docs |
| Auth | x-api-key header (API key) or session cookie |
| Format | REST / JSON |
| Live stream | SSE — /v1/signals/stream, /v1/incidents/stream |
Quickstart →
Your first signal flowing in under 5 minutes.