Installation#
You can use Materialized Intelligence 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 Materialized Intelligence CLI.
To install the Materialized Intelligence Python SDK and CLI, install via pip from PyPI:
pip install materialized-intelligence
If you experience issues with installation, please reach out to us at team@materialized.dev 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:
mi 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 mi login
and entering a new API key.