Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.osohq.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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