Skip to main content

Installing AIMon

API key

To use AIMon, you will need an API key. You can get an API key by signing up on the AIMon app.

Installation

AIMon supports a Python and a Typescript SDK. Both SDKs are open-source and can be installed via pip and npm respectively. You will need an API key to use the SDKs. You can get an API key by signing up on the AIMon app.

After signing up on the AIMon app, you can obtain the key by navigating to My Account -> Keys -> Copy API Key on the UI:

copy_api_key_ui.png

Python SDK

To install the Python SDK, run the following command (Python 3.8+):

pip install -U aimon

Typescript SDK

To install the Typescript SDK, run the following command:

npm install aimon