To get started, you’ll need to create an experiment in the Atla Insights platform and follow the instructions there.
You can generate runs of your Atla Insights experiments by using the run_experiment context manager.
from atla_insights import run_experiment

with run_experiment(experiment_id="my-experiment-id"):
    # Your experiment code here