Overview
This guide gets you from zero to a scored evaluation in under 5 minutes. You’ll:- Install the Akhara SDK
- Get your API key
- Create a sample
- Run evaluators and 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.akhara.ai
- Navigate to Settings → API Keys
- Click Create API Key
- Copy your key
Step 3: Create a sample
Step 4: View in the dashboard
- Open app.akhara.ai
- Open your project / dataset
- Inspect the sample and any automated scores
Step 5: Run an evaluation
Gate PRs and deploys
Wire the same evaluation into CI with the Akhara SDK. See CI/CD evaluations.What’s next?
Account setup
Configure your workspace, team, and settings
First evaluation
Deep dive into creating evaluations
Open-source tooling
Local suites, adaptive rubrics, dashboard source
CI/CD tutorial
Gate PRs and deploys on eval metrics
Common issues
API key not found
API key not found
Set
AKHARA_API_KEY, or pass it directly:Project or dataset not found
Project or dataset not found
Datasets are created on first write in many setups. Check the name for typos, or create the dataset explicitly in the dashboard.
Rate limit exceeded
Rate limit exceeded
Free tiers throttle burst traffic. Add retries or upgrade for higher limits.