Documentation Index
Fetch the complete documentation index at: https://developer.alterscope.org/llms.txt
Use this file to discover all available pages before exploring further.
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.gorilla/websocket event stream. The same code is checked into the repo as a runnable example you can fork:
sdks/go/examples/quickstart
When to expect a real SDK
The Go SDK will be generated fromservices/risk-api/docs/openapi.yaml (the same spec that drives the TypeScript and Python SDKs) and will mirror their resource layout. Subscribe to the changelog for the GA announcement.