1

Install the Atla Insights SDK

Start by installing the Atla Insights Python SDK. From the terminal, run the following:
pip install "atla-insights[all]"
2

Configure & instrument Atla Insights

Configure Atla Insights with your authentication token at the start of your application:
from atla_insights import configure, instrument_my_framework

configure(token="<MY_ATLA_INSIGHTS_TOKEN>")
instrument_my_framework()
You can retrieve your authentication token from the Atla Insights platform.Also check out our supported frameworks.

Need Help?

Don’t hesitate to contact us and schedule an onboarding call if you would like us to walk through with you: Schedule an onboarding call