> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runcascade.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> The autonomous evaluation and safety platform for AI agents

Cascade is the evaluation and safety operating system for agents. We provide structured tracing, autonomous evaluations, adaptive safeguards, and runtime monitoring to ensure your AI agents perform reliably in production.

Cascade instances are custom to each user, continuously adapting to your production data.

<Frame>
  <img src="https://mintcdn.com/cascade-e69b1028/ehHq1Qh2c0Vu4bCS/images/home_page_dark.png?fit=max&auto=format&n=ehHq1Qh2c0Vu4bCS&q=85&s=dded4367d3f39d401740b8d3a661e900" alt="Cascade platform overview showing agent traces and monitoring" width="3430" height="1912" data-path="images/home_page_dark.png" />
</Frame>

## What Cascade does

Cascade instruments your agents at runtime to give you complete visibility and control:

* **Autonomous evaluations**: Score performance using evaluation models trained on millions of production executions. From zero-code auto-evaluation to full programmatic control
* **Self-improving safety**: Cascade's proprietary defense models continuously fine-tune on your production data, learning what attack patterns look like for your specific agents.
* **Configurable defense layers**: Adjust defense sensitivity, add custom protections, and validate against your historical traces before deployment.
* **Complete tracing**: Capture every LLM call, tool invocation, sub-agent delegation, and decision point as a hierarchical trace with full execution context
* **Framework integrations**: Instrument LangGraph, OpenAI Agents SDK, and Claude Agent SDK with a single function call
* **Multi-provider support**: Trace any LLM provider including Anthropic, OpenAI, and OpenRouter through a unified wrapper

## Evaluation Engine

Unlike traditional tools, Cascade doesn't just log what happened - it understands why. Our evaluation engine learns which failures actually matter for your use case and automatically adapts to your agent's behavior over time.

## Explore the docs

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Install the SDK and get started in minutes.
  </Card>

  <Card title="Sessions & Tracing" icon="route" href="/agent-performance/tracing">
    Capture the full execution tree of your agents.
  </Card>

  <Card title="Evaluation SDK" icon="clipboard-check" href="/agent-performance/evals">
    Score and monitor agent performance automatically.
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations/langgraph">
    Auto-instrument popular agent frameworks.
  </Card>
</CardGroup>
