Humanloop API
The Humanloop API allows you to interact with Humanloop and model providers programmatically.
You can do this through HTTP requests from any language or via our official Python or TypeScript SDK.
Install and initialize the SDK
First you need to install and initialize the SDK. If you have already done this, skip to the next section.
Open up your terminal and follow these steps:
- Install the Humanloop SDK:
- Initialize the SDK with your Humanloop API key (you can get it from the Organization Settings page).
Guides and further details about key concepts can be found in our docs.