Skip to content

Getting Started#

This guide will help you install the Engine AI Platform SDK and create your first dashboard.

Prerequisites#

We assume that you are familiar with Python and have Python 3.10 or above installed.

Installation#

You can install the SDK package using pip:

pip install engineai.sdk

Verify Installation#

To ensure your installation was successful, you can use the following CLI command:

engineai --version

This should display the version of the Engine AI SDK that you have installed.

Note that this documentation is compatible with the version 0.137.2 of the SDK.

Give it a try#

You are now ready to create your first Dashboard!

You can set up your workspaces and apps using the CLI commands described in the Setting Up Workspace section. If you already have a workspace and app created in the Engine AI platform, you can skip directly to the Your First Dashboard section to get started.