Skip to main content

CLI

The albus CLI is the fastest way to run a session, and the only way to sign in with a browser. It is a Python package; the installer picks uv, pip --user, or pip inside a conda environment, in that order.
Pin a version by setting ALBUS_CLI_VERSION on the shell that reads the script, not on curl:
Confirm the install, then sign in:
If albus is not found, the install directory is not on your PATH — usually ~/.local/bin. Open a new shell, or add it.

SDKs

Both are generated from the same OpenAPI contract as the API reference and default to https://albus.sh/api. They authenticate with an API key, which you mint after signing in — see Authenticate. Next: authenticate, then run your first session.