Now in Public Beta

X-ray vision for
autonomous AI agents

Monitor, debug, improve, and secure your AI agents in production.
Catch hallucinations, latency spikes, and security issues—all with one line of code.

Features

Everything you need to
ship reliable agents

Complete visibility and security for every agent execution,
from the first LLM call to the final response.

Trace Every Decision

Capture every LLM call, tool use, and decision your agent makes. Understand exactly how your agent processes each request from start to finish.

Security & Hallucination Detection

Detect hallucinations, factual errors, and security issues before they reach users. Built-in detectors for grounding, consistency, and suspicious patterns.

Performance & Reliability

Track success rates, latency percentiles, error patterns, and security anomalies. Get real-time alerts when issues arise in production.

Cost Tracking

Monitor token usage and API costs down to the penny. Set budgets, get alerts, and optimize spend.

One-Line Integration

Add a decorator to your agent function. That's it. Auto-instrumentation handles the rest.

Universal Integration

Works with OpenAI, Anthropic, LangChain, LlamaIndex, and custom frameworks. One SDK for all your AI agents.

How it Works

Three steps to
complete visibility

1

Install the SDK

Add the MindReef SDK to your project with pip. Configure with your API key.

terminal
$ pip install mindreef

$ export MINDREEF_API_KEY=mr_live_xxx
2

Instrument Your Agent

Add the @trace decorator to your agent function. LLM calls are captured automatically.

agent.py
from mindreef import trace, patch_openai

patch_openai()  # Auto-instrument OpenAI

@trace
async def my_agent(query: str):
    response = await openai.chat.completions.create(
        model="gpt-4o",
        messages=[{"role": "user", "content": query}]
    )
    return response.choices[0].message.content
3

Monitor in Real-Time Dashboard

View every trace in real-time. Drill into spans, catch security issues, detect hallucinations, and optimize performance.

app.mindreef.ai/traces
my_agent 1.2s
LLM gpt-4o 847 tokens
Tool search_docs 245ms
LLM gpt-4o 1.2k tokens
Pricing

Simple, transparent
pricing

Start small, scale as you grow.

Starter

For individuals and small projects

$19 /month
  • 1,000 traces/month
  • 7-day retention
  • Basic security & hallucination detection
  • Community support
Get Started

Enterprise

For large-scale deployments

Custom
  • Unlimited traces
  • Custom retention
  • Self-hosted option
  • SSO & audit logs
  • Dedicated support
Contact Sales

Ready to see inside your agents?

Start monitoring in under 5 minutes. No credit card required.