Setup
Evidently Cloud
How to set up Evidently Cloud account.
1. Create an Account
-
If not yet, sign up for a free Evidently Cloud account.
-
After logging in, create an Organization and name it.
2. Connect from Python
You need this for programmatic tasks like tracing or logging local evals. Many other tasks can be done directly on the platform.
Get a Token
Click the Key menu icon to open the Token page. Generate and save token securely.
Install Evidently
Install the Evidently Python library.
Connect
Import the cloud workspace and pass your API token to connect:
You are all set! Create a Project and run your first evaluation.