India's First AI Agent Observability Platform

See inside your
AI agent.

Every LLM call. Every tool use. Every rupee spent.
2 lines of code. Zero config. INR-native.

agent.py
Live tracing
1from drishti import Drishti
2
3drishti = Drishti(api_key="dk_live_...")
4
5with drishti.trace("handle_query") as trace:
6 with trace.step("memory_lookup", "memory") as step:
7 context = vector_db.search(query, top_k=5)
8 step.set_output({"chunks": len(context)})
9 with trace.step("llm_call", "llm") as step:
10 resp = openai.chat.completions.create(
11 model="gpt-4o-mini",
12 messages=[{"role": "user", "content": query}]
13 )
14 step.record_llm("gpt-4o-mini",
15 tokens_in=resp.usage.prompt_tokens,
16 tokens_out=resp.usage.completion_tokens)
17# ✓ Trace sent → Dashboard shows ₹0.04 • 1.2s • 3 steps
2 lines
to integrate
₹0
to start
<50ms
ingest latency
28+
models supported

Everything you need to debug faster

Built specifically for Indian developers and the Indian AI ecosystem

INR-Native Costs

Live USD→INR conversion on every trace. See cost per call, per model, per day. No more surprise dollar bills.

Complete Visibility

Every LLM call, tool use, and memory lookup traced. Know exactly what your agent did — and why it failed.

2-Line Integration

pip install drishti-ai-sdk and add 2 lines. Works with LangChain, raw OpenAI, Anthropic, Gemini, DeepSeek.

Hinglish Errors

Error messages explained in Hinglish. Yeh kya galti ki hai aur kaise fix karein — clearly.

WhatsApp Alerts

Get WhatsApp or email when cost spikes, error rate climbs, or latency degrades. Never miss an incident.

Open Core

Core SDK is MIT licensed on GitHub. Self-host for free or use our cloud. Your data, your rules.

Your dashboard, live.

Real-time traces, costs in ₹, and AI-powered insights — all in one place.

app.drishti.dev/dashboard
System Live
Today's Spend
₹847
+14% vs yesterday
Total Traces
12,493
+8% vs yesterday
Error Rate
0.3%
-2% vs yesterday
Avg Latency
1.24s
+0.1s vs yesterday
Recent TracesView all →
handle_queryGPT-4o Mini1.2s₹0.04ok
summarize_docClaude Haiku2.8s₹0.12slow
classify_intentGemini Flash0.4s₹0.01ok

Why Drishti?

Purpose-built for Indian developers, not adapted from US-first tools.

Feature
Drishti
LangfusePortkey
INR-native cost tracking
Hinglish error explanations
WhatsApp alerts
Pro plan
Setup timeUnder 5 min15–30 min15–30 min
Open source core
MIT
MIT
India data residency
Starting price₹0$0$0

Pricing built for India

No dollar conversion. No hidden fees. INR always.

Free
₹0/month
10,000 traces/month
7-day history
1 project
INR cost tracking
Basic Hinglish error explanations
Email support
Get Started Free
MOST POPULAR
Pro
₹799/month
500,000 traces/month
90-day history
5 projects
Email alerts
WhatsApp alerts
Model cost optimizer
Priority support
Get Started — ₹799/month
Team
₹2,499/month
Unlimited traces
1-year history
Unlimited projects
Custom alerts
Dedicated support
Contact Us

Ready to see inside
your agent?

Free forever. 10,000 traces/month. No credit card required.

Get Started — It's Free →