Waylight · if we do not have yours

Four surfaces, and the door is open.

Everything the built-in connections use is the same public API you get. There is no private tier and no partner programme to join.

  • Read the record

    Every board, every override, paged and filterable.

    GET /v1/boards

  • Add a constraint

    Anything that should limit a cut, from your own systems.

    POST /v1/constraints

  • Hear about cuts

    Fires whenever a board is cut or re-cut, with the cause.

    webhook: board.cut

  • Hear about overrides

    Fires when a person overrules the scheduler, with their line.

    webhook: board.overridden

Read a yard's boards
curl -sS https://api.waylight.example/v1/boards \
  -H "Authorization: Bearer $WAYLIGHT_TOKEN" \
  -G --data-urlencode "yard=north-basin" \
     --data-urlencode "since=2026-03-01"
v1 stableAPI reference

v1 is stable. Breaking changes ship as v2 alongside it, and v1 keeps running for at least eighteen months after that.