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

# Welcome

> Get to know Know Your AI and ship safer, higher-quality AI experiences.

Know Your AI is a security, evaluation, and monitoring platform built to help teams understand, test, and protect AI systems end-to-end.
It combines attack-driven datasets, automated LLM judging, compliance analysis, SDK-based monitoring, and a firewall —
all in one place — so teams can ship with confidence.

This site contains the product overview, quickstart guides, SDK & CLI documentation, and feature docs to get your team up and running.

<CardGroup cols={2}>
  <Card title="Platform quickstart" icon="rocket" href="/quickstart" horizontal>
    Create your first workspace, connect a product, and run a security evaluation.
  </Card>

  <Card title="SDK documentation" icon="code" href="/sdk/overview" horizontal>
    Install the SDK to monitor, trace, evaluate, and protect your AI apps.
  </Card>

  <Card title="CLI documentation" icon="terminal" href="/cli/overview" horizontal>
    Run evaluations and inspect results from your terminal.
  </Card>
</CardGroup>

## What is Know Your AI?

Know Your AI is an evaluation, monitoring, and compliance platform for AI applications. It centralizes:

* **Workspaces** for organizing teams, products, and access controls
* **Products** representing the AI systems you evaluate (Website, API, or Streaming API)
* **Datasets** from the Marketplace and your own uploads — covering attack prompts, safety tests, and benchmarks
* **Evaluations** with configurable LLM-as-Judge scoring and automated compliance analysis
* **Monitoring** with SDK-based dashboards for requests, tokens, latency, cost, and errors
* **Tracing** with span-tree visualization for debugging AI interactions
* **Firewall** for real-time input/output validation with risk categorization
* **Compliance** dashboards for CCPA/CPRA violation tracking with evidence trails

## Who is it for?

* **Product teams** validating new model releases and prompt changes
* **ML/AI engineers** red-teaming models with attack datasets
* **Security teams** testing for jailbreaks, prompt injection, and data extraction
* **Risk & compliance** teams tracking CCPA/CPRA, EU AI Act, and NIST AI RMF policies
* **Engineering teams** monitoring production AI with SDK integration

## Core concepts at a glance

<CardGroup cols={2}>
  <Card title="Product" icon="layer-group" href="/product">
    Explore the platform modules and how they work together.
  </Card>

  <Card title="Workspace" icon="folder" href="/workspace">
    Understand project boundaries, roles, and access controls.
  </Card>

  <Card title="Evaluation" icon="check-double" href="/evaluation">
    Learn how LLM-as-Judge scoring and security testing work.
  </Card>

  <Card title="Monitoring" icon="chart-line" href="/monitoring">
    Track live performance with SDK dashboards and tracing.
  </Card>
</CardGroup>

## Typical workflow

<Steps>
  <Step title="Create a product">
    Add your AI system as a Website, API, or Streaming API product in your workspace.
  </Step>

  <Step title="Select datasets">
    Choose attack and benchmark datasets from the Marketplace or upload your own.
  </Step>

  <Step title="Connect and evaluate">
    Connect your product endpoint and run security evaluations with LLM-as-Judge scoring.
  </Step>

  <Step title="Review results">
    Analyze security scores, per-prompt pass/fail, compliance reports, and screenshots.
  </Step>

  <Step title="Monitor in production">
    Integrate the SDK to track requests, tokens, latency, and errors in real time.
  </Step>
</Steps>

## Where to go next

<CardGroup cols={3}>
  <Card title="Get started" icon="flag-checkered" href="/quickstart">
    Launch your first evaluation.
  </Card>

  <Card title="SDK" icon="code" href="/sdk/overview">
    Monitor and protect AI with the SDK.
  </Card>

  <Card title="CLI" icon="terminal" href="/cli/overview">
    Run evaluations from the terminal.
  </Card>

  <Card title="Datasets" icon="database" href="/datasets">
    Browse curated attack datasets and methods.
  </Card>

  <Card title="Monitoring" icon="radar" href="/monitoring">
    Track model health with SDK monitoring.
  </Card>

  <Card title="Firewall" icon="shield" href="/sdk/firewall">
    Block dangerous inputs in real time.
  </Card>
</CardGroup>
