Note: Setup has three parts — (1) installing the SDK (below), (2) connecting it to the Lucidic dashboard, and (3) adding 2 lines to your code. You need to complete all three.

Install the SDK

Our package is published on PyPI under the name lucidicai.
pip install lucidicai
We recommend installing it into a virtual environment or as part of your existing agent stack.

Minimum Requirements

  • Python 3.8+
  • Compatible with all major LLM frameworks and agent libraries
  • Works in local, server, or cloud environments

Next Step: Connect to the Dashboard

Once installed, head to the Dashboard guide to connect your SDK to your Lucidic workspace.

Need Help?

If you run into issues during installation, feel free to reach out at team@lucidic.ai or open a GitHub issue if applicable.