Evaluate
Quickstart Guide
Start using DeepRails Evaluate in a few minutes with this quickstart guide, and integrate it seamlessly into your existing workflow.
Get Access to DeepRails
To get started, you’ll need access to the DeepRails Krino Console and API.
- If your organization already uses DeepRails, ask your admin to invite you.
- If not, create your account or contact our team to get setup with a new account.
Get Your API Key
1
Visit the Krino Console
Go to your organization’s Krino Console and select API Keys.

2
Select Create API Key

3
Give your key a distinct name and click Create Key

Install the DeepRails Client
- Open a Python notebook or any python environment where you want to install DeepRails
- Install the python client via
pip install deeprails
- Next, run the following code to setup DeepRails client. Replace
DEEPRAILS_API_KEY
with your API Key.
- Open a Python notebook or any python environment where you want to install DeepRails
- Install the python client via
pip install deeprails
- Next, run the following code to setup DeepRails client. Replace
DEEPRAILS_API_KEY
with your API Key.
Log Your First Evaluation Run
After installation, run the following code in your Python environment. Replace the placeholders with your actual data.
Explore Results in Krino Console
Once your evaluations are logged:
- Open your Krino Console
- Browse historical runs, filter by project or model
- Compare prompts and completions side-by-side
- Debug issues with detailed feedback per metric