Overview
This guide gets you from zero to evaluating healthcare AI in under 5 minutes. You’ll:- Install the Rubric SDK
- Get your API key
- Log a sample patient call
- View results in the dashboard
Prerequisites: Python 3.8+ or Node.js 16+
Step 1: Install the SDK
Step 2: Get Your API Key
- Sign up at app.rubric.ai
- Navigate to Settings → API Keys
- Click Create API Key
- Copy your key (starts with
gr_live_orgr_test_)
Step 3: Log Your First Call
Step 4: View in Dashboard
- Open app.rubric.ai
- Navigate to your project
- Click on Logs to see your call
- View the AI decision breakdown
Step 5: Run an Evaluation
Now let’s run automated evaluators on your logged data:What’s Next?
Account Setup
Configure your workspace, team, and settings
First Evaluation
Deep dive into creating evaluations
Try the Sandbox
Explore with pre-loaded healthcare data
Python SDK Reference
Full SDK documentation
Common Issues
API key not found
API key not found
Make sure you’ve set the
RUBRIC_API_KEY environment variable, or pass it directly:Project not found
Project not found
Projects are created automatically on first log. If you’re getting this error, check your project name for typos.
Rate limit exceeded
Rate limit exceeded
The free tier has a limit of 100 requests/minute. Upgrade for higher limits or add retry logic.
