Skip to main content

Installation

Environment Setup

First, create or find an API key for your environment.

macOS/Linux

Export the API key as OSO_AUTH:
export OSO_AUTH=<your_oso_api_key>

Windows

Store the API key as OSO_AUTH for the current session:
Set-Item -Path env:OSO_AUTH -Value "<your_oso_api_key>"

Client Initialization