> ## Documentation Index
> Fetch the complete documentation index at: https://docs.albus.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Use the Python SDK

> Install and configure the Albus Python SDK.

Install the public SDK:

```bash theme={null}
pip install albus-sdk
```

Set credentials through environment variables or pass them when constructing
the client. The exact package API and supported versions are documented in the
[albus-python repository](https://github.com/albusgroup/albus-python).

The Python SDK and API reference are released together only after the API is
deployed.
