Guides
The two integration jobs we see most, plus the auth model they both need.
Authentication & scopes
Create a key, pick the right scope, pin it to one competition, handle 401/403/429.
Read standings into a sheet or site
Pull live standings JSON with a read key — or with no key at all from a public dashboard.
Push live scores from your scoreboard
The score-event ledger: expected_seq, optimistic concurrency, and recovering from a 409.

