Skip to main content

Overview

This guide gets you from zero to a scored evaluation in under 5 minutes. You’ll:
  1. Install the Akhara SDK
  2. Get your API key
  3. Create a sample
  4. Run evaluators and view results in the dashboard
Prefer CI quality gates? See the CI/CD tutorial. For local and open-source tooling, see Open-source tooling.

Prerequisites

  • Python 3.8+ or Node.js 16+

Step 1: Install the SDK

Step 2: Get your API key

  1. Sign up at app.akhara.ai
  2. Navigate to Settings → API Keys
  3. Click Create API Key
  4. Copy your key
Keep your API key secure. Never commit it to version control or expose it in client-side code.

Step 3: Create a sample

Step 4: View in the dashboard

  1. Open app.akhara.ai
  2. Open your project / dataset
  3. 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

Set AKHARA_API_KEY, or pass it directly:
Datasets are created on first write in many setups. Check the name for typos, or create the dataset explicitly in the dashboard.
Free tiers throttle burst traffic. Add retries or upgrade for higher limits.