Stix Muse API
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
GET /?op=me— name, Edge Index, traditional index, last round, WGRGET /?op=rounds— last 20 posted / tracked roundsGET /?op=event&event_id=— public live event board
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
- Live GPS, shot detection, or club advice
- Take payments
- Read other golfers’ private rounds
OpenAPI: /muse/openapi.json · Privacy · Terms
Stix
Home