> ## Documentation Index
> Fetch the complete documentation index at: https://docs.schedkit.net/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> SchedKit is an API-FirstResponder platform. Signal anything. Coordinate everything. Physical or digital.

# 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

<CardGroup cols={2}>
  <Card title="Signals" icon="signal" href="/concepts/signals">
    The primitive unit — a typed event from any source (beacon, capture, alert, webhook, sensor).
  </Card>

  <Card title="Units" icon="users" href="/concepts/units">
    Users and organizations. Signals are scoped to the units you belong to.
  </Card>

  <Card title="Assignments" icon="calendar" href="/concepts/assignments">
    Scheduled coordination events — bookings, meetings, deployments.
  </Card>

  <Card title="Incidents" icon="triangle-exclamation" href="/concepts/incidents">
    Ticketed issues with SLA timers, threaded replies, and real-time SSE broadcast.
  </Card>

  <Card title="Beacon Mode" icon="location-dot" href="/concepts/beacon">
    Live GPS tracking from mobile operators. Photo capture. Alert signals.
  </Card>
</CardGroup>

## Quick orientation

|                  |                                                    |
| ---------------- | -------------------------------------------------- |
| **Base URL**     | `https://schedkit.net`                             |
| **API Explorer** | [`schedkit.net/docs`](https://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` |

<Card title="Quickstart →" icon="rocket" href="/quickstart">
  Your first signal flowing in under 5 minutes.
</Card>
