Instrument your AI agent with just a few lines of code
Install the Atla Insights SDK
pip install "atla-insights[all]"
Configure & instrument Atla Insights
from atla_insights import configure, instrument_my_framework configure(token="<MY_ATLA_INSIGHTS_TOKEN>") instrument_my_framework()