Stix Muse API

Read-only v1 · Personal token · No GPS, no payments

Muse (or any agent) can ask Stix for a golfer’s Edge Index, last rounds, and a live event leaderboard. The golfer creates a token in the Stix app under Profile → Muse API and can revoke it anytime.

Base URL

https://www.golfstix.net/api/muse/

Also: https://broqlexfkpzacoimwbip.supabase.co/functions/v1/stix-muse

Authentication

Send the personal token as a Bearer token. Do not send the golfer’s password. Tokens start with stix_muse_.

Authorization: Bearer stix_muse_…

Ask the golfer before any future write (posting a hole is not in v1).

Routes

Example

curl -s "https://www.golfstix.net/api/muse/?op=me" \
  -H "Authorization: Bearer stix_muse_YOUR_TOKEN"
{
  "ok": true,
  "golfer": {
    "name": "Bennet",
    "edge_index": 4.2,
    "traditional_index": 6.1,
    "rounds_count": 22,
    "last_round": { "course": "Lakeview", "gross": 78 }
  }
}

What this API does not do

OpenAPI: /muse/openapi.json · Privacy · Terms