Skip to main content
Scoutline provides official SDKs for the most common programming languages. All SDKs are strictly typed and include automatic retry logic, authentication handling, and Error-Proof Guarantee tracing.

Language Support

TypeScript

npm install @scoutline/sdk

Python

pip install scoutline-sdk

Go

go get github.com/scoutline/sdk

Features

  • Strict Type Checking: Every API request and response is fully typed to prevent runtime errors.
  • Cognito Integration: Automatic handling of JWT token exchanges and refreshes.
  • Idempotency: Easy-to-use helper methods for adding idempotency keys to drafting jobs.
  • Tracing: Automatically includes X-Scoutline-Request-ID in every logged error.