A first-party Go SDK is on the roadmap for the second half of 2026. Until then, the Alterscope API is plain HTTPS + JSON, so calling it from Go takes about thirty lines of
net/http.Calling the API from Go
Authenticate with a Bearer token and read the result from the{ data, meta } envelope:
DefaultClient.Do) and a gorilla/websocket event stream. For the WebSocket and webhook details, see Realtime → WebSockets and Webhooks.