Skip to main content

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.
The recommended shape is documented end-to-end in the Go quickstart — it covers Bearer auth, retry, the agentic envelope, and a 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 from services/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.

Source

Track progress: github.com/alterscope/alterscope-go.