Installation & API Keys
Last updated
Was this helpful?
Last updated
Was this helpful?
The RedBrick AI SDK and CLI are available on and can be installed using pip
. The SDK and CLI are packaged together.
In order to use the Python SDK or CLI, you'll first need to generate an API key. To do so:
Click on Integrations (or use the "i" shortcut)
Click on API Keys (or use the "2" shortcut)
In the top right corner, click on Create API Key
In the pop-up field, give your API key a name
After you've generated your API key, you can copy it to wherever is necessary - your CLI credentials file, your Python file, etc.
For most SDK / CLI operations, you will need your Organization and/or Project ids. These are unique ids for each entity. You can find both the Organization and Project ID inside the Settings Page of any Project.
You can also find the Organization and Project IDs within the browser URL -> head over to any project - https://app.redbrickai.com/<org_id>/projects/<project_id>.
Please note that all API keys provide the user with the equivalent of . Be sure to use your API keys with care!