Documentation

Start local in five minutes, then read the source of truth.

The authoritative documentation lives in the repository, versioned with the code. This page is the map: what to run first, what to read to operate Switchyard, and where the normative references are.

Start here

The five-minute quickstart

Requires Docker for PostgreSQL. bin/setup is safe to run repeatedly.

quickstart
git clone git@github.com:jenksed/switchyard.git
cd switchyard
bin/setup        # starts PostgreSQL, installs deps, migrates, builds assets
bin/dev          # serves http://localhost:4000

Open http://localhost:4000 and click Create an endpoint to receive your first webhook. The full walkthrough is in docs/quickstart.md.

Operate

Run it day to day

Evidence

Receipts, bundles, and shares

Reference

The normative documents

Everything linked here lives in the Switchyard repository. If this page and the repository ever disagree, the repository is correct.