Skip to content

Reference

Documentation

Everything you need to evaluate, secure, and monitor your AI applications with EvalGuard.

Get started

Install, migrate, and run your first eval.

Getting Started

Install the SDK, run your first eval in under 5 minutes.

Read more

Migrating from Promptfoo

Drop-in replacement guide — keep your YAML, gain a dashboard, security, and team features.

Read more

Migrating from Helicone

Swap the base URL to EvalGuard's gateway proxy — keep logging, cost tracking, and caching, plus firewall, eval, and red team.

Read more

Migrating from Humanloop

Export your Humanloop project, then convert it with `evalguard import:humanloop` — prompts, datasets, and evaluators in one command.

Read more

Migrating from LangSmith

Import LangSmith run traces and eval datasets with the CLI — then add red team, guardrails, and a SOC 2 evidence engine on the same data.

Read more

Migrating from Braintrust

Import Braintrust log spans and eval datasets with the CLI — then add red team, guardrails, and a SOC 2 evidence engine on the same data.

Read more

Migrating from DeepEval

Import DeepEval evaluate() results and golden datasets with the CLI — keep your GEval-style metrics, then add hosted red team, guardrails, and a SOC 2 evidence engine on the same data.

Read more

Migrating from Ragas

Import Ragas evaluate() results and evaluation datasets with the CLI — keep your RAG metrics (faithfulness, answer relevancy, context recall), then add hosted red team, guardrails, and a SOC 2 evidence engine on the same data.

Read more

Migrating from Giskard

Import Giskard SuiteResult / vulnerability-scan results and Scenario test-sets with the CLI — keep your conformity and semantic checks, then add a hosted red-team platform, a runtime firewall, an AI gateway, and a SOC 2 evidence engine on the same data.

Read more

Migrating from Arize Phoenix

Import Arize Phoenix OpenInference spans with the CLI — model, provider, token counts, and input/output all carry over — then add hosted red team, a runtime firewall, an AI gateway, and a SOC 2 evidence engine on the same data.

Read more

Migrating from MLflow

Import MLflow Trace JSON (2.x + 3.x) with the CLI — spans, model, provider, token usage, and inputs/outputs all carry over — then add hosted red team, guardrails, an AI gateway, and a SOC 2 evidence engine on the same data.

Read more

Migrating from W&B Weave

Import Weights & Biases Weave calls with the CLI — op names, token usage, per-model cost, and exceptions all carry over — then add hosted red team, guardrails, an AI gateway, and a SOC 2 evidence engine on the same data.

Read more

Migrating from TruLens

Import TruLens records + feedback scores with the CLI — inputs, outputs, token cost, and every feedback function score carry over — then add hosted red team, guardrails, an AI gateway, and a SOC 2 evidence engine on the same data.

Read more

Migrating from Comet Opik

Import Comet Opik traces + spans with the CLI — model, provider, token usage, cost, and feedback scores all carry over — then add hosted red team, guardrails, an AI gateway, and a SOC 2 evidence engine on the same data.

Read more

Migrating from Langfuse

Import Langfuse traces + observations with the CLI, then add hosted red team, guardrails, an AI gateway, and a SOC 2 evidence engine on the same data.

Read more

Migrating from Portkey

Import Portkey logs with the CLI, then add hosted red team, guardrails, a governed AI gateway, and a SOC 2 evidence engine on the same data.

Read more

Migrating from HuggingFace

Import HuggingFace Datasets / Inference logs with the CLI, then add hosted red team, guardrails, an AI gateway, and a SOC 2 evidence engine on the same data.

Read more

Migrating from Vellum

Import Vellum executions with the CLI, then add hosted red team, guardrails, an AI gateway, and a SOC 2 evidence engine on the same data.

Read more

Migrating from Athina

Import Athina inference logs with the CLI, then add hosted red team, guardrails, an AI gateway, and a SOC 2 evidence engine on the same data.

Read more

Migrating from Maxim

Import Maxim logs with the CLI, then add hosted red team, guardrails, an AI gateway, and a SOC 2 evidence engine on the same data.

Read more

API & SDKs

Reference for the REST API, CLI, our SDKs, and the Terraform provider.

Catalogs

What ships in the box — scorers, attack plugins, and provider adapters.

Integrations & Ops

Wire EvalGuard into your stack and deploy on your terms.

Integrations

15 integrations — Slack, Discord, Teams, PagerDuty, Jira, Linear, GitHub Actions, GitLab CI, and more.

Read more

OpenTelemetry

Point any OTLP/HTTP exporter at EvalGuard. Traces, metrics, and logs — no agent install.

Read more

Self-Hosting

Docker Compose, Kubernetes, and Helm deployment guides.

Read more

MCP Vendor Presets

One-click registration for 17 popular MCP servers: GitHub, Slack, Atlassian, Linear, Notion, Figma, Stripe, Sentry, PagerDuty, Postgres, Cloudflare, Datadog, Twilio, Vercel, Resend, Auth0, MongoDB.

Read more

Agent Graph View

Node-and-edge DAG of agent execution — third view mode on the trace detail page.

Read more

Traces & Observability

The span model, sending traces (SDK + OTLP), and querying the trace explorer.

Read more

Shadow AI

Discover unsanctioned AI usage from CASB/proxy logs (Zscaler, Netskope, Cloudflare, Okta) and set policy.

Read more

Model Scanning

Supply-chain scanning of model files (pickle / safetensors / pytorch) for malware + lineage attestation.

Read more

Cost Budgets

Per-key, per-project, and org spend caps enforced at the gateway with alerts and FOCUS/OpenMeter export.

Read more

BYOK

Bring your own provider keys — stored in an encrypted vault, used by the gateway and evals with project-over-org precedence.

Read more

SIEM Integration

Stream security events to Splunk / Sentinel / webhook, plus inbound SOAR tokens for quarantine playbooks.

Read more

VS Code Extension

Run evals + on-save security scans from the editor. On the VS Code Marketplace and Open VSX.

Read more

ClickHouse OLAP

Opt-in dual-write of traces to ClickHouse for sub-second multi-day rollups. Postgres stays the OLTP authority.

Read more

Governance

Mapping findings to compliance frameworks.

Quick Start

Get running with EvalGuard in three commands.

npm install -g @evalguard/cli
evalguard login --key eg_your_api_key
evalguard eval my-eval.json
Full getting started guide