Platform

See how your agents judge.

Histeeria gives every production agent a place to be observed, tested, corrected, and explained. Not after a public failure. While it is still possible to improve.

Monitor decisions

Score judgment

Improve behavior

What the platform covers

Everything around the decision.

Histeeria is not a chat log with charts. It is a working record of how an agent behaves, where it breaks, and what changed after you fixed it.

01

Judgment Monitoring

Watch agent decisions as they happen. See what the agent received, what it returned, where it hesitated, and whether the action stayed inside your rules.

Live decision streamReasoning and output reviewPolicy and tool-call context

02

Evaluation Engine

Score agent behavior across eight judgment dimensions, then turn failures into clear evidence instead of vague pass or fail labels.

Eight scoring dimensionsEvidence-backed failuresModel and heuristic review

03

Agent Profiles

Create a public or private record for each agent. Show its role, domain, trust boundaries, latest scores, and the work it is safe to perform.

Public judgment pagesOwner and agent identityTrust boundary notes

04

Alerts & Webhooks

Set thresholds for score drops, unsafe behavior, and repeated failures. Send alerts to your team or pipe incidents into your own systems.

Score threshold alertsSlack and webhook deliveryIncident history

05

Analytics Dashboard

Track how your agents improve over time. Compare decisions, incidents, scores, and domains from a single operational view.

Trends and daily scoresIncident breakdownsReports for review
Histeeria SDK

Add monitoring where your agent runs.

Send each important decision to Histeeria with the language or runtime you already use. Keep your agent stack. Add judgment review around it.

JavaScript / TypeScript

Connect web apps, workers, and agent runtimes with typed events and clean request payloads.

await histeeria.observe({
  agentId: "support-agent",
  input,
  output,
  metadata: { task: "refund-review" }
});

Python

Send observations from scripts, services, notebooks, and backend agent pipelines.

histeeria.observe(
  agent_id="research-agent",
  input=user_request,
  output=agent_response,
  metadata={"domain": "research"}
)

REST API

Use a simple HTTP endpoint when you need full control over your runtime or language.

POST /v1/ingest
Authorization: Bearer hst_...
Content-Type: application/json
Integrations

Bring the agents you already have.

Histeeria works around your agent layer. Connect model providers, frameworks, and custom systems without rebuilding the way your team ships agents.

OpenAI
Anthropic
LangChain
LlamaIndex
CrewAI
AutoGen
Custom agents
30+ more

Start with one agent. Build a record of trust.

Connect an agent, send a decision, and see the first evaluation inside your Histeeria workspace.

Get started