Installation

Installation#

You can use Sutro via the API, or using the Python SDK and CLI. There is no installation required to use the API directly, but you will need to install the SDK and CLI to use the Sutro CLI.

To install the Sutro Python SDK and CLI, install via pip from PyPI:

[uv] pip install sutro

If you experience issues with installation, please reach out to us at team@sutro.sh or join our Slack community.

Setting up your API key#

To authenticate you’ll need an API key. We’re currently in beta, so you can request an API key by contacting us directly.

Once you have an API key, you can authenticate with the CLI using:

sutro login

This will prompt you to enter your API key. It will save your API key locally, so you won’t need to include it in future SDK and CLI commands. You can reset it at any time by running sutro login and entering a new API key.