pip install literalai

Instantiate the Literal client

import os
from literalai import LiteralClient

client = LiteralClient(api_key=os.getenv("LITERAL_API_KEY")) # This is the default and can be omitted

How to get my API key?

To get your API key, go to your project page and click on the Settings tab. You will find your API key in the API Key section.

Next up

Quick Start

Log your data to Literal